Posts

Showing posts from August, 2013

Schedule and Mail

i want use cfscheduler tag in mx 7 on windows 2000 send out 100 emails once week @ specific time. disctinct email addresses taken query access 2003 database. two questions: 1- if 1 or of 100 email addresses not valid. i data check email validations database emails have correct email syntax. maybe there addresses not valid , cfmail not able send. "dead" emails go server deposit area or other email sends?? 2- want make sure cfscheduler sends @ exact time specified. correct way , cfschedule tag 100% accurate can depend on run once week , never run more once week? <cfif dayofweekasstring(dayofweek(now())) eq 'friday' , timeformat(now(), 'hh:mm tt') eq '12:25 pm'> <cfschedule action = "update" task = "sendemails" operation = "httprequest" url = " http://myserver/mydirectory/sendemails.cfm" startdate = "5/11/07" starttime = "12:25 pm" interval = "weekly" path = ...

Sump water level monitoring - Raspberry Pi Forums

Image
hi, during recent storm got idea create system monitor water levels in sump hole , alert me in event level reaches critical level. hoping direction on few questions. 1. have recommendation build water sensor or should purchase? seems easy build, water closes gap between 2 wires , circuit complete.... 2. have multiple levels alert me levels rise , fall. there advise share , monitoring array of sensors? i'm knew hardware side of things , eager learn. thanks. i partially built water level sensor last year due lack of time(and rain did not finish it. if plan have wires submerged in water bear in mind electrolysis occur , probes perish. if water comes when rains maybe last longer. there 2 solutions 1. can generate alternating current electrolysis not kill wires. pass ac throught diode , aplyfi nand gate. 2. read solution electrodes/probes made graphite. old brushed electric motors seem cheap source. don't need ac generator here simple schematic of spilled water de...

Thread: bandwidch per process

cpulimit - limit cpu usage of process (expressed in percentage, not in cpu time). need same think network bandwidth . can limit speed of ff etc. a wonderful tutorial answering question available here enjoy ubuntu Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] bandwidch per process Ubuntu

time.h in arduino

hi all, i want calculate time interval. if consider communication betweenco mputer , board, it's normal takes time. doing simply measuring time in c code , print result back, not measuring time on pc. so included time.h but arduino0018 not include time.h does know , how can use c time.h in arduino. thanks in advance. --arpan are looking 1 in arduino-0018/libraries/time? Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > time.h in arduino arduino

syntax problem: should I use Char, String or what?

hello everybody, i'm trying make simple compass tells bearing in both words , degree (ex: 359 nord) i got variable called "bearing" tell me exately degree (0-360) and can word (north, south, west, east) int x = bearing;         if (x < 44 || x > 315)     {     serial.println("nord");     }    else if (x > 45 && x < 134)     {     serial.println("est");     }    else if (x > 135 && x < 224)      {      serial.println("ovest");      }    else if (x > 225 && x < 314)      {      serial.println("sud");      } this work fine! what cannot working merge 2 variables i tried serial.println("sud"+bearing); // return bl...

Changing I2C address in code.

Image
hey! i'm using wire-library send , receive i2c messages in system multiple hosts , i'm wondering if there way change address in "runtime". right i'm setting address wire.begin(), guess can more low-level approach. (setting registers maybe) any info info. if there limitations delays , on know. also, first post here, hello reading this! quote right i'm setting address wire.begin(), guess can more low-level approach. i'm sure read source code figure out how library doing it, but, why? there reason not use wire.begin set address? quote also if there limitations delays , on know. there may limitations imposed i2c device interfacing with. these, of course, depend on particular device, , should documented in data sheet device. things time takes device generate useful result come mind. quote also, first post here, hello reading this! hello, yourself. Arduino Forum > Fo...

Joomla Requirements - Joomla! Forum - community, help and support

i might have overlooked it, might possible have joomla requirements page somewhere in menu of section? have found this: http://help.joomla.org/content/view/108/62/ , bit on roadmap, these both quite hard find. versions of php support? versions of mysql joomla support (trouble mysq 5)? iis supported? me, useful redirect people page when necessary. documentation far, lot still in pipeline. hi there, there page http://help.joomla.org/content/view/34/132/ . information sufficient. need see making easier find. cheers shayne Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Documentation Archive

Captivate 2

when installing locally on pc captivate runs fine. if captivate installed , activation code completed on users id works fine. if other user signs on same pc either captivate.exe has generated error when launching application or exceptional error has occured , needs debugged. this has happened on over 20 pc's. has have ideas? hi hatchetharris, are these other users restricted users? have write access documents folder? captivate needs write access of local folders on machine , these users have either networked documents folder or restrictions on write access folder. example, if user logs in administrator on 1 of machines, captivate launch ok? this folder captivate tries create: c:\documents , settings\<username>\my documents\my adobe captivate projects each user need folder in local documents folder , need write access it. best, aaron More discussions in Adobe Captivate adobe

Trouble getting &quot;refpt&quot; to call swf files

i having trouble getting buttons activate movie and/or 'lable' show when buttons rollover. i have tried using reference pionts , swap window left od button panel. can not work usual. i tying have pop-up appear on layer above "zoomify viewe" layer , not think part of problem. i'm toast.?? here code using: grant holt wrote: > having trouble getting buttons activate movie and/or 'lable' > show when buttons rollover. > have tried using reference pionts , swap window left od button > panel. can not work usual. > tying have pop-up appear on layer above "zoomify viewe" layer > , not think part of problem. i'm toast.?? > here code using: > > > on (rollover) { > loadmovie("sign001.swf",2); > } provide problematic file sample can check out. the description way general able suggest based on it. -- best regards urami -- beauty in eye of beer holder... <urami> if want mail me - not ...

question about square brackets

i curious use of these [] brackets.  my understanding arrays in processing.  i see them quite in arduino programs no mention of "including" processing modules.  is there reference these brackets in arduino?  i understand them fully.  thanks much. square brackets used arrays in arduino (c/c++) , processing (java). any c or c++ tutorial provide information on how use them in declaring arrays , accessing array data in arduino. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > question about square brackets arduino

size of web pages with different resolution

hi all, has been while since designed web pages, , feel have been left behind quite bit. question have is, have laptop runs @ 1280x800 resolution, , external monitor runs @ 1280.1024. trying design web page friend. have looked through tutorials , found out window size option in bottom right hand corner of screen when using dreamweaver. have set screen size 1024x768, @ stage highest can use. once have finished creating web page, save , hit f12 view in ie. picture doesn't fit window, either on larger monitor or on smaller monitor. question ask is, maximize window, can design on monitor larger resolution. if @ same? reason ask is, before got second monitor, designed web page on laptop screen, smaller res, when published on internet, monitors higher res had lot of black space everywhere design in corner. if can me out, address www.aashaaron.com if can. regarsd bret rather ask answer question umpteenth time please use time search ng. find dozens of recent threads on , related topics...

Problem on dividing, weird result

code: [select] if (serial.available() > 1) {    delay(100);  //mesaj gelsin    lcd.clear();  //lcd temizle    lcd.setcursor(0,0);  // cursor 0,    for(i=0;i<2;i++) {      lcdinput[i] = serial.read();    }    if(lcdinput[0] == 'l') {      lcd.print("lightning ");            lightdata = lcdinput[1];      light = 255 / lightdata;      analogwrite(ledpin, light);      lcd.print(light); this code. , lets say, sent l5 serial. this should divide 255 5 , result should 51. but keep getting 4. if convert light type float they 4.20 4.70 btw: float light; int lightdata; int lcdinput[2]; // buffer any ideas ? thanks the ascii code 5 decimal 53.  255 / 53 = 4.8. looks buffer storing integer values of characters. ...

Millis() misunderstanding

Image
i've been trying wrap head around how millis() works.. scenario: output , gate going input 3 on arduino board after arduino senses high value 60+ seconds print (blah) i don't understand how express millis() unsigned long time; time = millis(); if(digitalread(andin) == high >= 60 seconds) {   serial.println("blah"); } it keeps incrementing since code executed? need compare time since andin goes high against millis()? you need capture time pin when high , check if 60 seconds has elapses since then. don't want happen after lets assume want print statement appear once until  pin goes low again. to can store millis value if pin high - if pin not high. code: [select] unsigned long starttime; boolean hasprinted; if(digitalread(andin) == high){   if(starttime == 0)      starttime = millis();   else if (millis() >= starttime  + 60000  &&  hasprinted == false){      serial.println("blah...

Supplying USB Power - Raspberry Pi Forums

based on i've read, expecting rpi power on when plugged in micro usb plug connected 5v power source. plan last step. surprise, powered on when plugged in std usb plug 1 of 2 usb ports on rpi , plugged powered usb hub. surprised, unplugged immediately. (1). whats up? (2). did screw up? no - means hub back-powers (many although technically against usb spec). if have rev 2 board or rev 1 without polyfuses on usb sockets can power pi in way. raspberrypi

unable to telnet to FHEM - Raspberry Pi Forums

i using fhem home automation , runs perfectly. since days no more able connect fhem using telnet rpi. fhem running "perl fhem.pl fhem.cfg" , can connect code: select all telnet 192.168.2.118 7072 imac via local network, when try connect directly rpi using code: select all telnet localhost 7072 rpi responds: code: select all trying 127.0.0.1... telnet: unable connect remote host: connection timed out no more able e.g shutdown fhem using code: select all perl fhem.pl 7072 "shutdown" or other command. ideas? in advance what happens when type code: select all telnet 192.168.2.118 7072 on raspi? raspberrypi

Inserting a Subject Line in Parting E-mail

Image
captivate 2 has project setting automatically open user's e-mail client @ end of tutorial, blank message addressed whatever address developer specifies. besides specifying email address, specify subject line. there way this? don't see clues in or in online knowledge base. hi tdunkle , welcome our community you might try this. after type e-mail address, add question mark followed word subject. equals sign, followed subject verbiage. when finished, should this: someone@somewhere.com ?subject=some subject here now, here's trick. captivate may not spaces says "some subject here". have couple of options. 1. can run things this: somesubjecthere 2. use underscores spaces should this: some_subject_here 3. code using web equivalent of space ( %20 ) this: some%20subject%20here hopefully helpful in small way... rick More discussions in Adobe Captivate adobe

better understanding of LDAP authemtication - Joomla! Forum - community, help and support

i'm trying figure out few things regarding new ldap authentication bot featured in 1.1 (also available in ldap hack). understand central database of usernames several programs can use authentication, few things still fuzzy no matter how googling do: my goal have squirrelmail (webmail), proftpd (ftp server), , joomla use 1 ldap database, therefore when user creates account joomla website, ftp directory, mail account , joomla account. of these programs support ldap authentication , suspect common use ldap if understand correctly. something boost registered users, long site personal enough not worry random people dropping fedoracore isos or whole season of family guy on server using ftp account. if has accomplished or knows pointers, let me know think. -lucas giordano http://www.lukessite.net you right path. ldap can authenticate against ldap directory. won't automatically provide users settings mail account/ftp directory , like. need create script you. every application or serv...

Hi i am make own All In One PC with Raspberry Pi - Raspberry Pi Forums

Image
modify old lcd in 1 computer , using raspberry pi. adress of projest is: http://raspi.sk/raspi-all-in-one-pc/ ( if interest, text translated in english text). in 1 computes includes: dvb-t tuner, wifi, microsoft lifecam cinema hd, wirelles receiver keyboard , mouse, 4x usb 2.0 it of interest! english please! many thanks! raspberrypi

Thread: reinstall screwed windows, while keeping ubuntu partition

my windows partition thoroughly screwed. bsod on everything, cannot boot xpcd or erd commander. seems indicate hardware probs, memtest checks out , can access files ubuntu, works fine. ive googled years, gah! havnt found solutions. clean reinstall of xp side, , leave ubuntu untouched, possible? seeing cant boot xp cd?! able boot after deleting partition? in either restoring or reinstalling xp side, while keeping ubuntu great. dual boot xpsp2/ubuntu8.10 130/30gb respectively dell vostro 1500 t7500 2.2ghz, 2gb ram integrated sound/nvidia 8600m gt restricted drivers i'm not sure why deleting windows partition make difference booting winxp install cd, bit baffled that, last resort suppose may worth try. can install winxp 1 partition without messing ubuntu partition, in fact winxp cd not see ubuntu partition. remove grub, however, , replace windows mbr, don't panic, it's few seconds job put grub aft...

Sending serial packets from UART breakout board. - Raspberry Pi Forums

i purchased following breakout board modmypi: https://www.modmypi.com/shop/slice-of-p ... akout-boad can't seem able send serial packets arduino using /dev/ttyama0 on breakout (if that's correct since there's no real documentation on how send packets. prior have used xbee module on /dev/ttyusb0 , able send packets arduino xbee shield fine raspberry pi) thought i'd use following tutorial free uart: followed tutorial free uart on raspberry pi: http://learn.adafruit.com/adafruit-nfc- ... -on-the-pi made these changes , after reboot i'm getting following errors: code: select all vfs: unable mount root fs via nfs, trying floppy vfs: cannot open root device "(null)" or unknown-block(2,0) please append correct "root=" boot option: here available partitions: kernel panic - not syncinc: vfs: unable mount root fs on unknown-block(2,0) ... sits there these errors , doesn't display login prompt. these changes made free uart: command p...

Thread: HOWTO: Random Wallpapers on Different Monitors with Different Resolutions

Image
to setup assumptions: works in gnome. have 1 or 2 monitors. don't have more isn't tested more. think may work...not sure on point. script setup 1) download attachment wallpaper.sh (it perl file .pl blocked works fine either extension.) 2) sudo apt-get install perlmagick (this installs perlmagick splicing of images , outputing them.) 3) open terminal 4) mkdir ~/.wallpaper (or wherever want put wallpaper images.) 5) place wallpapers in ~/.wallpaper (or wherever made folder). wallpapers must exact resolution of monitor or won't picked. 6) open gedit (applications -> accessories -> text editor or open terminal -> gedit) 7) open wallpaper.sh gedit config pretty self explanatory let example config. let say, sake of argument, monitors 1920x1200 , 1440x900. right next each other, horizontally. (bigger monitor on right, smaller on left.) need modify numbers used according setup. 8) find @outputscreen line. add widths , use large...

Basic PWM Question and General Code Advice

code: [select] int sensorfarright = 52; //declares sensor inputs int sensorright = 50; int sensorleft = 24; int sensorfarleft = 22; int sensorcolor = a0; // analog sensor input color int rightca = 7;  //ca module outputs int leftca = 8; void setup () {  pinmode (rightca, output);  pinmode (leftca, output); } void loop() {    analogwrite  (leftca, 150);  analogwrite  (rightca, 150);    if ((sensorcolor > 300) && (sensorcolor < 750) && (sensorfarright == high)  && (sensorfarleft == high) && (sensorright == low) && (sensorleft == low)) /* color detection   (.0049)(value) = voltage...currently 3.68 > sensor > 1.47 */  {    digitalwrite (leftca, high);    digitalwrite (rightca, low);  }  if ((sensorfarright == high)  && (sensorfarleft == high) && (sensorright == low) && (...

FLV = only a white box

this frustrating - because working a-ok yesterday. - nada. i'm attempting embed flv video inside webpage. when set , go preview in browser (any browser) white box video should be. i've se dimensions properly...linking proper file...blah blah blah. again, issue here 24 hours ago process worked fine. preview in browswer , should be. i'm pulling hair out. has changed on system. yesterday installed flash cs3 professional. had dreamweaver 8 * flash 8. however, not make sense new install break things - it's thing can think of has changed. i did not use flash encoding. thinking maybe there metadata issue or something? again video in question played great yesterday, inside of browser tried: firefox & safari. i'm @ wit's end here because it's 1 of things that's difficult troubleshoot. have no idea else attemtp. suggestions ? ha! know mean....i'm having same probs....videos working fine few days ago , arent. bought book on flash 8, im going through see...

Retirando menus do sistema de administração. - Joomla! Forum - community, help and support

Image
pessoal, preciso da seguinte ajuda, eu fiz um portal com o joomla! mas o meu cliente ta fuçando e disconfigurando o trem todo... ja falei pra ele nao mecher em algumas coisas e ele meche, teria como eu desativar o menu ou simplismente deleta-los? se tiver como me da um ai pq ja perdendo meu tempo reconfigurando o joomla. e tipo o bigodines tinha me ensinado um dia, mas eu acabei perdendo... ele me ensinou retirar o ajuda eu acho... mas conto com ajuda de vocês. muito obrigado.  1 - para dicas passadas recomendo utilizar o "search" aqui forum, isso salva o teu tempo e o meu 2 - para editar o menu, edite o modulo administrativo "mod_fullmenu" 3- por que voce nao da nivel de "manager" pro usuario teu cliente? assim ele nao desconfigura nada. Board index Joomla! International Language Support International Zone Portuguese Forum Componentes, módulos e mambots ...

Thread: Error while creating a backup

Image
hey, use command backup: sudo tar cvpzf hubaghdadi-1-7-09.tgz /home/hubaghdadi/ i'm getting error: tar: error exit delayed previous errors going wrong? thanks. posted hubaghdadi hey, use command backup: sudo tar cvpzf hubaghdadi-1-7-09.tgz /home/hubaghdadi/ i'm getting error: tar: error exit delayed previous errors going wrong? thanks. where did put hubaghdadi-1-7-09.tgz? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Error while creating a backup Ubuntu

Photos loaded from XML

i found great tutorial on how create photo gallery loads content xml file. right now, code cycles through pictures, , when reaches end stops. also, when first launch gallery (at beginning/first picture), previous button nothing. alter create loop, there no end. when reach end of array, "next" button starts @ beginning, , when you're @ first picture in gallery, "previous" button goes last picture. here's code.... function loadxml(loaded) { if (loaded) { xmlnode = this.firstchild; image = []; description = []; total = xmlnode.childnodes.length; for (i=0; i<total; i++) { image = xmlnode.childnodes .childnodes[0].firstchild.nodevalue; description = xmlnode.childnodes .childnodes[1].firstchild.nodevalue; } firstimage(); } else { content = "file not loaded!"; } } xmldata = new xml(); xmldata.ignorewhite = true; xmldata.onload = loadxml; xmldata.load("images.xml"); ///////////////////////////////////// listen = new object(); listen.onkeydo...

Wrestling with 2 switches and timing

hi all, first project , in trouble. i want build right left signaller car. mean indicators. i have 2 switches on steering wheel. left , right. (i don't have space in car normal stalk on steering column.) if press left, want system check if left on, , switch off. if off, switch on. if pressed briefly, third of second, want on 2 seconds , go off automatically. if press right , left on, want left go off , right go on. i tried modified debounce, ran trouble , found swpressed routine, tried that. did not work because have 2 switches can pressed. so think using following pseudo code: code: [select] set pins start loop check state of switch1   if low, , time1 empty, set time1      else     set timediff1 now-time1   //so loop until switch1 becomes high if switch1 high , timediff1 != 0 then      if timediff1> debounce, then         if timediff1 > longlimit, then           check light2             if on, switch off           check light1             if on, switch off...

Re: HELP! Trouble using && operator with 3 conditi

Image
you know this, single equal sign (=) used assignment, while double equal signs (==) used comparison. long story . . . in following code snippet, you're using assignment, should using comparison: code: [select] if(val >= pad0thresh && toggleaval = low && togglebval = low) read "if val greater or equal pad0thresh , toggleaval assigned value low , togglebval assigned value low . . .". this should read "if val greater or equal pad0thresh , toggleaval equal value low , togglebval equal value low . . .", written: code: [select] if( val >= pad0thresh && toggleaval == low && togglebval == low) common mistake (the value/variable on left of operator lvalue, while value/variable on right of operator rvalue) code: [select] lvalue = rvalue; if( lvalue == rvalue ) thanks, johntron. would've missed = vs. == bit. i figured out 3-condition boolean. needed more parentheses. (specifically, each term/condition...

Music

i'm looking software works arduino uses audacity sync  the music. its firework controller firing 150 relays. idea? or going have write code? what max/msp plug-in abelton music software? think allow interaction need between music platform , arduino it's ready set , there loads of people ready doing coding should  a lot easier Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Music arduino

Ultrasonic range finder

hello all! this first topic , post here. sorry poor english:) im trying build car ultrasonich range finder. have found schema here: (due forum rules paste link in next post) i've bought parts have no idea how operate arduino. have realised late program below schema in 'pure c'. can me , tell how can use sensor arduino (i have uno version think doesnt make difference)? thanks in advance answers. here's link: http://www.micro-examples.com/public/microex-navig/doc/090-ultrasonic-ranger.html Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Ultrasonic range finder arduino

Failed install - Joomla! Forum - community, help and support

well, removed mambo , went fresh joomla install. went terribly.  received no errors duing process.  however, on first view of site...i see massive nastiness. apparently, directories didn't transfer over.  got ironed out.  now, place site "offline" error: warning: main(offline.php): failed open stream: no such file or directory in /home/packetmo/public_html/index.php on line 37 fatal error: main(): failed opening required 'offline.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/packetmo/public_html/index.php on line 37 i'm going assume files didn't transfer, either. Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Thread: Disable horizontal mouse scroll?

i've got logitech g5 mouse scroll wheel rolls forward , backward has side side action scrolling horizontally. touchy , every time middle mouse click assumes i'm wanting horizontally scroll too. different mouse might fix problem, kind of mouse (and have 2 of them on different systems) , don't want change if there's can change in software ignore horizontal scroll input. sounds insignificant issue in 3d software i'm using middle mouse click used , horizontal scroll changes view port, big deal me. if makes difference i'm on ubuntu 9.04 64-bit , using gnome. help! bump. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] Disable horizontal mouse scroll? Ubuntu

Subir la Web de LocalHost a Internet - Joomla! Forum - community, help and support

holaa,   ya terminado de diseñar la web desde mi ordenador, o sea en el localhost. ahora quiero subirla mi hosting para que todos la puedan ver desde internet.   se que tengo que subir todas las carpetas y archivos al public_html y cambiar algunas cosillas en el configuration.php de joomla.   ¿ pero y... qué tengo que hacer con la base de datos, es decir tengo que importarla ?   ¿ existe algún tema en el foro donde pueda haber alguna explicación completita sobre esto ? saludos. tienes que exportar tu base de datos e importarla en el servidor mysql de tu hospedaje: http://forum.mamboserver.com/showthread ... ight=datos Board index Joomla! International Language Support International Zone Spanish Forum Versiones de Joomla! obsoletas Joomla! 1.5

DOS Emulator / Limiting the CPU? - Raspberry Pi Forums

Image
hey, using mips checked how many cycles 1 need set emulate compaq 386 on rpi in dosbox. result 2068. however, leads 100% cpu load , reducing cycles makes of old dos games pretty slow. i'm wondering if high cpu load because of sdl, though disabled scaling stuff in dosbox already. settings guys using? read people try make opengl es on rpi working in sdl - maybe , put calculation gpu instead of cpu? way, overclocking 1 ghz not change cycles - it's still 2068 assume guides state people should use around 1000 cycles (i've seen those) wrong (or well, not wrong, they're emulating box worse compaq 386). wondering if there's other emulator dosbox works on rpi. if remember correct pages reported arm port of dosemu, though couldn't find anywhere. tried running freedos in qemu. know cpu load of 100% wouldn't harm box i'd stay below that. tried cpulimit limit cpu - both qemu , dosbox, doesn't seem want. here tried cgroups , give me example on how that? do...

XMPP / Google Talk?

Image
it occurs me xmpp google talk might great way adruinos talk each other on internet (if combined lantronix xport or wiport). has looked making xmpp library arduino exchanging simple messages? -thomas http://www.t11s.com http://phy2phy.wikidot.com ok, going toss in 2 cents here.. i not familiar xmpp, xport or wiport, letting arduinos talk eachother on internet.. the way would make simple (remember, follow kiss-rule;)) visual basic program works proxy between irc , arduino. talking arduino using vb , mscomm-object 3-minute project has done before, , connecting irc-server isn't exactely rocket science. vb-program need simple text-file configurations, containing: - irc-server - nick/alternative nick - channel (for messaging other "groups" of arduinos) - com-port number (for arduino) - baud rate of course, vb-proxy program need "translate" bit between irc-protocol , whatever format want send data arduino with, building simple protocol ...

combo box Behavior

hi every body i have problem combo box behavior let me explain i have data grid read data data set bind xml connector the data grid contain fields (employee id, employee name, employee department) when select record data grid , press update button i need bind fields of selected row controls of update form all data of selected row displayed correctly except employee department i use combo box employee department the selected item of compo box doesn’t change reflect department of selected employee i use code doesn’t work update_form.updateempdept_cb.selecteddata = emp_ds.department; i trace selected item of combo box after line of code it traces department of selected row of data grid read data data set (emp_ds) but value selected of combo box doesn’t change , still select default value of combo box please More discussions in ActionScript 1 and 2 adobe

Test first character in serially sent string

i take ascii number , convert actual character shown in following example program.  is there function this? code: [select] void setup(){  serial.begin(9600); } void loop() {  string strarray[200];  if (serial.available()>0)  {    int = 0;    while(serial.available() > 0)    {      strarray[i] = serial.read();      serial.print("array number ");      serial.print(i);      serial.print(" ");      serial.print(strarray[i]);      serial.print(" ascii # character ");      serial.println(strarray[i]);  // <== how can # converted character      i++;    }    strarray[i] = '\0';  } } strarray array of 200 strings... meant be? or should array of 200 chars? cast char? serial.println((char) 64); Arduino Forum > Forum 2005-2010 (read only) > Software > ...

Intersects

i have game small monster fooling around between small houses. should not capable walk trough houses , because of use intersects avoid different sprites buildings are. every sprite downwards middle of sceen, can walk trough, not sides top. why? i assume sprite(3) monster , sprite(2) house. if case seem monster "attacks" house either left or top, moved further house. continue until monster exits south east. the problem +5 have on end of each of lines of code. what want capture monsters location first, try , move him in whatever direction walking. if results in intersect, move him captured location , pick new direction. hope helps. More discussions in Director Basics adobe

Thread: lirc configuration issues

running mbr sr 3.1 , jaunty 9.04 64-bit (fresh installation) "out-of-the-box", device seems ok (volume & down), having issues configuration (want set ooo presentation bindings). lircd.conf file has required line in: include "/usr/share/lirc/remotes/apple/lircd.conf.macmini" contain following data: code: # config file automatically generated # using lirc-0.8.2(macmini) on tue dec 11 11:35:26 2007 # # contributed sebastian schaetzel # # brand: apple # model no. of remote control: a1156 # devices being controlled remote: mac mini, macbookpro 15" # santarosa (3.1), macbook2 # begin remote name apple_a1156 bits 8 eps 30 aeps 100 1 0 0 0 0 0 pre_data_bits 24 pre_data 0x87ee81 gap 211982 toggle_bit_mask 0x0 ignore_mask 0x0000ff01 begin codes volup ...

Joomla! Forum - community, help and support - Login

the board requires registered , logged in view forum. username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register Board index

Thread: no sound in video programs

i need able watch wmv videos embeded in web pages. unable them play audio , ended installing mplayer , mediaplayerconnectivity. can play video on mplayer , totem no sound. when run totem in terminal here get. /var/lib/python-support/python2.6/gdata/tlslite/utils/cryptomath.py:9: deprecationwarning: sha module deprecated; use hashlib module instead import sha when launch video in mplayer here error get. couldn't resolve name af_inet6 need able play these videos class. more appreciated. please have spent hours on this. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] no sound in video programs Ubuntu

Thread: cannot copy hidden home folders even using sudo

hi did find page through google system locked , when rebooted couldn`t find again anyway.... want fresh install copying home folders across other computer usb (home folder big @ once) up problem .hidden folders, when try copy usb says there no permission sudo nautilus or sudo thunar whats going on? how can copy these files flash drive? open terminal (applications > accessories > terminal) , type: code: gksudo nautilus it ask password. type password , hit enter. open nautilus, file browser root permissions. should able there. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] cannot copy hidden home folders even using sudo Ubuntu

Controlling a movement of the cart using a motor

hello, i new using arduino. project build cart moved motor controlled inverter. program control inputs inverter , receiving feedback potentiometer , end switches. acording program selection move in different direction. problem have controlling function "miscarestdrststop" (the cart moving left right stop , after right left , stop; program ends) , function "miscarestdrcontinua" ( cart moving continuous left right untill stop off push button activated). the cart after executing movement left right not moving right left. stays there. if can me this, apreciated. thanks. first part of program : code: [select] /* *  program controlling cart movement */ int switchparcare = 3;        // switch parking connected pin 3 int switchcapstanga = 4;      // switch left connected pin 4 int switchcapdreapta = 5;     // switch right connected pin 5 int progrp1 = 6;              // selection program p1 parking position connected pin 6 int progrp2 = 7;  ...

Code Reformatting in Flex Builder

hi, i wondering if there way reformat mxml , actionscript via shortcut or key combination? my code gets little messy when cut , paste or add in if blocks around written code. in visual studio there option reformat code, makes indenting correct. there way same in flex builder , flex builder plugin eclipse? thanks in advance mark there no way apply code formatting in fb2 known me, sorry. More discussions in Flex (Read Only) adobe

Sidste nyt link i udu - Joomla! Forum - community, help and support

Image
nogen der ved hvorfor den der link til @ vise de nyeste indlæg pludselig ikke virker mere ? http://forum.joomla.org/index.php?actio ... 20,121,122 nu kan jeg slet ikke finde rundt mere.  oleandersen wrote: nogen der ved hvorfor den der link til @ vise de nyeste indlæg pludselig ikke virker mere ? http://forum.joomla.org/index.php?actio ... 20,121,122 nu kan jeg slet ikke finde rundt mere.  du referer stadig til ioensourcematters.org, prøv med denne: http://forum.joomla.org/index.php?actio ... 20,121,122 Board index Joomla! International Language Support International Zone Danish Forum Diverse (Off topic)

Développement de Joomfish - Joomla! Forum - community, help and support

bonjour, avez vous des nouvelles du développement de joomfish ? cela m'interesse beaucoup car je voudrais passer mon site en cours de développement en anglais et en espagnol aussi. bonsoir, moi aussi je ne m'en sors pas avec mambelfish pour joomla. je n'arrive pas à l'installer. une question, tu sais comment copier des fichiers dans un répértoire joomla vu que les droits créés par joomla ne sont pas les mêmes d'un esession ftp? merci de ton aide si possible jacques Board index Joomla! International Language Support International Zone French Forum Le bistrot!

Thread: Intel PRO/2200 Wireless randomly drops connection

i seem have unique issue wireless connection have not been able track down , quite annoying. wireless connection works great few days , "wireless network key required" window while signed in , running. have not been @ computer when happens, when come , unlock screen there. not seem related length of time between reboots time had shut-down computer while during day. if enter passphrase not connect , end having reboot wireless connection back. however, if cancel request passphrase, restart networking , select wireless network connect to, after few attempts reconnect. not believe hardware error not have issue when running windows on same laptop. also, had second laptop running windows during same period , same wireless adapter , did not disconnect. not think access point. have proftp running , overnight have computer connect laptop synch data. not happen every night, , if run ftp during day , watch it, don't have error. timing wise, connecti...