Posts

Showing posts from April, 2010

How to edit the Component Headings tag - Joomla! Forum - community, help and support

i have "article title" configured 1 way in css document , component heading how should look. trouble when choose "article title" should linkable takes on css of parameters. how 1 change component heading different css tag configuration such 1 article title? thanks i think have overcome link formatting overriding css placing desired text in span inside tags.  ie, code: select all <a href=".... "><span class="abc">my text</span></a> you'd have hack joomla file generates article title display.  (not sure file without searching). Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Security Sandbox Violation on HDividedBox resize

this being run in flex debugger air app. i've got 2 tilelists images loaded filesystem setting source property url of local files.  tile lists in hdividedbox.  resizing gutter on hdiv box gives security sandbox violation.   i've included minimal self contained mxml test case.   why sanbox violation when resizing hdividedbox?   i seem getting same violation when trying drag icons.   i images loading data in seperate security context app: context, how dragging hdiv box causing conflicts?   i baffeled why either 1 giving sandbox violation.   any pointers?   [code] <?xml version="1.0" encoding="utf-8"?> <mx:windowedapplication xmlns:mx=" http://www.adobe.com/2006/mxml "                         layout="absolute"                    ...

Installation af Jreview og ioncube - Joomla! Forum - community, help and support

Image
jeg få det hele oploadet og det men nå jeg så vil installere ioncube som det har brug [ censored ] det helt op det hele gå fint ind til jeg oploader den sidste fil til ioncube mappen og så få jeg dette billede hvad skal jeg gøre ? har gigahost som server sted hvis det skulle være til nogen hjælp peter hej, kører selv gigahost og benytter componenter der kører ioncube. troede også selv @ jeg skulle installere ioncube. men det var ikke nødvendigt, skulle blot have fat den rigtige version af componenten. har du prøvet @ installere componenten direkte?? ellers skriv til gigahost support og forklar dem problemet. /dan Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke længere fra officiel side) Joomla 1.0 (Udgået version, der blev afløst af 1.5 i 2008) Komponenter, Moduler og Mambots ...

ISR (SPI_STC_vect) firing too many times - 8bit LabView boolean array along MOSI

in labview, i'm testing spi 8-bit signal loop, pretty identical to: http://www.ni.com/example/9398/en/ the labview program acts master...the arduino mega slave when use logic analyzer @ points right before signal reaches mega spi lines, looks fine , dandy (ss, sck, mosi produce correct results.) however, more coding isr routine incorrectly handle capturing of byte. if send number "11" labview (which gets converted lsb boolean array), isr (spi_stc_vect) in arduino program fires off couple hundred times. code: [select] volatile boolean process_it; char buff[10]; volatile byte spot; // here's code setup: void setup() {   serial.begin(115200);   serial.println("begin transmissions, rotundra!");   pinmode(miso, output);   spcr |= bit(spe);   spcr |= bit(spie);   //spi.attachinterrupt(); } // here's loop: void loop() {   valuesspi();   delay(20); } // here's 'value...

Burning Bootloader into atmega2560 issue with usbasp??:(

Image
hi, im trying burn bootloader atmega2560 on custom board using usbasp v2.0 programmer..  getting errors like avrdude: avr part "{build.mcu}" not found. valid parts are:   uc3a0512 = at32uc3a0512   c128     = at90can128   c32      = at90can32   c64      = at90can64   pwm2     = at90pwm2   pwm216   = at90pwm216   pwm2b    = at90pwm2b   pwm3     = at90pwm3   pwm316   = at90pwm316   pwm3b    = at90pwm3b   1200     = at90s1200   2313     = at90s2313   2333     = at90s2333   2343     = at90s2343   4414     = at90s4414   4433     = at90s4433   4434     = at90s4434   8515     = at90s8515   8535     = at90s8535   usb1286  ...

Thread: tv online: how to use FLVSTREAMER and RTMP search

hello, record rtmp:// flash video .flv stream embedded adobe flash player may use following rtmp flash stream rippers: flvstreamer wireshark , netstat -plane can give address of host play rtmp / flash movies. there knows how works ? there no wiki under ubuntu. 1 not know url finders can reveal rtmpe urls. there has been 2 ways of finding rtmpe urls: 1. analyzing html, xml , other files used web-site 2. getting memory dump of browser debugger method: 2. getting memory dump of browser debugger step 1. use pmdump dump browser memory hard disk when watching video want rip (you can pause avoid lag) step 2. use hex editor open memory dump file,i use hxd editor,its free , portable step 3. press ctrl + f search keywords such "rtmpe://" "mp4:" "stream start" "connect to",there can find url want rtmpdump 1.9 can download videos couldn't download before example: rtmpdump -r ...

Left and Right menu areas on front page, not on other pages? - Joomla! Forum - community, help and support

Image
with template using, called ja_purity, front (main) page has left , right menu area, content in middle, , top menu.  have disabled menus came default on side areas, , put couple other things in place.  but, front page page side areas show on.  there anyway have of pages display these side areas, can have components display there no matter page on? for example.. on front page, on left side there login form.  if don't login (which people on site not utilize), left side goes away when navigate away main page.  if login, left side stays there user menu displayed.  want left side displayed @ times, if put component there, automatically display @ times since there else there? try this... in module manager, find module menu using, , there section lets choose pages module appears on... if want on pages, select all.  Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to...

Using FastLED library with NeoPixels

hi guys, i'm after advice project… details of setup - i have 12 concentric rings of individual neopixel pcb's each soldered own data pin arduino uno the first ring has 84 neopixels , each subsequent ring has 6 less previous (84, 78, 72, 66 , on) i believe need them separate rings achieve "animation" i'm after. my problem when try declare each of rings , number of led's in each ring in code run out of memory global variables. and yet when run 1 of fastled>multiple  example sketches , have largest number of leds in them run, won't work need animation run @ different speeds in each ring smallest ring finishes @ same time largest ring. i new arduino , have jumped in @ deep end one, appreciated many thanks, james churches quote from: james_sfx on jul 25, 2017, 02:25 pm i believe need them separate rings achieve "animation" i'm after. you never strickly need can make coding easier. alright, quick calculation. 84 le...

Arduino Running out of memory after being on for so long

so i'm running arduino uno that's connected keypad controlling 8 magnetic locks. each lock responds different code. after day or so, mag locks quit opening when correct sequence put keypad. resetting arduino doesn't fix problem. however, when arduino powered off longer duration (10 seconds or so), go working fine (for while). using power of google, think figured out there may problem in code making arduino pile on memory , run out of room process new commands. if case, there can change make run more efficiently? thought trying make reset stored data after every long, think that'd last resort if couldn't find way make code little cleaner. thanks! code: [select] const byte relay1 = 4; const byte relay2 = 5; const byte relay3 = 6; const byte relay4 = 7; const byte relay5 = 8; const byte relay6 = 9; const byte relay7 = 10; const byte relay8 = 11; //#include <wiegand.h>//library not used //wiegand wg; // connect d0 pin 2 , d1 pin 3 on arduino uno const by...

Thread: unraring en masse in bash

Image
basically have folder of .rar files want unrar. have been using following script: name in *.rar; unrar x $name; done script works excellently, except 1 thing: of files have same password, , have manually type password every single time. try is name in *.rar; unrar x $name -p<thepassword>; done doesn't work. please? it works me. sure password correct? linux case sensitive. contain special characters or spaces? error message? edit: don't have separate -p option password space. code: for name in *.rar; unrar x $name -ppassword; done (assuming password password .) Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] unraring en masse in bash Ubuntu

64 Bit Adobe Flash

the place 64bit version of flash exists right on linux based platforms. appears adobe fooled slight of word when indicated flash 10 have 64bit support. think meant 32bit version install on 64bit os , work long used 32bit browser. have wonder makes linux easier choice release 64bit alpha .  least flash developers have done figure out way 32bit version install , function inside 64bit browser. unfortunately long people continue utilize flash primary multimedia solution, adobe can take thier time doing whatever want. @ least give community update. tell something. even if it's problems running into. so, maybe of smart programmers out there can figure out way use 64bit technology allow 32bit version of flash install , run in 64bit browser. or better yet, yourselves , figure out better environment can migrate away flash , use better. more geared streaming video , audio platform. oh, wait, real audio , windows media player tried that. i'm sure there's better way , until find replac...

Bad behavior - error when using my forum and logging in, please help!! - Joomla! Forum - community, help and support

i same error when i'm trying "write" frontend. admin works perfectly... but when i'm trying log in, message below. when try write new thread in forum, message below. it started today , hasn't been problem last 1½ years. don't have /php-bin/index.php on server. , strabge thing is, same problem on 2 of 4 joomla sites. , havn't chanced on them. is server problem? tried use php 5.0 instead php 4.x on server see, if make difference. thing chanced headline in error. php4.x says "forbidden" headline , php 5 says bad behavior headline in error. this huge problem me, because i've many users, depending on forums. i'm willing whatever takes. need know problem. hodt company (one.com) doesn't care , says it's fault. can't be, when different sites same error, @ same time. i'm desperate... message: bad behavior you don't have permission access /php-bin/index.php on server. additionally, 500 internal server error error encountered whi...

Stages please to create dashed 2px line

hi, i can see on internet way of creating dashed line follows wavy path choosing brush, altering spacing e.g. 200% adjusting dynamics squish shape flatter, angle jitter 0% , control method direction, draw path , r/click in paths , stroke path, need make such 2px wide line drawn pencil tool. need dashes 12px long. how done ? settings work cannot seem use method @ perhaps doing wrong ?   i wish photoshop had created option called dashed lines allowing use of brush or pencil tool leave trail of dashes. such fundamental drawing thing , nothing easy or obvious. raster drawing has many straight , curved lines needing redrawing such.   envirographics illustrator made drawing precise stuff, not photoshop , it's easy sort of thing in it in photoshop you'll need define brush looks 1 of dashes, change it's spacing , stroke path using brush tool , keep mucking around spacing value until want. hope there's better way (in photoshop) because it's not efficient way work More dis...

Reading metadata to - from image files

i using creative suite cs4.  in cs3 created 2 custom xmp metadata pages used add information raw, tif, psd files.  resulting custom panel seen , used in bridge , extensis portfolio.  in cs4 changed.  can create gui part of panel using flex builder 3.   my questions 1) how controls work (combo boxes fixed lists, fields text data , note field), 2) how data image file, have update when field changes, read image file when closed, , 3) how work in bridge cs4 , readable extensis portfolio.   i have attached cs3 files used create panels in cs3.   fred More discussions in Flex (Read Only) adobe

HTML - Joomla! Forum - community, help and support

Image
hi guys new joomla stuff , have seen few sites using it, have created site test, pages seems go though index.php querystring.  alot of sites have seen seem have menus linking html pages. how go adding html pages (that canbe updated users maybe) instead of links going through index.php. thanks in advance  what you're seeing on other sites "hocus-pocus" created using "sef extension" generates urls in address bar. see: http://extensions.joomla.org/index.php? ... &itemid=35 good luck! Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

16x2 LCD only displaying 80 characters. Is there a limit?

hi, i'm trying make twitter reader 16x2 lcd seems displaying 80 characters.  there limit?  code below doing text scroll gets cut off @ 80th character.  i'm not sure if makes difference have i2c backpack on lcd , it's version 1 displayed here: https://arduino-info.wikispaces.com/lcd-blue-i2c code: [select] #include <wire.h> #include <lcd.h> #include <liquidcrystal_i2c.h> // f malpartida's newliquidcrystal library #define i2c_addr 0x3f // define i2c address controller #define en_pin 2 #define rw_pin 1 #define rs_pin 0 #define d4_pin 4 #define d5_pin 5 #define d6_pin 6 #define d7_pin 7 #define backlight 3 liquidcrystal_i2c lcd(i2c_addr,en_pin,rw_pin,rs_pin,d4_pin,d5_pin,d6_pin,d7_pin); void setup() { lcd.begin (16,1); // initialize lcd // switch on backlight lcd.setbacklightpin(backlight,positive); lcd.setbacklight(high); // reset display lcd.clear(); delay(1000); lcd.home(); // print on lcd lcd.backlight(); lcd.setcursor(0,0); lcd...

write and read values are different between two nanos via I2C

there pot connected slave nano. , want read master nano. when check serial port screen see master , slave nanos have different values pot signal. use 2 4.7k pull resistors comm wirings between a4 , a5. if send static value or char there no problem. when integer variable both slave , master have different values same pot signal. why have, on slave, 2 variables named potread, different scope? why read pot 5 times, , throw away 4 of values? doing serial.print()s in isr (which istekgeldiginde() is) not idea. why send 2 byte value, read 1 of bytes? Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > write and read values are different between two nanos via I2C arduino

RFID reading/writing

Image
so searched codes found how read sectors , bits , blah blah. the code rewriting first writes want , reads it. going spa hotel , want read cards's info stored (especially friends's cards in order troll them ) , write on own card (which empty). how can this? the device using- rfid rc522 + uno r3 it unlikely information stored on card (although wrong). each card has unique id , controls can or cannot access. Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > RFID reading/writing arduino

Thread: Will not finish booting /etc/fstab cannot yet be mounted

i have never in year had problem d-boot system. 2 days ago tried boot ubuntu every day. started load normal, went ubuntu logo , paused 15 seconds , posted under logo: 1 or more of mounts listed in /etc/fstab cannot yet mounted /: waiting /dev/loop0 /tmp: waiting (null) /boot: waiting /host/ubuntu/disks/boot press esc enter recovery shell have looked everywhere , tried many things, can't further. have been doing 2 days trying boot system. hate thank windows being on drive or wouldn't able research bug. help.....please.... no ….help can post output of cat /etc/fstab|grep -v "^#" and sudo fdisk -l and ls -l /dev/disk/by-uuid you're going need run both of these recovery prompt (which interestingly means don't need prepend sudo second command). can pipe output drive can access windows partition running "command > file_to_save_as.txt" ...

Thread: grub2 problem windows 7+ubuntu (both 64bit)

although found similar threads, no 1 seems of solution of me: had windows 7 64bit installed on 1 sata2 disk. there 1 "recovery" partition first (about 100 mbytes), , windows partition followed third partition using store files. there disk misc use ntfs (sata2). have third sata 2 disk also, use olny ubuntu. installed ubuntu (9.10 64bit), rebooted, selected boot ubuntu grub menu, , works fine. problem when want boot windows 7. got grub error such "device id.... not found", mentioned in other threads. when select edit os boot grub pressing "e", delete line containning uuid, got partition not found error. ok, found partition hd(0,1) not on grup paritions list , try set right setting existent 1 hd(0), solution thread in here. again problem. editing lines on grub (on boot menu using "e"), if delete line uuid press ctrl-x or ctrl-s save deletion. if delete uuid line , edit line hd, save it, set line containing uuid , ...

Störmelder mit Akku und SMS, Überwachung von Türen, fenster ect.

Image
guten tag zusammen! ich bin neu in diesem forum jedoch hab ich mich schon etwas in die ganze welt des arduino eingelesen und bringe auch etwas verständnis bezüglich technik und programmierung mit. zu meiner fragestellung euch experten: ich brauche ein kleines kompaktes system welches mit einer externen stromquelle (akku) lang als möglich betrieben wird, im besten fall 4 monate, gleichzeitig mir einen status-bericht sendet oder sich meldet wenn der akku bei 10% liegt, das ganze mittels sms oder via internet-stick (kostenfrage, stromverbrauch) und natürlich soll es meldung erteilen wenn der kontakt unterbrochen worden ist. ein paar Überlegungen von meiner seite vor ab: -arduino nano, mini, -akku 12v 12ah (motorrad batterie) oder welcher dann halt das bessere preis/leistungsverhältnis hat -spannungswandler -reed kontakt schalter, magnet-kontakt -stromsensor -sim800l gsm modul, oder vergleichbares wäre es möglich dies um zusetzten das der arduino im sleepmode gehalten wird und ei...

Warning message - Joomla! Forum - community, help and support

hello, regarding latest joomla! team bog subject overriding parameters. suggestion build warning message system joomla tells important things before make drastically changes database. great , make joomla! better. i glad response on this. perhaps allready planning this. for me obvious changing settings in de global configuration have impact on global setting (that's why call global settings ;-) ). can explain mean major things , kind of warning message see? Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.5 Coding

After Effects folder size

hi, i have installed adobe after effects cs3 trial 30 days. ater installation notived size of after effects folder @ (c---program fils---adobe----after effecrs cs3) 350mb. other users told me folders 1gig or higher. is 350mb normal ? isn't small ? this after effects folder without plugins.   thank you. operating system: windows xp professional browser: microsoft ie han: did (and why install) trial version of after effects cs3? ae cs4 released more 6 months ago, , don't think cs3 trial has been available adobe ever since.   as folder size, bear in mind the free trial version of adobe after effects software not include features depend upon software licensed parties other adobe. example, mocha after effects, effect plug-ins, , codecs encoding mpeg formats available full version of adobe after effects software.   also, effects keylight, color finesse , whole cycore fx set not included in trial version.   sorry, never learned hebrew, can't understand word in posted ima...

ESP8266 Sparkfun wifi hat with Uno or Mega 2560

i'm using esp8266 wifi project, running sparkfun esp8266 arduino wifi hat , example code sparkfun library. i've been successful running arduino uno, , being able access putty, on ubuntu laptop. however, when try run same code on arduino mega 2560, thing tells me it's looping forever when accessing putty. run uno, runs fine, run mega 2560, loop forever. maybe there rx/tx pin difference , need rewiring, maybe need use serial1 command, few other possibilities nothing see on web states issues clearly. any thoughts on might going wrong? incidentally, i'm trying mega because had issue uno. using uno/esp8266 web server, when amount of lines of html code using in uno code got past point, 25 lines, server start dropping lines when accessed client (browser on separate laptop). instance, ok, if added 1 button html code, when added second button, not appear. if right clicked on browser @ html source code server, line missing defined second button. 1 curious thing was not ...

Run stepper motor continiously with easydriver

hi all, i've been trying run stepper motor easydriver driver. im using analog joystic input. i want run stepper long joystick engaged, , let speed function of joystick position. above 512 forewards , belowe backwards. (i know dc motor better suited, need override function on project.) i know connections ok, since setup running normaly on "sex , cigar" setup page https://www.norwegiancreations.com/2014/12/arduino-tutorial-stepper-motor-with-easydriver/ could point out whats wrong/missing in code? arduino uno r3 ide 1.8.3 code: [select] int stick = a0; int val = 0; int dir = 3; int stp = 4; int enb = 5; int smdirectionpin = 2; //direction pin int smsteppin = 3; //stepper pin int smenablepin = 7; //motor enable pin const int stepsperrevolution = 200; void setup() {   pinmode(smdirectionpin, output);   pinmode(smsteppin, output);   pinmode(smenablepin, output);   pinmode(stick, input);   digitalwrite(smenablepin, high); //disables motor, can ...

RTC DS1302

Image
salve, ho collegato ad arduino nano il ds13102, la schedina già montata con batteria inclusa. però ho un problema, se lo alimento 5v riesco scrivere sul rtc, ma poi non mi si aggiorna la lettura, ovvero leggo sempre la stessa data e ora, che poi è quella che ho scritto all'interno, è come se fosse bloccato. se invece lo alimento con una tensione di 3,3v riesco leggere l'ora esatta, che cambia ogni secondo, ma però non riesco scrivere nulla. stò utilizzando la libreria di adriafruit, e il codice è quello dell'esempio che si trova all'interno. per scrivere all'interno del rtc utilizzo l'istruzione:   time t(2017, 6, 19, 19, 52, 50, time::kmonday); rtc.time(t); per leggere invece: time t = rtc.time();  qualcuno sà darmi una spiegazione, o può indicarmi una libreria diversa? grazie. gastone, mi porti la sfera di cristallo!!      chiedo troppo se chiedo schema elettrico e sketch? ciao uwe ...

Form mail equivalent? - Joomla! Forum - community, help and support

hello, i have used formmail (matt's scripts) on sites keep spam minimum. is there component in joomla? looked com_facileforms , created form not sure i'm doing , not sure how setup , implement. want replace mailto's on site sort of form mail. can point me or tell me how accomplish this? or how implement form mail script (perl) use? thanks in advance! why want use formmail script joomla? joomla handles mail/forms internally. if want component allows setup forms, should have said so. that, search extensions directory, there few choose from, have found out. maybe need explain further trying do? btw getting upset people not helping because unable ask clear question not helpful either. Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x

WDT Reset

i'm trying figure out how enable wdt reset on (atm) pro-mini 328.  conceptually seems simple enough, still managed fail after trying several code variations.  using code below, triggers reset after specified time, instead of program running again, pin 13 led flashes furiously , can pulled out of reloading different sketch (which has timed right load). obviously i'm missing something.... code: [select] #include <avr/wdt.h> const int onboardled = 13; void setup() {     int k;     cli();     wdt_disable();     delay(2l * 1000l);         wdt_enable(wdto_4s);     pinmode(onboardled, output);     // @ bootup, flash led 3 times quick know reboot has occurred.     (k = 1; k <= 3; k++) {         digitalwrite(onboardled, high);         delay(250l);         digitalwrite(onboardled, low);       ...

why iam getting inconsistent ultraonic sensor readings for the HC-SRO4

hullo have tried several ultrasonic code using basic code of pulseln() function , tried new ping library iam still getting erroneous distances readings. whether put obstacle or not, still these sets of results. iam desperate advice or might problem. hc-sro4 sensors or confined in room. the results below using new ping library  https://bitbucket.org/teckel12/arduino-new-ping/wiki/home#!issue-tracking ping: 0cm ping: 129cm ping: 128cm ping: 127cm ping: 127cm ping: 129cm ping: 129cm then when not using library pulseln() function calculate duration before calculate distance of sound. code: [select] digitalwrite(trigpin, low); //clear trigpin      delaymicroseconds(2);      digitalwrite(trigpin, high);      digitalwrite(trigpin, low);      //once received echo calculate distance duration      duration = pulsein(echopin, high);      distance = (duration/2)/29.1 ; //distance in inches.. ...

Targeting flash player 10 with ASDoc?

i'm running asdoc document code. (the command line tool shipped flex that generates documentation of code.) i'm running problem. i created project targeting flash player 10 , project compiles fine in eclipse, when running asdoc, 1 of the classes use contains methods not available flash players lower flash player 10. asdoc tool is generating error, b/c doesn't know targeting flash player 10. how tell asdoc wish target flash player 10? thanks! hi,   did set library-path option asdoc same way set compiler app? make sure pointing flash 10 swc file, , not flash 9 swc file.   stephen More discussions in Flex (Read Only) adobe

Thread: No sound (flash player # youtube) in web browsers (Firefox and Chrome) in ubuntu 9.10

hello everybody, i'm no audio when viewing videos (flash) in firefox , chrome, i've installed packages possible, suggested in various forums, still problem. downloading flash file have no problems audio, if browsers. ask help! thank all. moved multimedia & video. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] No sound (flash player # youtube) in web browsers (Firefox and Chrome) in ubuntu 9.10 Ubuntu

Arduino pro mini + elettrovalvola 9v

Image
salve, in questi giorni mi si è guastato il programmatore che usavo per l'impianto di irrigazione sul terrazzo, quindi stavo pensando di realizzarne uno in casa. ho acquistato la seguente elettrovalvola da 9v bistabile: http://www.claber.com/it/cod/90881/elettrovalvole-9-volt/elettrovalvola-bistabile-9v-fil---3-4-m/ sul forum ho trovato una vecchia discussione in cui si affrontava il problema di pilotarla: https://forum.arduino.cc/index.php?topic=71800.0 sto cercando di realizzare il circuito di pilotaggio tramite due relè come indicato sullo stesso thead,  riportato nel segente sito: http://www.logicaprogrammabile.it/come-pilotare-elettrovalvola-bistabile-usando-2-rele/ vorrei evitare di realizzare tutto il circuito di protezione con diodi, prendendo delle schede reè già pronte tipo queste: https://www.amazon.it/gp/product/b00zr3b252/ref=ox_sc_act_title_1?smid=a29ezvb447eka7&psc=1 sto vedendo di alimentare tutto il sistema, composto da arduino pro mini 5v 16mhz, ...

Thread: gtkmm, code::blocks question

hi, im learning c++ , wan tto try port of console stuff gtk. understand, since im using c++, need use gtkmm. @ moment, im using gedit , g++ write programs (simple math stuff far) know in ms visual studio, there built in feature lets make windows ms windows apis (or not. please don't ridicule me, im not sure know half of im talking about) there plug-in or whatnot let me visually create gtk windows in code::blocks? (ive tried searching over, cant find answer question) in advance -meow investigate wxsmith , google gui builders. not sure you're looking for, should give things at. Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk gtkmm, code::blocks question Ubuntu

( طلب) : إضافة برمجية لتكوين فورم طلبات - Joomla! Forum - community, help and support

Image
السلام عليكم ابحث عن إضافة برمجية آمنة تمكنني من إضافة فورم للطلبات .. اتحكم في الخانات مثلما أريد اضيف وأزيل وما إلى ذلك .. هل يتوفر يا ترى ؟؟ أهلا بك أخي طلبك عندي تفضل للمزيد http://www.joomlaconstructor.com/easy-1 ... der-2.html Board index Joomla! International Language Support International Zone Arabic Forum جوملا! 1.0 الإضافات البرمجية

Joomla in de bladen - Joomla! Forum - community, help and support

c't magazine voor computer techniek, nummer 2007/09 in dit nummer een artikel (8 pagina's) on allerlei cms systemen in het algemeen: altijd content - opensource contentmanagementsystemen en andere tools voor dynamische websites en vervolgens een artikel on joomla (4 pagina's) in het bijzonder: compleet bouwpakket - beginnen met contentmanagementsysteem joomla! http://www.fnl.nl/ct/oude-nummers/numme ... overzicht/ bij pcm (personal computer magazine) 12 2007 zit een dvd getiteld 39 video’s on joomla! 1.5 deze maand bevatten alle pcm's in de winkel een dvd. voor € 6,99 krijgt u behalve de pcm ook een unieke dvd met daarop 39 nederlandstalige videoworkshops on de nieuwste versie van het populaire contentmanagementsysteem joomla 1.5. in 39 videoworkshops vertellen experts u alles on deze nieuwe versie van joomla en leert u stap-voor-stap wat u moet doen om een website te maken, te beheren en te onderhouden. voor wie al bekend(er) met joomla bevat de dvd een flink aanta...

Ayuda con display's

hola necesito ayuda por favor! empecé un proyecto con arduino mega, conecte cuatro display's de 7 segmentos, primero lo programe con tiempo, cada 5 segundos cambiaba de dígito ascendentemente, después quise controlar los display con un control remoto y un sensor 1838b, solo que tuve que realizar un sketch para casa display, los uni pero ningún display enciende, intenté hacerlo con if, switch, etc, pero no enciende, la intención es presionar el botón de chanel 1 y que se active el display uno y seleccionar el número, después el chanel 2 y activar el display dos para seleccionar el dígito, y así sucesivamente ! ojalá puedan ayudarme! gracias dejo imagen del programa y del control no pones código, no pones esquema, muy dificil darte una dirección de que hacer. Arduino Forum > International > Español > Hardware (Moderators: ...

codec圧縮エラーが表示されてしまいます。

ビデオ出力、プレビューが出来ません。助けて下さい!! premire5.0を使っています。プレビュー並びにビデオ出力をしようとしたら、エラーがでます。 codec 圧縮エラー このcodecが、必要なフレームサイズをサポートしていないか、ハードウェアまたはメモリに問題があります。 とでます。  プレミアのエラーは ディスクがいっぱいではありませんか? と出ます。 ディスク上のものは、すべて消してリカバリしたのに駄目でした。しかも使い初めの方は使えたのですが、いきなり使えなくなりました。 プレビューする範囲を縮めても変わりません。どうすればよいのでしょうか?困っています。教えてください。お願いします。 >このcodecが、必要なフレームサイズをサポートしていないか・・・ ご利用の環境が何も書いていないので想像で書かせていただきます。 premiereのデフォルトで対応していないcodecで取り込んだ物を読み込んでいませんか? 例えば、canopusのcodecや、vaioのdvgateなどでキャプチャした素材を読み込んでいるとか・・・ この場合、そのcodecをサポートするpluginをインストール必要があります。 canopusなら、そのキャプチャカードに合う、premiere用のplugin、 vaioにもそのようなものがあったはずです。 確か、dvgatepluginとか、vaioeditcomponentsとか・・・ ご利用の環境(os、pcのメーカーや機種名、キャプチャーカードなどの名称)を記せば、 詳しい方がレス付けてくれると思いますよ! Premiereコミュニティフォーラム (Japan) でのその他のディスカッション adobe

help with error message-tm Elements _t'was not declared in this scope- am the

Image
error message trying set time on ds1307 - arduino uno project-am rank amateur- message -tmelements_t'was not declared in scope- project stops- please     it may wise change username email address prevent spammers harvesting it  as error may want attach code. code: [select] int foo = 1; if(foo == 1){   int bar = 2; } foo = bar; foo global , available inside if statement. bar available inside if statement  because of { } curly braces , trying make foo = bar cause error asking about. z Arduino Forum > Using Arduino > Programming Questions > help with error message-tm Elements _t'was not declared in this scope- am the arduino

i2c problem.incorrect data from one arduino to another.

so approach project once again.i have stopwatch on 1 arduino plus nrf24l01 feedback data.i wanted save data , know using 2 spi modules prove difficult.so connected slave arduino master via i2c , hooked sd card.so wanted sent float(time) slave arduino cannot done unless create union did(i think). although testing union on master gives correct results, when slave receives data  takes bytes incorrectly.ive made union 2 arrays b[2] can see code bellow, @ b[0] seconds take time correct @ b[1] false data.is there wrong regarding union structure? or code i2c wrong?please im out of ideas. master code code: [select] #include <liquidcrystal.h> #include <wire.h> liquidcrystal lcd(7, 6, 5, 4, 3, 2); void setup() {   lcd.begin(16, 2);   lcd.clear();   wire.begin(); // join i2c bus (address optional master)   serial.begin(9600);     pinmode(8, input);   digitalwrite(8, high);   pinmode(9, input);   digitalwrite(9, high);   p...