Posts

Showing posts from July, 2014

Basic menubar

i quite new flex , have been unable wrap myself around menubars. looking @ basic design in developer's guide , structure seems straight forward. question how state change when 1 of menuitems clicked? <mx:menubar id="mymenubar" labelfield="@label"> <mx:xmllist> <menuitem label="menuitem a" > <menuitem label="submenuitem a-1" enabled="false"/> <menuitem label="submenuitem a-2"/> </menuitem> <menuitem label="menuitem b" type="check" selected="true"/> <menuitem label="menuitem c" type="check" selected="false"/> <menuitem label="menuitem d" > <menuitem label="submenuitem d-1" type="radio" groupname="one"/> <menuitem label="submenuitem d-2" type="radio" groupname="one" selected="true"/> <menuitem label="su...

Using different versions on one site

hello, have 2 contribute users administering website. user 1 - administers site using contribute v.2 user 2 - administers site using contribute v .3 user 1 encountering error message: " website being administered newer version of contribute .for more information contact website's administrator." how can resolve both users can administer site , without asking user 1 upgrade version of contribute ? i found solution , i'm reply post in case else interested:- contribute 3 has transition mode . in mode, users of older versions of contribute can continue working on website, along contribute 3 users. enables evaluate new version , set new roles , permissions without disrupting users older versions of contribute. while in transition mode, changes make administration settings affect contribute 3 users only; contribute 1 or 2 users unaffected. More discussions in Contribute General Discussion adobe

Interrupt change

hi, i have push button on pin 13 of 328p. i've been using following code change interrupt: code: [select] volatile long ticks = 0; long oldticks=0; signal(pcint0_vect) {  ticks++; } void setup() {  serial.begin(9600);  digitalwrite(13,high);  pinmode(13, input);  pcmsk0 |= 32;  pcicr |= 1; } void loop() {  if (ticks>oldticks)  {    oldticks=ticks;    serial.println("interrupt");  } } first question: is interrupt change needed or there label pcint0_vect applies pin 13? second question: what need change same thing on 2560? thanks, ri well, looked in 2560 datasheet , answered own question... the pin 13 on 2560 pcint7. so changing this:  pcmsk0 |= 32; to this:  pcmsk0 |= 128; did trick. Arduino Forum > Forum 2005-2010 (read only) ...

CGI REMOTE_ADDR, FORMS and IP Spoofing

i have e-mail form i'm trying limit abuse of. one of things have done reduce ease of ip spoofing when submitting page form variables, forcing submitter cflocate page one-off url variable. form variables stored in struct scoped @ application level , not passed directly 2nd page, , assumption have use correct ip address first page because else there no way of knowing random url variable 2nd. url variable random , can used once. the weird thing when i'm comparing remote_addr first page 2nd page i'm seeing mismatches on submissions appear genuine. considering it's instantenous forward first page 2nd can't think of legitimate reason why ip address change between requests is there reasonable explanation of why happen? post of code , think not working. More discussions in Advanced Techniques adobe

negitive float math

hello, i having trouble program during subtraction , answer should negative.  the variables float because use trig find angles, made 'math' variables float, not concerned time.   i using whisker sensors , storing time hit in variables w3t, w5t, etc.  then subtracting times find how long difference between them.  the whole prog seems work except when should negative tdiffh.  i me werid value... example: w3t = 228721876 w4t = 228376604 and value came (w4t-w3t) tdiffh = 4294621952 where should -345272 code: [select] if (w3t == 0 || w5t == 0) { //bad sensor or bad hit try calc    serial.println("who missed me or you?");    if (w3t == 0 && w5t == 0) {      serial.println("edges 0 no angle");//something went wrong      tdiffh = 0;    }    else if (w3t == 0) { // "0 7 9", "0 5 5", "0 7 5"      tdiffh = w5t - w4t;      serial.println("1");    }    else {// "5 7 0...

Video display with Flex

hi everyone, first time here. the first thing want "please, forgive english, present or future mistakes, i'll try best explain want say" here problem: encoded , deinterlaced videos in dv codec using adobe premiere 6.0, encoded these videos in flash on2 vp6 data rate 700 kbps , audio mp3 128 kbps (i tell informations have =p ) using flash 8 video encoder. the thing is, when play them player found on net : flv player 1.3.3 display ok when file played application society work in developped, it's never deinterlaced video: moves = lines around characters (i call brush effect). now can recode videos, deinterlace them second time software , works it's loss of time , i'd know if problem comes flash player used in flex or if should change adobe premiere. has encountered kind of problems , resolved it? thank answers, hope can understand message (reads third time doesn't see mistakes) *it's we're dreaaaaaaming* More discussions in Flex (Read Only) ...

Thread: wallpapers and pictures links

hello everyone, please me find out links can find free 3d , pictures car, bus, nature, furniture, chair, table etc. need kind picture much. please download type of pictures. please provide links allow me download chank or set of pictures @ time (catagory wise full). interfacelift great website. might want check out deviantart Forum The Ubuntu Forum Community Other Discussion and Support Art & Design wallpapers and pictures links Ubuntu

Changing default PWM Freq in analogWrite()

i thinking of using arduino processor large horsepower motor control application.  in past, i've used motorola-based processors easy high-level way change pwm frequency (i run 15 khz).  i took @ function analogwrite(pin, value) , seems default frequency 500 hz.  is there easy way change this? regards, rick hi this has been discussed somewhere in forum, not sure where. try searching google, forum search limited. d Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Changing default PWM Freq in analogWrite() arduino

Que me recominedan para multi lenguaje? - Joomla! Forum - community, help and support

buenas, como andan? estoy creando un site donde quiero que este en 3 idiomas. todas la informacion sera la misma pero para 3 idiomas disitntos. se que el mamblefish con algunos retoques de codigo podria estar funcionando. el tema es que capaz si instalo 3 veces el joomla (sobre carpetas http://www.midominio.com/esp , http://www.midominio.com/eng , http://www.midominio.com/por ) me sirve mas porque cuando les quiera mandar correo masivo, lo podria hacer de una forma mas facil porque ya tendria cada usurario registrado por idioma, solo que tendria que hacerlo 3 veces. que les parece que pueda ser lo que me sirva mas? gracias por la ayuda y saludos ! mirate esto sobre joomfish http://forum.joomla.org/index.php/topic,12950.0.html y sobre instalar tres joomla con diferentes idiomas. pues es una solución muy buena tambien, yo actualmente uso esa opción con resultados excelentes. asi cada manager lo edita en su idioma y todos contentos. un saludo Board index ...

Can't communicate on AdHoc network - Raspberry Pi Forums

hi, i've created adhoc network on pi , i'm using avahi zero-conf , ipv4ll support. however, when connect device on adhoc network, cannot communicate pi. zero-conf name resolve 169/255 ip, cannot see ping or access services on it. ideas? you need out 169/24 routes. such code: select all route add -net 169.254.0.0 netmask 255.255.0.0 dev wlan0 metric 99 route add default dev wlan0 metric 99 raspberrypi

PWM library help

[size=14][size=12]so did searching , couldn't find looking for.  i want able generate pwm @ duty cycle , frequency.  to create library can call upon during current project , future projects come.  i new here , apologize if asking question guys on daily basis (i hate guys), couldn't find answer. so goal turn signal wii nunchunck pwm signal, them output motor.  i understand math involved, not sure how package together. here got: code: [select] int pwmpin = 11 int hertz; int duty; int timehigh; int timelow; int totaltime; void setup () {  pinmode (pwmpin, output); } void loop () {  totaltime = 1000000 / hertz;  duty = duty / 100;  timehigh = totaltime * duty;  timelow = totaltime - timehigh;    digitalwrite (pwmpin, low);  delaymicroseconds (timelow);  digitalwrite (pwmpin, high);  delaymicroseconds (timehigh); }     here know wrong. duty , hertz never assigned anything, therefore no other variables assigned anything.  to fix want numbers inputed i...

Should I use the blink without delay?

hello all, i have created code: code: [select] const int m1r=2; const int m1l=3; const int m2f=9; const int m2b=11; const int threshold = 400; const int sensormin = 100; void setup(){   pinmode(m1r, output);    pinmode(m1l, output);     pinmode(m2f, output);      pinmode(m2b, output); } void loop(){  int analogvalue = analogread(0);     if (analogvalue > threshold) {         digitalwrite(m2b,low);  digitalwrite(m2f,high);     delay(1000);     digitalwrite(m2b,low);   digitalwrite(m2f,low);     digitalwrite(m1r,high);   digitalwrite(m1l,high);        }   else{    digitalwrite(m2f,low);  digitalwrite(m2b,high); digitalwrite(m1r,high);   digitalwrite(m1l,high); } } if upload code when if statement used , arduino code before delay. why? while @ it, can put default value pins.(example pin m2f==high unless changed) thanks quote the arduino code before delay how can tell?  have tried putting[...

Oversettelse av installasjonene av Joomla - Joomla! Forum - community, help and support

jeg har nå lastet opp språkfilen til installasjonen av joomla inn et subversion prosjekt på developer.joomla.org. så hvis noen har lyst til å oversette den filen så det bare å sette gang. adressen til filene er http://scm.joomla.org/svn/repos/joomla11_no/ for windows kan tortoisesvn anbefales, mac har jeg lest om noe som heter smartsvn. hvis det er en som vil oversette men ikke vil sette seg inn subversion så ta kontakt så kan filen fåes av meg. jeg har forresten kommet ganske langt oversettelsen av frontend, og har 8 filer igjen å oversette (av 53 filer). har tidligere oversatt det meste av innstallasjonen, mens teksten ennå var statisk. er vel egentlig en grei jobb å kopiere dette on til de nye språkfilene, med mindre innstallsjonen har store endringer - men jeg har ikke satt opp svn lokalt ennå.. Board index Joomla! International Language Support International Zone Norwegian Forum Oversettelser ...

mapping/wireless transmitting/lcd help

i'm having difficulties trying transmit battery voltage measurement data. i've created external voltage divider in order create necessary 5v max analog input. want transmit data arduino board (via xbee) create remote battery monitor. below code have right (not of it, parts pertain problem. the transmitter code: code: [select] int b_volt = 3; byte batvolt; void setup() {  serial.begin(19200); } void loop() {  batvolt = map(analogread(b_volt), 0, 1023, 0, 245);  serial.print(250, byte);             // ------------------------sync  serial.print(batvolt, byte);        //battery voltage reading } the code receiver: code: [select] byte rembatvolt; void setup() {  serial.begin(19200); } void loop() {  if (serial.available() > 0) {    incoming = serial.read();    if (int(incoming) == 250) {      rembatvolt = serial.read();      rembatvolt = map(rembatvolt, 0, 245, 0, 1023);    }  }  lcd.setcursor(0,0);  lcd.print(...

Fan POV question

i have 2 ceiling fans in house never used (i live in north of england, it's seldom warm) i'd turn pov. now, i've had think code , hardware , i'm pretty sure can except measuring fan speed.  i'd able measure fan speed @ startup (so it'll work on other fans or if speed changed) don't know best/cheapest way this.  any suggestions? single magnet , hall effect switch. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Fan POV question arduino

Logitech c920 mount issue - Raspberry Pi Forums

hi, i've done search on forum regarding logitech webcam c920 issues, seems gets camera mounted automatically, , having issues different things. on side, in boot screen, can see os recognize web cam, once booted, cannot see /dev/video0 in list? since coding in java, followed following board setup adequatly: http://www.oracle.com/technetwork/artic ... 04896.html in advance tips. check raspberry pi see webcamera command lsusb raspberrypi

Array problem

Image
hi everyone.i want interface 3x8x8 led matrix using 3 max72xx . modified library led control work x,y values , works great. want characters font.h , copy array of bytes in array, , later "print" array. copy function (void makeword) not working good...it working 1-5 characters.if want display 6 or more characters, led display seems crazy .if want display array prebiosly declared , manually loaded temp2 works perfectly, nomatter number of characters. if want display generated array works 5 characters; if want 6 or more works desastrous.i try search function memcpy have add end of generated array, didn't find...any ideea ? my code this: code: [select] int k=0; char text_afisare[] = "testtest"; int nr_litere = strlen(text_afisare); int nr_bytes = nr_litere*8; byte temp[64]; byte temp2[328]={              b00000000,b11000000,b11000000,b11111111,b11111111,b11000000,b11000000,b00000000,b00000000,b11111111,b11111111,b110110...

Thread: Having problems with Tar file for new Clamav engine.

i have 9.04 jaunty jackalope running on laptop. downloaded tar file clamav's new engine: clamav-0.95.2.tar.gz. installed clamav , clamtk gui clamav when had 7.10. know how extract file tar , did mistake think extracting tar file on desktop directory. when open clamtk, still shows old clamav engine 0.95.1. wondering on direct extracted files tar file. also, when run sudo freshclam get: song@dell-desktop:~$ sudo freshclam clamav update process started @ tue jun 30 16:58:32 2009 main.cvd date (version: 51, sigs: 545035, f-level: 42, builder: sven) downloading daily-9521.cdiff [100%] freshclam: relocation error: freshclam: symbol mp_init, version clamav_private not defined in file libclamav.so.6 link time reference first wondering extract tar file clamtk uses it. second wondering on how freshclam work. got main.cvd updated relocation error. appreciated. did use ./configure, make, , make install sudo in front after got errors running commands without ...

initalizing ouput as low?

is there way declare pin ouput , write low @ same time? i'm witing code control relay , when arduino first starts sets pin 4 ouput , writes low, activating relay second or two. need way both @ same time relay wont activate till need to. thanks you try setting pin low in input mode , switching output mode when want activate relay.  i have not tried should work. make sure relay not drawing more  curren pin can provide (40ma) Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > initalizing ouput as low? arduino

Thread: Best 802.11n Performance (2.4GHz)

hello, achieve best performance can using 802.11n laptop, , looking suggestions or advice try next. currently, have tried performance testing in ubuntu 9.04 d-link dwa-652 (pc card) , intel 4965agn (mini pci-e). selected these cards because supported in ubuntu, not want use ndiswrapper. however, when connected linksys wrt300n 802.11n router, , observing performance results using iperf, seeing ~15mbps throughput, laptop on same network (sitting on same table actually). done on multiple channels, eliminate possibility of interference other devices (no other devices detected on channels used). achieve best data rates in ubuntu using 802.11n, suggest try different router, or different wireless card? want use in 2.4ghz spectrum (not 5ghz), , can use either pc card or mini-pci-express card. thanks. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] ...

Instalación Zoom, archivos, etc - Joomla! Forum - community, help and support

quiero instalar zoom gallery para joomla 1.0.4 . quisiera pedirle alguien que lo haya hecho o que sepa como hacerlo, si me puede explicar de donde bajo los archivos, ya que en developer.joomla.org por ejemplo, en los file releases no hay nada. tengo que bajarmelo como para mambo? después, que otros pasos tengo que seguir, tengo que patchearlo o algo así? en el proyecto éste de zoom en developer.joomla hay algunos archivos, que creo que son para arreglar algunos bugs para joomla, no entiendo bien. a todo ésto, yo lo que necesito es que los publishers de mi sitio puedan desde el frontend subir imagenes. por lo que tengo entendido ésto se puede hacer con zoom, no? con pony gallery no hay una opcion específica para que los specials suban imagenes y los demás usuarios no. o suben todos o no sube nadie. y yo necesito que sea para los publishers para arriba... osea que algunos de los que quiero que suban imagenes no tienen acceso al admin. por último... zoom permite subir swf? y permite el en...

Thread: dual booting 9.04 and XP (Xp first)

Image
what steps should take insure easy harmless install of ubuntu , grub loader? have 40gig pata(xp system drive) , 160gig sata (the hd want ubuntu on) use 160gig games , media ,if try partition 10gigs loose stuff have on (note: stuff have on takes 17.7gigs) dual booted ubuntu long time ago can remeber did. have upgraded ati video card (agp 8x) since then. new forum , hope have figured out. lot zach this thread may give clues/hints/tips. http://ubuntuforums.org/showthread.php?t=179902 (op) links of value .... albeit old. if thread not suit needs nor preferences, post , forum can make plan of action depending on comfort level , requirements. first. luck. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] dual booting 9.04 and XP (Xp first) Ubuntu

some syntax not in arduino refernce guide?

Image
i looking through tutorial on interfacing arduino qt401 sensor.  there commands , syntaxes totally don't understand , can't seem find in reference guide.  is able explain me mean? the complete segment of code i'm quoting included below if want see context... ok, first up: code: [select] byte qt401_transfer(byte data_out) what bit in brackets refer to?  i thought variable declaration took format type variabletodefine = value; - the example above looks me kind of nested declaration or function call... second question: code: [select] while(0 < i) {    mask = 0x01 << --i hmmmm... i'm stumped on one.  what "<<" , "--" mean? third question: code: [select] if(data_out & mask){ i couldn't find reference "&" logical operator in reference guide...  how work? number four: code: [select] data_in |= mask is error , meant "!=" (ie, not equal to)...? lastly, number five: code: [select] return data_in; i can...

Thread: Fresh install of 8.04 created 140,000 files

i did fresh install of 8.04. went places / computer , right clicked on filesystem , selected properties. there 2 things bothering me: 1. shows have on 140,000 items on computer (7.1gb). 2. under line shows number of items, says "some contents unreadable". did go wrong install? should reinstall again? reply, no didnt wrong, think says because not root. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Fresh install of 8.04 created 140,000 files Ubuntu

Easy access to your Pi from Windows using MobaXterm - Raspberry Pi Forums

Image
there number of ways access terminal and/or "desktop" of raspberry pi windows on local network. method requires no setup @ on pi side, , application -- mobaxterm -- doesn't require installation on windows side. requirements: - recent version of raspbian (2012-09-18 or newer. may require additional steps on older versions or other distros.) - windows xp, vista, or 7 on windows machine (haven't tried windows 8 yet) - both pi , windows machine connected same local network 0. need know ip address of raspberry pi. it's possible determine ip address without having display connected pi, keep simple i'm going assume have display connected. enter command @ terminal prompt on pi: code: select all ip address show (if don't typing, ip a work) assuming you're not using wireless on pi, want address listed under eth0 right after inet. this: inet 192.168.1.12/24 in case, ip address is: 192.168.1.12 vary depending on router , how network set up. ...

Thread: 16bit Gimp

i read on net - 2.6 should have it. said give try. , checked use gegl lib or how call in colors menu. yet, open 16bit png , save copy , voila! it's 8bit. gimp moving on or oss marketing crap? and answer "in few years". not have 16bit support. shade of hope new backend. impossible before. rest crappy marketing distorting search engine results. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [SOLVED] 16bit Gimp Ubuntu

Thread: Gamepad Contoller

i'm not quite sure if proper place post question... somewhere better nowhere. i've decided try couple of pc games (legends, sauerbraten, nexuiz, rtcw, among others). however, many of these games not support gamepad controllers (joysticks, ect.). i've downloaded few "joy-2-key" emulator-apps , seem work... in respective set-up windows! i've been able commands game pad emulate keyboard commands (but, again, in specified windows, not in actual game). has been able of these programs work actual game? , weird part can either emulate keyboard commands or mouse... not both (at least not @ same time). has else had luck this? ~~archery~~ fyi: game controller pelican afterglow pro controller ps3 bump, anybody? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Gamepad Contoller Ubuntu

Thread: Ubuntu desktop fails to display properly; i screwed my drivers up... where to proceed

hi everyone! ubuntu newbie here; installed impressive os on dual boot vista week ago; looking alternative windows run spring engine; , happy i've found. business... trying install xorg ati driver integrated 2100 radeon, , somewhere along line, think deleted crucial display settings... when ubuntu boots up, can see loading screen (ubuntu logo , progress bar) when reaches point desktop displayed, see scrambled bars indicative of non-compatible display mode. bunch of questions... im sure of them "stupid" ones, i'm new os. keeping in mind, vista installed first, , still works fine (however im using grub instead of mbr booting.) there nothing of "worth" in ubuntu install, didn't use work, wiping , beginning again viable option. 1) there way repair problem without re-install? far can see booting in safe mode, still loads same scrambly screen... there way can revert old setup? 2) there way wipe , re-install ubuntu on partition resi...

Unexpected problem with mod_smf_recent_topics - Joomla! Forum - community, help and support

Image
the module mod_smf_recent_topics working on website, morning i've had error: "fatal error: call undefined function: db_query() in /mounted-storage/home3/sub007/sc11526-kwip/www/snowboarding-live.it/modules/mod_smf_recent_topics.php on line 45". what happened? thanks neorf all now... download modified version of index.php, @ root, , didnt patch index.php again... lol  neorf Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed SMF - Simplemachines.org Forum

Help with Eclipse setup

i followed in eclipse instructions found here: http://www.chipkin.com/articles/using-eclipse-with-arduino-duemilanove .  i'm using arduino 0018, winavr 20100110, avr plug-in 2.3.4, eclipse 20100917-0705 , windows xp sp3.  when try build example project error 258.  i went console tab , had: code: [select] building target: blink 11-10.elf invoking: avr c++ linker avr-gcc --cref -s -os -o"blink 11-10.elf"  ./main.o   -larduinocore -lm -wl,-map,blink 11-10.map,--cref -l"c:\documents , settings\scott\my documents\arduino\eclipse\arduinocore\release\" -mmcu=atmega328 "c:/program files/winavr/utils/bin/sh.exe": -c: line 1: unexpected eof while looking matching `"' "c:/program files/winavr/utils/bin/sh.exe": -c: line 2: syntax error: unexpected end of file make: *** [blink 11-10.elf] error 258 it appears there problem winavr/utils/bin/sh.exe, have no idea how resolve this. tried reinstalling winavr, didn't fix error.  any sugge...

Custom Library directory?

hi, i have written (simple) , modified number of libraries.  is there way keep these changed libraries out side of arduino-xxxx/libraries directory?  it make moving form 1 version lot easier. i wanted have directory "mylibraries"  in put custom libraries.  i thought link mylibraries arduino-xxxx/libraries/mylibraries  then in sketches thought #include <mylibraries/customlibraries.h>  but seems not allowed.  is there way this?  so don't have copy custom libraries every time switch different version of arduino?  i want 1 copy of custom libraries work across different versions of arduino. any appreciated tim well looking @ bit more did find can have directory mylibraries custom libraries in directory.  then instead of linking mylibraries directory in arduino-xxxx/libraries/  i can link individual directories in mylibraries arduino-xxxx/libraries directory.  that means have make bunch of links instea...

Measuring walking speed/intensity?

hey guys, i'm working on project similar this: http://www.youtube.com/watch?v=vxb0uupgt2q&feature=player_embedded i looking way measure intensity or speed of someones walk , data determine led light output.  would accelerometer work this?  how measure walking speed? thanks! matt i think accelerometer work. on every step should see increase in magnitude of acceleration vector (or @ least sizeable change). time between these pulses indicate walking speed. you'll have calibrate how long each step is. -- check out our new shield: http://www.ruggedcircuits.com/html/gadget_shield.html Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Measuring walking speed/intensity? arduino

103 to 104 and error 2 (resolved) - Joomla! Forum - community, help and support

Image
hi, after upgrading 103 104 " site temporarily unavailable. please notify system administrator 2" , "0". i konw db error, db runs fine, config.php same 103 version had no problem. i can't imagine problem comes from, decided reinstall joomla , here again error when trying re-create db (wrong username/password). i have php 3.23.49 , mysql > 4.1.0. , little knowledge  are able restart mysql database? Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

I CANT FIGURE OUT A SPECIFIC SCRIPT!!!!!!!!!!!!!!!

Image
hi im trying find arduino script when analog input greater random number. if knows how program pleeeeeeeeeeaaaaaaaaase let me know. thanks. code: [select] int analogval = analogread(somepin); if(analogval > somerandomnumber) {   // random thing } where random number supposed come from? Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > I CANT FIGURE OUT A SPECIFIC SCRIPT!!!!!!!!!!!!!!! arduino

Quiz Results Won't Email

i'm trying create quizzes in captivate, , don't have lms, i'd use email quiz results option. sadly, email generated users not contain postdata.att file attachment. has else had issue? suppose setting in captivate, or in outlook or ie setting of effected users? thanks! hello steve. you indicated don't have lms. mention users using email, training done in office on computer email configured particular user? if not, on captivate website, 1 of adobe gurus had developed sending quiz results database via coldfusion. there method sending quiz results using .asp access database. here link instructions. http://iconlogic.blogs.com/weblog/2007/03/adobe_captivate_3.html take @ it. try , let know if have further questions. More discussions in Quizzing/LMS adobe

java - Raspberry Pi Forums

Image
tried log www.aol.com says need java runtime, couldnt find way load version risc os. suggestions rich prim primr wrote: couldnt find way load version risc os there isn't primr wrote: suggestions use mobile site if have to. sorry if that's not expected. raspberrypi

Arduino Mega - additional Interrupts

hello all, i'm new forum, , first post, i'll try explain in best detail can issue i'd resolving. i'm using arduino mega, , i'd able use more 6 interrupts available (to honest, need 1 more - interface calls 7 rotary encoders use interrupts read). i've read through can find, , tried using sample pcint code playground found here: playground/main/pcint but i've had little luck getting work. seems i'm not capable enough of programmer sift through of code in example sets interrupt on specific pin (not 1 of default pins). any tackling problem appreciated. thanks andy ok, so i've answered own post - extent. seems minor bug holding me in defining additional interrupts. - i've noticed code reading rotary encoder behaves quite differently when being called pcattachinterrupt function standard attachinterrupt function. code reads encoder when called attachinterrupt, when call pcattachinterrupt more inconsistent results. maybe it...

FTP - Can't upload website

dear dw forum use dreamweaver 8 - have website have been maintaining year or of late each time attempt upload page i've updated, message below: " event_june22_23_2007.html - error occurred - ftp error occurred - cannot put event_june22_23_2007.html. access denied. file may not exist, or there permission problem." file activity incomplete. 1 file(s) or folder(s) not completed. i can connect server, when attempt upload, above message. don't have problem other site maintain. can help? all best gregory "numa" <webforumsuser@macromedia.com> wrote in message news:f2kt39$kr$1@forums.macromedia.com... > dear dw forum use dreamweaver 8 - have website have been > maintaining year or of late each time attempt upload > > page i've updated, message below: > > " event_june22_23_2007.html - error occurred - ftp error occurred - > cannot > put event_june22_23_2007.html. access denied. file may not exist, or > there per...

Strings

i'm having trouble adding characters variable string.  the examples didn't me much.  it shows how declare them not how manipulate them. i have keypad working fine , displaying random alphanumberic code on lcd screen. want save string.  i believe have refer each character in string when mod cant work. sample code plz. i use excellent library when there might more efficient way because seems intuitive me: http://www.sundial.org/arduino/index.php/pstring/ since derives print, can create strings in buffer printing led. it may overkill, it. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Strings arduino

structures and pointers

i don't see structs/unions nor pointers in compiler reference. please, tell me compiler supports structures , pointers. arduino reference (extended) the arduino language based on c/c++ , supports standard c constructs , c++ features. links against avr libc , allows use of of functions; see user manual details. yes, of course supports pointers , structures.  here's snip menu code wrote (which appears work.) code: [select] typedef void * menu_action_t; typedef const struct menu_item_ {    unsigned char menu_key;    menu_action_t menu_action;      /* function or menu pointer */ } menu_item_t; Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > structures and pointers arduino

scope error not making sense

i following error in sketch (its first). error: 'currentvalue' not declared in scope in function 'void loop()': @ global scope: here sketch in entirety (reads accelerometer data , puts on serial display (16x2) its not done yet , needs other polishing...plus there no rush arduino's backordered @ sparkfun: code: [select] long highvalue=0.0; long currentvalue=0.0; void setup() {  serial.begin(9600);  backlighton();  displaywelcome(); } //in order 1.11 style output 2 ints required // 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 (pin) // \ \ \ \ \ \ \ | / / / / / / / (semi analog) // 0 . 1 2 c u r | 0 . 1 3 h       void loop() {    currentvalue=0.0;  int firstpart=0;  int secondpart=0;  currentvalue = getaccelvalue();  //split prettyfied output  firstpart = (int)(currentvalue);  secondpart = (int)(currentvalue * 100); //nothing expected beat 1g    selectlineone();  delay(100);  barch...

web controlling with php

i working on web controlled rover , trying control arduino duemilanove php on win xp. know people have done before, , having trouble getting work me. have wamp installed , here php using: code: [select] <?php $verz = "0.0.2" ; $comport  =  "com3" ;  /*change to correct com port */ if (isset( $_post [ "rcmd" ])) & #123;        $rcmd  =  $_post [ "rcmd" ]; switch ( $rcmd ) & #123;      case stop :          $fp  = fopen ( $comport ,  "w" );              fwrite ( $fp ,  chr ( 1 ));  /* this is the number that it will write */              fclose ( $fp );                 ...

Thread: Choosing Shutdown or Restart just logs me out in Ubuntu 9.04!

i have noticed quite sometime now, , wasn't bothering me till hot weather hit (as tend turn desktop off more since hot in room). here problem, whenever got shutdown or restart on both desktop , laptop ubuntu logs me out , log on screen can choose shutdown or restart works suppose to. don't know what, 8.10 earlier versions working suppose to. if type in shutdown -r now or shutdown -h now works fine. i have same problem on ubuntu karmic week.bump Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Choosing Shutdown or Restart just logs me out in Ubuntu 9.04! Ubuntu

Serial comunication and reset

hi all, in tests made arduino seems reset (invoking setup function) every time begin serial connection. right behavior? it's adruino bluetooth working in same mode? my code it's simple, in seup() there serial.begin(9600) , in loop check serial.avaiable if there read , put in buffer. thanks fabrizio that standard behavior. of *duinos have jumper stop happening don't think arduino does. Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Serial comunication and reset arduino

Thread: StarCraft - Connecting To BNet?

using legit cd key , discs, following error upon trying enter battle.net on starcraft; have tried reinstalling multiple times, no avail. "battle.net unable identify application version. please uninstall , reinstall application. if problem persists may have computer virus. information on detecting , removing virus may contact email @ support@blizzard.com " have suggestion fix problem? bump. i'm sure must've been answered before, i've searched quite awhile , anywhere problem mentioned didn't see solution. Forum The Ubuntu Forum Community Ubuntu Specialised Support Wine StarCraft - Connecting To BNet? Ubuntu

Thread: Can't mount Linux disk from OSX !

hi, i've set macbook triple-boot xp, osx, , 64-bit jaunty. i'm using refit boot whichever os want, , they're working fine. however, problem when i'm in osx, see 2 disks on desktop: macintosh hd , windows one. what happened: first time booted osx after confirming ubuntu working, found 3 disks on desktop, linux disk called "ubuntu". however, after this, booted xp (for first time after ubuntu install) check that ok (it seemed fine). then, rebooted osx - 2 disks on desktop in osx, despite several reboots various os's. what did try fix it: i opened disk utility in osx , looked third disk. there in left-hand panel, called "disk0s3" strange. when selected in left-hand panel, got following info: mount point: not mounted format: ms-dos (fat32) i clicked "mount" icon in top section of disk utility window, try mount disk. got message in popup window: ...