Posts

Showing posts from May, 2011

trying to use one inturrupt to catch 27 pins

Image
hi, i have 27 reed switches, can not triggered simultaneously. mybe use snippet use interrupt catch/rule them all. and if so, pull-up resistor scheme work configuration. code: [select] //trying use 1 inturrupt catch 5 pins // connecting 5 reed switches same interrupt and // connecting them indevidually digital pins. volatile int state = low; volatile int whichone[]={0,0,0,0,0,0}; void setup() {  attachinterrupt(0, blink, rising);  //init pullup resistor  for(int i=8;i<=12;i++){    pinmode(i,input);    digitalwrite(i,high);  } } void loop() { } void blink() {  for(int i=8;i<=12;i++){    whichone[i]=digitalread(i);  } } well wiring isn't correct yet. way have now, if switch turns on create short circuit +5 vdc ground. pins 8 12 directly wired ground, how can go high ever? lefty Arduino Forum > Forum 2005-2010 (read only) ...

Thread: Hi, I want to use Ubuntu but have some questions.

i have friend uses linux , ubuntu , have messed around computer @ house , set ubuntu on computer. don't know version use 32 bit or 64 bit version. have windows vista home premium on laptop don't want use anymore , don't have money upgrade win7 when comes out because laid off due bad economy. using 64 bit live cd right testing , beleive remember seeing computer i686 pentium dual core, mean need 64 bit or 32 version? friend has told me if run through installer can dual boot computer , written down how different things need once installed how flash , media codecs etc, never thought aks how find out version use. there way find out? thanks. hey, well, 32 bit version work, on 64-bit capable system or on normal 32 bit system. depends on cpu. see here: https://help.ubuntu.com/community/32bit_and_64bit Forum The Ubuntu Forum Community Ubuntu Official Fl...

C++ problem with classes

hey there, i'm doing first steps in programming c++. succeed in making class worked when wrote litlle test it. class called "analoog" now want use objects class make class, called licht. don't know why, everytime want build librarie gives errors: quote "licht.cpp:27: error : '((licht*)this -> licht::seconde' not have class type" "licht.cpp:32: error : '((licht*)this -> licht::groen' not have class type" and "licht.cpp:33: error : '((licht*)this -> licht::rood' not have class type" i'm thinking there's wrong way i'm initialising class objects... tried many things, gave errors. does see i'm doing wrong? this header-file (.h) : code: [select] /* auteur : bo knooren */ #ifndef licht_h #define licht_h #include "wconstants.h" #include <metro.h> #include <analoog.h> class licht { public: licht(); boolean vangroennaarrood(int tijd, int aantalstappen); private: analoo...

Pre-setting Poll Vote Count - Joomla! Forum - community, help and support

i'm end-user, not tech guy. can 1 tell how might pre-set poll vote when publish new poll? know how navigate site using ftp client , how how open , edit file vote totals stored (i assume do) can't find file in vote totals stored. can point me file? thanks. i think going find poll data in database, not in of files on server. the poll data should in jos_poll_data table (where jos prefix of joomla data tables). Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Questions about creating my own template - Joomla! Forum - community, help and support

Image
hi, i taking on huge task of creating website scratch using joomla of course.  don't want alter another's template have decided dig in , ordered css book , website book , both great far.  here questions bit overwhelmed @ moment not letting stop me.  ok following: xhtml = defines document's structure css = defines document's presentation there nothing in books php or cms , confused these fit in?  obviously cms (joomla) take care of content such images, documents , such within website.  guess head spinning right can't articulate wish know.  ok maybe can ask way.  in order create own joomla template scratch best way go this?  do need know php?  please guide me!!!    not asking code me perservere through 2 books got since don't mention cms or php don't know how affect me working within these books , building own sight.  thank patience me.  shawn these template tutorials might out. http://forum.joomla.org/index.php/topic,56...

Styling Links Tracked by Google Analytics

hi -- i'm tracking site using google analytics. i'm taking advantage of 1 of ga's tools tracking 3rd party shopping cart. far good. here's need 2 things. first, how make links in code (around line 30) users with/without javascript enabled follow css styles; , how do make rest of line display --"or learn more race."? here's link page: http://www.hyde5.com/index.htm thanks, john hi david   did ever sort this?     many thanks   lj More discussions in Dreamweaver support forum adobe

getting numbers from an array in one number

Image
hello with code want convert degree , decimal minutes coordinates degree coordinates. my problem don't understand how several numbers array in 1 single numer( pos 0,1,2 of anarray[]  to 1 single number in  int number) the array contains 5417.7540 on [2] and contains 00735.9808 on [4]   ( coordinates modified real location) it 3d array of [15][11] code: [select] int latd; int lond; double latx; double lonx; double latxx; double lonxx; double lat; double lon; latd = (gps.arguments[2][0,1]); lond = (gps.arguments[4][2]); latx = (double)gps.arguments[2][2, 3, 5, 6, 7, 8]; lonx = (double)gps.arguments[4][3, 4, 6, 7, 8, 9]; latxx = (latx / 60); lonxx = (lonx / 60); lat = (latd + latxx); lon = (lond + lonxx); serial.println("next latd-lond-latx-lonx-latxx-lonxx"); serial.println(latd); serial.println(lond); serial.println(latx); serial.println(lonx); serial.println(latxx); serial.println(lonxx); this part of big code converts coordinates. though not wor...

moving from PC to Mac!

hi all, can give me advice / pointers on doing this? i have studio8 , believe has mac versions of software on discs. if export site definitions, might not match file structure on mac? any before started appreciated! cheers mark you can edit each site definition fix path. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "mark" <pangdenenospam@gmailnospam.com> wrote in message news:f1vn84$ef$1@forums.macromedia.com... > hi all, > > can give me advice / pointers on doing this? > have studio8 , believe has mac versions of software on > discs. > > if export site definitions, might not match file ...

restoring to default?

hello my computer had examined, problem, computer-wiz friend. the monitors got swapped , after fixing that, in freehand mx preference dialogue appears somewhere out of reach, not seen on monitors. screen settings both monitors maximum size, there no way find panel changing settings. maybe work alright again when restored factory settings, i can't find how done. searched google, freehand-helpfiles and here in group. could me fix problem? thanks greetings, lex vd oudeweetering maybe 1 of these tech notes restoring panels , toolbars help: http://www.macromedia.com/go/tn_12050 http://www.adobe.com/go/tn_13188 judy arndt More discussions in Freehand adobe

Array manipulation

is there equivalents pop, push, shift , unshift functions use in other languages manipulate array in arduino/wiring? in c, array fixed chunk of contiguous memory. in languages perl, python, java, etc., arrays or lists dynamic, , can grow or shrink required. you can make array, , functions treat stack or queue, you'll have keep track of capacity limits , other concerns yourself. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Array manipulation arduino

Arduino timer

how access timer?  is there handle? i verify time required compute calculation. more i'm computing position acceleration , need time calculate integral. thanks! if milliseconds precise enough, can use millis() returns number of milliseconds since last reset. stick current value of millis() in variable, execute task, call millis() again , substract previous value number of elapsed milliseconds. if worried millis() taking time , messing accuracy, can test replacing task delay(10) , seeing if 10 elapsed ms. try different values , if error (if any) consistent, can substract error results in final sketch. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Arduino timer arduino

Unexpected behavior ? what am I missing?

good day, i posting here because stumped. i have created sketch generates random, 0 or 1.  if 1, light red led.  if 0, turn off red led.  do green , blue led well. then delay random amount of time, between .25 , 1 second. but, here confused.  towards end of sketch, checks if random numbers 0, if true set delay variable 0, no delay. i want check done, there @ least 1 color of led lit. but once while, led dark. any ideas on missing? thanks in advance help. dave here code =========== /* * random rgb * * */ int l1 = 9;                // red led connected pin 9 int l2 = 10;               // blue led connected pin 10 int l3 = 11;               // green led connected pin 11 int r1 = 0;                // random number 1 int r2 = 0;                // random number 2 int r3 = ...

Question regarding navigational menus

i use plain text (with links) web site's navigational menu - nothing special there. however, navigational menu may change time time (add/delete navigational links, redirect them, etc.). there way construct plain text navigational menu update globally - keeping me having manually update pages contain navigational menu (will dozens @ least)? thanks! yes use server-side-includes (ssi) your pages have .shtml you can add menu clicking insert > server side include in dreamweaver make sure menu file has html menu , nothing else. not opening , closing html, head, , body tags. More discussions in Dreamweaver support forum adobe

problemas para instalar ext calendar - Joomla! Forum - community, help and support

hola foreros! me estoy iniciando en el mundo de joomla y pesar de que viene todo bien explicado, por mi inexperiencia se me hace imposible algunas cosas. esoy  intentando instalar mi primer modulo, ext calendar. bien, tanto si lo subo desde mi disco duro como si le pongo la ruta de la carpeta en el servidor, me sale el mismo mensaje: code: select all nstaller - error the installer can't continue before file uploads enabled. please use install directory method. [ continue ... ] que tengo que cambiar? que hago mal? gracias. un saludo! creo que el problema es por que tengo este parametro: code: select all  file uploads:      off como lo pongo en on? saludos! Board index Joomla! International Language Support International Zone Spanish Forum Versiones de Joomla! obsoletas Joomla! 1.5

booleans and memory

quick question. how memory boolean take up? seems simple: 1 bit. i'm not familiar c, if arduino's programming built on c, "does not have distinct boolean type -- int used instead", mean every boolean in arduino code , int , takes 32 bits? boolean arrays? here's trick: code: [select] serial.println(sizeof(boolean), dec); if run you'll find booleans 1 byte each.  int on avr 2 bytes, not 4. sizeof() c builtin tells size (in bytes) of type. the smallest addressable unit byte.  if want try tricks storing "array" of 8 bits in byte can so, avr (and every other architecture i've ever worked on or read about) uses @ least 1 byte per element. -j Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > booleans and memory ardui...

simple ecommerce prog... - Joomla! Forum - community, help and support

i came across seemingly simple shopping cart system might interested in, i'm not sure integration potential worth checking out: [url=http://"http://www.fishyshoop.com"]http://www.fishyshoop.com[/url] features listed on site: - powerfull search engine - categories browsing - support sub-categories, sub-sub... - unlimited products / category - browse manufacturer features - informations blocks - contact block on-site contact form - random new products block - random featured product on home page - custom system texts can configured - integrated banner system - secure login system / block - multiple pictures per product support - rand picture on products lists & details - picture selector products - products relationship system (upselling) - products rating system (admin / users) - tell friend send link directly product - multi-lingual system - multi-currencies system - single-page shopping cart system - dynamic on-pages shopping cart - integrated paypal payment system...

Thread: c++ program

i want run program finding closest pair of points in given set. written recursive calls. when run program times giving following error. me .. urgent.. pavan@pavan-laptop:~/ns/ject$ ./closestpair.out 50 *** glibc detected *** ./closestpair.out: corrupted double-linked list: 0x0804e9a8 *** ======= backtrace: ========= /lib/tls/i686/cmov/libc.so.6[0xb7da8149] /lib/tls/i686/cmov/libc.so.6[0xb7da988e] /lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb7dad4f0] ./closestpair.out[0x80496cb] ./closestpair.out[0x8049498] ./closestpair.out[0x80497f6] ./closestpair.out[0x8049a71] /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb7d54450] ./closestpair.out(__gxx_personality_v0+0x7d)[0x8048d21] ======= memory map: ======== 08048000-0804b000 r-xp 00000000 07:00 103683 /home/pavan/ns/ject/closestpair.out 0804b000-0804c000 rw-p 00002000 07:00 103683 /home/pavan/ns/ject/closestpair.out 0804c000-0806d000 rw-p 0804c000 00:00 0 [heap] b7c00000-b7c21000 rw-p b7c00000 00...

Table - How to get even column widths automatically

hi all: for example, nested one-row, seven-cell table nav bar. do have css rule? ever grateful ! btw mx2004 murray, answer? http://great-web-sights.com/tutorial/tables/tables.html "ken binney" <kenbinney@ossiningdesignguild.com> wrote in message news:f2t1hr$qa9$1@forums.macromedia.com... > hi all: > > example, nested one-row, seven-cell table nav bar. > have css rule? > > ever grateful ! > More discussions in Dreamweaver support forum adobe

sending changes: max-Spark Fun RGB LED matrix

Image
i have been able apply changes led matrix via updating/uploading sketch. hooked arduino via spi. also, have managed set maxuino , toggle led. i put method sending different values each point on grid. think need method of sending list max serial device. not sure of how. i visited http://firmata.org/wiki/proposals , seems spi not yet supported. reaffirms theory maxuino may not best solution needs, or @ least have borrow/change lot of code. i hope member might able offer input on. think can broken down in list of more basic questions. give shot: can max send serial messages arduino in such way serial device receive on spi? i sure can, need code listen these changes , apply them. step hacking sketch primitive c-skills, should able find examples if has (is possible of being) done. any highly appreciated. here example code led matrix have been working with: sample arduino sketch http://www.sparkfun.com/code/rgbmatrixbackpacksketch.zip i don't understand though, or belongs...: ...

Processing - limiting the time of an animation

hi, i'm animating sound moving visual using script from: http://gracefulspoon.com/blog/2009/03/06/iggy-wave/comment-page-1/#comment-1418 having little trouble limiting animation, i'd set stop @ 15 seconds , remain @ last scene rather when set noloop returns white screen. does have ideas? or know can find out how it? had on processing website perhaps not searching right thing, not sure. thanks post code, rather link site got code started from. can't tell changes you've made, , shouldn't have go hunting you, unless problem of "i can't find..." variety. Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Processing - limiting the time of an animation arduino

Ardu interface via radio dual baud rates...

hi all, i wonder if ardu guys can help... we involved in project have parameters can change , cant.... ok....to paint picture... we have vb/vs app have written, control camera , servos. in between cam , pc/lap have 57k radio link the baud rate cannot change. so....the problem is....we need send 'commands' / 'words' ardu (not difficult) ardu has respond sending rs232c visca @ 9600b fcb cam. e.g send word 'zpos1' ardu @ 57k (radio link) ardu responds sending hex command out fcb zoom in or zoom position @ 9600. in reverse, send word 'zpos10' again ardu responds sending relavent command. (zoom wide in case) 'words not important, have serial out working vs, dont know if can output rs232 @ dif rate input? some sample code or example great here, have hit wall largly...... thanks in advance suggestions.... regards, mike. quote we dont know if can output rs232 @ dif rate input? basically hardware in arduino fixes tx , tr rate sa...

UddeIM und Community builder - Joomla! Forum - community, help and support

hallo, ich wollte mal meine seite überarbeiten und habe vor ein paar tagen lokal auf einem server auf joomla umgestellt. ich habe auch den community-builder mit mypmsii im einsatz. jedoch würde ich gerne zwecks den vielen einstellungsmöglichkeiten auf uddeim oder mussus umsteigen. meine versuche, einem benutzer eine mail über sein profil zu senden schlagen fehl. er verlangt immer den mypms, findet ihn aber nicht.... ist das? wer kann mir helfen? gruß manuel hi manuel, dazu wäre wichtig zu wissen, welche version vom community builder du verwendest, weil die entsprechenden einstellungen da unterschiedlich gemacht werden müssen. bei cb1 rc2 brauchst du nur uddeim im backend auszuwählen, weil uddeim vom cb da direkt unterstützt wird. wenn du rc2 noch nicht hast, morgen (25. nov.) kommt's offiziell raus. im cb1 rc1 ist das nicht ganz einfach, aber auch kein problem, und geht wie folgt: Öffne mit irgendeinem texteditor die datei comprofiler.html.php in deinem components/com_comprof...

New library: DS1302 (Real-time Clock)

Image
hi i have made easy-to-use library ds1302 rtc (datasheet: http://datasheets.maxim-ic.com/en/ds/ds1302.pdf ). more infomation , download can found here: http://www.henningkarlsen.com/electronics/a_l_ds1302.php regards henning v2.0 released. you can use on-chip ram. all 31 bytes   /henning Arduino Forum > Forum 2005-2010 (read only) > Software > Development > New library: DS1302 (Real-time Clock) arduino

text question

fw8 is there "fit boudning box text" command somewhere? have couple dozen 1 or two-word phrases want space out exactly. can use the align tools except text boxes wider actual text contain. "space evenly horiz" command uses bounding box, not width of teh phrase. thoughts? sorry have no solution, chime in have wanted this, interested also. guess 1 question ask whether having the bounding box larger harms anything? in cases, find not cause issues. tony More discussions in Fireworks adobe

Conditional branche for selecting different templates... - Joomla! Forum - community, help and support

hey ... i using mambel fish in order let viewer select between english , hebrew languages, , untill works planned. have following problem. i want let joomla select different template whenever user click hebrew link. means joomla have replace template english (wich left right) different template . use complete different template because of graphic different. it's new template in templates directory. i have iso of mambelfish set en , he. i think have use if conditional branche when hebrew selected, other template loaded. problem don't know (in wich index.php) should start fooling around. does know might ?? any appreciated. elex hey elex, the trick here same menus. if use different menu automatically use different menu item default item. , can assign different template menu item - there are. alex Board index Joomla! Older Version Support Joomla! 1.0 Language - 1.0.x Joom!Fish and Multilingual Site...

Trying to redeclare an array with different....

number of elements , content original declared. code: [select] //hello trying redeclare varible array (bytes), #define countof(a) (sizeof(a) / sizeof(a[0])) byte setdeadtimeic[16]; //well trying create kind of empty "buffer" first, later will //that have more elements ever use in future code.my idea reserve more //memory space required , when redeclare array future in code (with different number of elements , different //content) void setup() {   serial.begin(9600);    myloop(); } void loop() {  // } void myloop() {  byte a,b; //those varibles dependant on rotary encoder, when rotate mechanical encoder "a" , "b" change  //those variables in 0x format  if((a==0x2b) && (b==0x2b))  { byte setdeadtimeic[]={0x2b,0xe3,0x00,0x36,a,0x2b,0x00,b,0x2b};  } if((a==0x2b) && (b!=0x2b))  { byte setdeadtimeic[]={0x2b,0xe3,0x00,0x36,...

imagemagick in Q8 version - Raspberry Pi Forums

hi testing imagemagick on 512mb pi , it's working nice using 16bit tiffs dcraw converted raw files. wanted test speed difference on pi between 8bit , 16bit versions of imagemagick when processing 8bit images don't know how compile raspbian “wheezy” 2012-10-28. "apt-get install imagemagick" correctly installs latest q16 version, there's no way select version. after install, type "identify -version" , it'll print details. im suggesting 15% 50% speed difference , twice memory between them. http://www.imagemagick.org/script/advan ... lation.php , related forum topic here, doesn't work is: https://answers.launchpad.net/ubuntu/+s ... ion/168550 great if installing q8 version on pi. can have both of them installed @ same time, on different paths? perfect since pick version need 8bit or 16bit images. thanks. raspberrypi

trouble with analog inputs

Image
hi im trying find code  alow me blink led when arduino  recevies analog input exelerometer tips or code helpfull. thanks. got folowing snipit member ive been strugaling incorporate in full runable code. :-? int analogval = analogread(somepin); if(analogval > somerandomnumber) {   // random thing } i far expert, giving try anyways code: [select] int ledpin =  13;    // led connected digital pin 13 void setup() {                  // initialize digital pin output:  pinmode(ledpin, output);     } void loop() {  int analogval = analogread(somepin);  if(analogval > somerandomnumber) {    digitalwrite(ledpin, high);   // set led on    delay(1000);                  // wait second    digitalwrite(ledpin, low);    // set led off    delay(1000);                  // wait second  }   } Arduino Forum > Forum 2005-2010 (read only) ...

Thread: burning .avi

is there program burn .avi directly dvd instead of converting .iso first? have been using devede convert avi .iso dvd player play .avi , skip burning .iso...can suggest program? i don't it. ways use k3b cd/dvd writing suit try out click on create video disk mode..... Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] burning .avi Ubuntu

N-design.dk v5 = Template guide part 2 - Joomla! Forum - community, help and support

jeg er igang med @ designe n-design v5. siden skal ikke sælge hjemmesider, men indeholde ting som min blog, mine referencer, lidt sjov og spas, lidt om joomla og så mit cv. jeg har lige lavet første udkast til forsiden: http://www.n-design.dk/v5/ hvad syntes i? jeg er selv tvivl om farverne... og især indholds delen (main content) er jeg tvivl om, hvis der er nogle der har en god idé til hvordan overskriften skal se ud må meget gerne dele den med mig! min ide med projektet er så @ jeg vil skrive template guide part 2 udfra @ lave et template som det. her er et eksempel på en underside: http://n-design.dk/v5/underside.html Board index Joomla! International Language Support International Zone Danish Forum Vis dit websted

Thread: Looking for advice on hosting for an open-source project

i've released 0.1 version of " caffeine linux ", , things have moved along point want source control , other modern conveniences. each seems have it's own advantages , disadvantages. idea of using launchpad because of ppa facility, github has git... anyway, favorite? (seems working now) hmmmmm. if you're using git, need centralized webserver? well, if do...i dunno. github sounds best. Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Looking for advice on hosting for an open-source project Ubuntu

.xsession-errors file grows - Raspberry Pi Forums

Image
when typing startx $ prompt, exiting gui, following record added .xsession-errors file. code: select all xsession: x session started pi @ fri nov 9 13:17:52 gmt 2012 obt-message: xinerama extension not present on server ** (lxsession-logout:2470): warning **: dbus-interface.c:94: dbus: name org.freedesktop.upower not provided .service files ** (lxsession-logout:2470): warning **: dbus-interface.c:94: dbus: name org.freedesktop.upower not provided .service files ** (lxsession-logout:2470): warning **: dbus-interface.c:94: dbus: name org.freedesktop.hal not provided .service files ** (lxsession-logout:2470): warning **: dbus-interface.c:94: dbus: name org.freedesktop.hal not provided .service files ** (lxsession-logout:2470): warning **: dbus-interface.c:94: dbus: name org.freedesktop.hal not provided .service files ** (lxsession-logout:2470): warning **: dbus-interface.c:94: dbus: name org.freedesktop.hal not provided .service files xio: fatal io error 11 (resource temporarily unavail...

Submenu blir borte når jeg trykker på "les mer"!!! - Joomla! Forum - community, help and support

hei! er det noen som har en forklaring/løsning på hvorfor dette skjer: jeg har laget en hjemmeside hvor menyen ser slik ut: main menu -a (link content item) -----b (blog - content category) ----------c (blog - content category) ----------d (blog - content category) ----------e (blog - content category) -----f (blog - content category) ----------g (blog - content category) ----------h (blog - content category) ----------i (blog - content category) -j (diverse) -k (diverse) -l (diverse) problemet er @ når jeg klikker meg frem til feks. submenu d og leser en artikkel der... altså trykker på "les mer", så forsvinner/kolapser submenu'en og kun meny element (og jkl selvf.) vises... jeg vil gjerne se submenuen når jeg leser en artikkel (item), slik @ man enkelt kan trykke på neste undermeny... hvordan skal jeg kunne unngå dette!!! hjelp håper noen er smartere enn meg! hvis menyen din er en modul, så må du gå inn modulen og angi på hvilken seksjoner/menyer modulen skal være syn...

Flash CS3

Image
does else think weird way flash cs3 checks action script code. mean, why lenient when checks stuff... noticed there strict mode has been implemented settings publication in fact strict. there equilibrium between two... i.e. settings on last version of flash... liked , understand creating discussion reminisce on past not helpful... question else think new flash action script syntax checking , have sort of remedy or conclusion how effective/ineffective is... make sense. More discussions in ActionScript 1 and 2 adobe

Thread: Nvidia HDMI Audio problem: No system or wine sound

hi! noob here. i've managed of sound on over hdmi systemsounds , wine playing hardball. i'm using alsa , have made i'm using alsa drivers under wine configuration, no go. , playing worlds greatest deep space flight sim (descent: free space if wondering) gets tad boring without sound. second, smaller problem system sound. doesn't play either. i've tried howto booting in older kernel, nada. i've checked sudo alsamixer muted channels, channels seems open. i've tried envy. system follows: asus m3n-h hdmi phenom 2 x3 processor nvidia onboard sound/graphics (8200 if don't misremember) os: ubuntu jaunty 64 bit 9.04 driver: nvidia 180 propritary sound system: alsa said, else plays fine on hdmi system sounds , wine. wtf?! out of desperation tried out using headset playing under wine. got sound on headset still no go on hdmi. wrong picture? eta: alse seem ...

Button disappears from Navigation bar

Image
i used fireworks 8 build navigation bar , imported dreamweaver 8. each button points different frameset. links work fine except when, after clicking first button , clicking browser button, first button shows white rectangle. clicking on white rectangle still links right page button gone. true using safari , firefox problem doesn't show in ie7. other buttons work fine in browsers. hey??? here's link problem site; http://home.comcast.net/~uucssm2/ More discussions in Fireworks adobe

Module Installer stopped working?! - Joomla! Forum - community, help and support

Image
hello, i've seen problem posted elsewhere, no solution.  of sudden, can't install modules; following errors: error: not find joomla! xml setup file in package.  [ continue ... ]  upload module - failed  installation file not found: /www/smi/apps.swiftnews.com/joomla/media/install_438c9108e30d1/  [ continue ... ]  it says same no matter try upload. any ideas? thanks billion! jen either safe_mode set on, or trying install module has package inside package? there xml file when open package? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Arduino Flash Snow Leopard

Image
hello .. new arduino .. , have read many tutorials, seems difficult me, although jumping straight advance, trying connect arduino atmega328, usb flash on mac running snow leopard. snow leopard apparently isnt letting serial server work .. dont know if me not running these scripts right or not through terminal. is there tuts people know using switch on arduino trace simple output in flash, using new mac? apologies greed straight up..! beginner - seems confusing flash, arduino & serial server required. serial server thing boggles me most..! thanks pointers ok,  i went through few days ago , every thing worked.  first thing ask: did install ftdi driver arduino? c Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Arduino Flash Snow Leopard arduino

Problem with serial communication!

hi guys!! i' ve problem serial communication arduino processing, explain: if want send int arduinio processing have no problem, if load vector random number , want send them processing, processing doesn' t show me values. try load vector , print on serial monitor of arduino, in case there problem, monitror doesn' t show me values. why??? arduino code: int v[1024]; void setup() { serial.begin(9600);   //serial.flush(); } void loop() {  for(int i=0;i<1024;i++)  {    v =random(100);     serial.write(v );  } } processing code: mport processing.serial.*; serial myport; int val;     void setup() {  string portname = serial.list()[1];  myport = new serial(this, portname, 9600);  println(portname); } void loop() {  while ( myport.available() > 0)  { val = myport.read();      println(val);  } } thanks answers!! ...

Serial.begin and LCD initialization (+SHT11)

i made sketch sht11 , dump reading on 16x2 lcd, , works fine. however enable possibility read same values usb/serial. add serial.begin() setup rutine lcd refuse initialize. am overlooking timing or wrong? code: [select] #include <lcd4bit.h> lcd4bit lcd = lcd4bit(2);   //create 2-line display. #include <stdlib.h> #include <math.h> /* * sht11 usb (serial) * anders s. nielsen * * example of using arduino board receive data * sensirion sht11 humidity , temperature sensor. * arduino board relays data sensor usb port (serial port). * based on code http://dmgaming.com/ * */ // pin assignments int shtclk=3; // sht11 clock pin connected pin int shtdata=2; // sht11 data pin connected pin int boardled=13; // led connected pin (on diecimila) , used signal user int baudrate=9600; // speed used serial communication // misc variables long logtime; int adccount; int iobyte; int ackbit; unsigned int retval; // return value sht11 int dly; long mstimer; uint8_t bi...

receiving serial commands at startup... problems!!

Image
hi! i have arduino sketch checks @ startup if there's serial connection pc. if so, receives bunch of bytes pc, , goes on normal operation. on pc, processing sketch counterpart. waits ping arduino, sends needed bytes. however, having l ots of trouble of getting 2 sketches handshake together . know arduino resets processing opens serial port, that's why arduino sends first command, tell processing it's ready , listening. am losing bytes sending them before arduino ready? how arduino handle such things? do have code similar function? send bytes arduino after startup? see if can me find logical error i'm making here... thanks! arduino sketch: code: [select] void setup() {  serial.begin(19200);  serial.flush();  serial.write("!"); // tell pc i'm ready  digitalwrite(13,high); // indicate i'm expecting bytes  delay(3000); // give pc time start sending  if(serial.available()>0) {    // serial communication active ##...

Powerful Dimmer Once Again

smart hdl new leading manufacturer lighting security , home automation in world have more news powerful dimmers , relays smart bus super powerful dimmers add features news have problem connecting bus lighting system 110v in such countries usa, saudi arabia , others, smart-hdl product range s-bus dimmers , relays features: 1. customizing, same module can work on both 110v, , 220v, no need stock 2 different types, make mistake in ordering, or care installation. 2. powerful, can dim, ramp output 1v-110 v if supplied 110 v, 1v -220v if supplied 220v, power line in 85-260v ac. 3. standard, work in both 50 hz , 60 hz, auto detecting technology. 4. green, operated bus network 24v supply, operation consumption 8 channels relay, 12ma/24vdc. 5. protection, dimmers have built in temperature sensor overheat protection, big heat sink, overload, , surge protection both power line , signal line.. 6. smart & elegant, small , din rail, channel momentary button operated, life led indicator...

Reading Arduino from Pure Data

hi i'm new interfacing arduino pd , i'm hoping can point me in right direction. what need detect hit piezo sensor , send data pd. at moment i've piezo set output value when hit. i need interface pd sound can outputted when sensor hit. is arduino_for_pd_input sends data pd? does need altered in way? when click open message box in arduino2pd.pd error - 'write error, maybe tx-overruns on serial line'. when turn off start , click open '** error ** not open device /dev/ttys1: failure(2): no such file or directory' any advice how can fix error? i've tried both ports on macbook. Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Reading Arduino from Pure Data arduino

Search all .as files in a project

what best way of searching .as files part of project? i have 40 custom classes in 10 folders , handy able search them find calls method or places variable updated instance. im pretty sure in dreamweaver can search html files in site, there way search .as files in flp? cheers answers :) in windows, right-click root folder , have search text inside files of folders. on mac, use bbedit search multiple files text need. maybe point dreamweaver folder , see does? know there tons of text search tools out there, don't know of way inside flash dev environment. (movie explorer has been pretty useless , ctrl-f/cmd-f marginally better.) More discussions in Adobe Animate CC - General adobe