Posts

Showing posts from May, 2010

ExternalInterface Inside Projector

hello all, is there anyway open external application utilizing externalinterface api while running inside of standalone projector? i've read fscommand preferred method doing this, seems documentation suggests externalinterface replacement fscommand functions. any on topic appreciated. thanks! hi look here http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=lived ocs_parts&file=00002200.html doesn't seem if ' desktop application flash player embedded' you better off using jstart http://jstart.flashjester.com -- regards flashjester support team e. - support@flashjester.com w. - www.flashjester.com "this has been 1 of impressive , thoroughly pleasant experiences of customer support have ever come across - astounding!" director - hedgeapple More discussions in ActionScript 1 and 2 adobe

Help... there has got to be a way!

i have spent considerable time trying find out how can update display while i'm in loop. have created self organizing map using actionscript 3.0 , i'd display map learning. som computationally intensive , has in tight loop. when running actionscript code in loop flex respond events? in vb days there doevents() statement allow events handled... in flex?? doesn't seem setting timer event going work if loop blocking event. alex, there no doevents() fucntion in flex, there still way :) what need encapsulate loop in function listening enterframe event, make hole process slower (since you'll part of on each frame), display list updated , program wont hang during process. More discussions in Flex (Read Only) adobe

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: Trying to Update ubuntu 9.04 "Failed to fetch"

hello, i'm new @ ubuntu....i'm trying update software in update manager , following errors. connected internet fine (wired lan)...i have no problems connecting websites. i've trying looking through forums no success. appreciated....cheers. w: failed fetch http://ca.archive.ubuntu.com/ubuntu/...tu6.1_i386.deb not resolve 'dmin@192.168.0.1' w: failed fetch http://ca.archive.ubuntu.com/ubuntu/...untu2_i386.deb not resolve 'dmin@192.168.0.1' w: failed fetch http://ca.archive.ubuntu.com/ubuntu/pool/main/h/hal/libhal1_0.5.12~rc1+git20090403-0ubuntu3_i386.deb not resolve 'dmin@192.168.0.1' w: failed fetch http://ca.archive.ubuntu.com/ubuntu/...buntu1_all.deb not resolve 'dmin@192.168.0.1' w: failed fetch http://security.ubuntu.com/ubuntu/po...tu0.1_i386.deb not resolve 'dmin@192.168.0.1' w: failed fetch http://ca.archive.ubuntu.com/ubuntu/...untu3_i386.deb not resolve 'dmin@192...

How to avoid redeclaring your web service interface?

hi there, how can 1 avoid having redeclare wsdl interface on each mxml page accessed? want declare web service , operation has once , include in component use access/update data. i new flex may obviouse other not me. tried including in own mxml file , using normal component include tag include it. errors not being able access webservice via id. e.g. error: access of undefined property webservice. [mxmlc] webservice.getsiteoptions.send(); thanks the solution place web definition in separate file , use "include" functionality of defining own namespace in xml. include in main application file. eg <mx:panel xmlns:mx=" http://www.adobe.com/2006/mxml" xmlns:webservice="webservice.*" width="100%" height="100%" title="reports menu" creationcomplete="oninit();" > on main application page include web service file <webservice:webservices id="services"/> the webservices.mxml file con...

Servo testing

i have hacked servos in rc car. i making program control programs. i able type number(0-180) serial terminal , have servo go position without having upload new programs. thanks this easy bitlash.  have @ blog entry here, precisely topic:  http://www.entropymouse.com/blog/blog:bitlash_1.1_and_servo_mayhem best, -br http://bitlash.net http://entropymouse.com Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Servo testing arduino

Background image not showing

the panels(tabs) showing same background image(images/uk.gif). want have different background image each div. tried different image putting background image on dhtmlgoodies_itab class , changed class on 1 of divs dhtmlgoodies_itab didn´t work right. greatful if tell me how working. thank you. url: http://216.219.94.105/index3.html divs: <div id=dhtmlgoodies_tabview1> <div class=dhtmlgoodies_atab>first tab</div> <div class=dhtmlgoodies_atab>second tab</div> <div class=dhtmlgoodies_atab>third tab</div> <div class=dhtmlgoodies_atab>fouth tab<br> </div></div> css: .dhtmlgoodies_tabpane { border-bottom: #e5e5e5 1px solid; height: 21px } .dhtmlgoodies_atab { border-right: #e5e5e5 1px solid; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; border-left: #e5e5e5 1px solid; padding-top: 5px; border-bottom: #e5e5e5 1px solid; font-family: trebuchet ms, lucida sans unicode, arial, sans-serif; background-imag...

Identifying text focus

is there way identify sprite editable cast member has text focus? i’ve got 30 input sprites used in calculation continually updated in exitframe loop. input values must between 3 18. when user types number outside range force input within range … problem if user wants input 15, must first type “1”, gets forced 3 before ever type second digit. i’d turn off range check if input field still has text focus (ie: digit may coming). you can check 'the keyboardfocussprite' , give sprite number of editable text member or field has focus More discussions in Director Lingo adobe

The Haircut - Joomla! Forum - community, help and support

Image
a guy sticks head barbershop , asks, "how long before can haircut?"  the barber looks around shop , says, "about 2 hours."  the guy leaves. a few days later same guy sticks head in door , asks, "how long before can haircut?"  the barber looks around @ shop full of customers , says, "about 3 hours." the guy leaves. a week later same guy sticks head in shop , asks, "how long before can haircut?"  the barber looks around shop , says, "about hour , half."  the guy leaves. the barber looks on @ friend in shop , says, "hey, bill, follow guy , see goes.  he keeps asking how long has wait haircut, doesn't come back." a little while later, bill comes shop, laughing hysterically.  the barber asks, "bill, go when leaves here?" bill looks up, tears in eyes , says, "your house." nyahahhahhaha... @ "least" doesnt goes barber shop everyday. lol! - g Board index ...

Trace

Image
hi all, new ardunio stuff , know im doing when writing code. there trace or print function in software. thanks in advance james. arduino reference: http://arduino.cc/en/reference/homepage communication: http://arduino.cc/en/reference/serial serial.print(): http://arduino.cc/en/serial/print Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Trace arduino

Ethernet app stopping after about 30mins ish

my app seems stop responding after half hour or so. i put in few writes of doing serial connection , ran hour , didn't crash! run again standalone starts crashing. i've got single socket connection receives occasional string server control either blinkm led or move motor , forth. i'm using official wiznet ethernet shield , duemilanove board. suspect there's hiccup in connection , it's not managing reconnect again, or memory issue, or perhaps power issue? (i'm using supplied starter kit power adaptor) as first post forum won't let me link code, try in reply... my code. http://www.ts0.com/orbexample.txt Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Ethernet app stopping after about 30mins ish arduino

card test

Image
hi all, i have been trying weeks no avail. not advanced coder means , dont know best way....so many options. i have 5 cards...each different symbol i.e. cross, circle, square, triangle, spiral. user pick favorite symbol....to least favorite. right have 5 cards numbers below them....and input text boxes put in number. after make choices form letter comes choices in sentances. here gets difficult.....what them click card , store information (which place in)...here real tricky part.......each card has different answer depending on place clicked in. i.e. if hit circle card first (the favorite) answer fill in blank of form letter "happy" if hit circle card last (least favorite) fill in blank of form letter wth "sad", have racked brain on this....i going use 1st, 3rd , 5th places calculations. i dont know ....variables, arrays...if statements????? eeeeek var1=square if mouse click 1 = square...... happy if mouse click 3 = square ....then sad if mouse click 5 = square ...

Software reset

hi, i have arduino usb board , know if there c++ function reset arduino , uploading new program after reset. i read post ( http://www.arduino.cc/cgi-bin/yabb2/yabb.pl?num=1178579635/1#1 ) didn't understand how can make software reset use of icsp pins. thanks. the reset pin brought out on icsp header, pin 5. http://www.potemkin.org/uploads/pid/arduino_usb.jpg if tie output pin, when enable output , pull low reset processor. part of reset process release pin , allow come high again. if use digital 12, (port b pin 4) doesn't have high value function (unless using spi), on header @ pin 1 , little jumper wire can connect them. not use digital 13, can connect jumper, gets strobed bootloader flash led, perpetually reset. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs ...

Image scaling

i have large jpg images show dynamically in authorware piece. have menu page shows same images dynamically folder scaled down little can fit few on page. however these smaller images fuzzy because of scaling - there way make them better without making new smaller versions show seperately? thank you! >i have large jpg images show dynamically in authorware >piece. > have menu page shows same images dynamically folder > > scaled down little can fit few on page. > > these smaller images fuzzy because of scaling - > there > way make them better without making new smaller versions > show > seperately? authorware's graphic handling awful. scaling graphics in authorware awful. if want scaled image better, scale desired size on photoshop or whatever. steve -- eurotaac elearning 2007 http://www.eurotaac.com adobe community expert: authorware, flash mobile , devices my blog - http://stevehoward.blogspot.com/ More discussions in Authorw...

processing and arduino.digitalRead

hi, i experiencing problems read value arduino pin. arduino board declimila (just in case matters). the led on pin 13 bink in cycle expected reason digital read equal 0. am doing thing wrong? this code using in processing: import processing.serial.*; import cc.arduino.*; arduino arduino; int temppin = 13; void setup() {  println(arduino.list());  arduino = new arduino(this, arduino.list()[0], 57600);  arduino.pinmode(temppin, arduino.input); } void draw() { arduino.pinmode(temppin, arduino.output); arduino.digitalwrite(temppin , arduino.high); delay(1000); arduino.pinmode(temppin, arduino.input); delay(2); println(arduino.digitalread(temppin)); delay(1000); arduino.pinmode(temppin, arduino.output); arduino.digitalwrite(temppin , arduino.low); delay(1000); arduino.pinmode(temppin, arduino.input); delay(2); println(arduino.digitalread(temppin)); delay(1000); } ok no longer need looks firmdata using probl...

[solved] Change Contact Us component title.. - Joomla! Forum - community, help and support

i'm running swedish site , want name of "contact us" component "kontakta oss" (same, in swedish). can change it? can't find in backend. users want contact see tha forms , other content in swedish, except title of "module" says contact in english. is hard coded? if so, can change it? running latest joombla, v104. here's swedish lingofile, doesnät seem in either: code: select all /** contact.php */ define('_enquiry','förfrågan'); define('_enquiry_text','det här är en förfrågan från'); define('_copy_text','det här är en kopia av följande meddelande som du har skickat till administratören för %s'); define('_copy_subject','kopia av: '); define('_thank_message','tack för din e-post'); define('_cloaking','den här e-postadressen är skyddad från spam bots, du måste ha javascript aktiverat för att visa det'); define('_contact_header_name','namn...

More Serial Trouble

hi. in program works great. however, in program gather gyro data. data contaminated byte command sets motor speed. how can prevent happening. //libraries #include <afmotor.h> #include <softwareserial.h> #include "math.h" //software serial #define rxpin 6    // defines "recieve" pin software serial motor controller #define txpin 7    // defines "transmit" pin software serial motor controller #define resetpin 8 // defines reset pin motor controller //variable declaration softwareserial motorserial = softwareserial(rxpin, txpin); float vzero=analogread(0); float vinputv=analogread(1); float vinputh=analogread(2); float biasv=0.00; float biash=0.00; float sense=2.00; float angvv=0.000000; float angvh=0.000000; float analogv=0.00; float analogh=0.00; float angvvcorr=4.28*2.5; float angvhcorr=4.28*2.5; int correction=0; int mspeed=0; int input=0; char upk='8'; char downk='2'; char stablek='5'; char leftk='4'...

Lots of Squares on the Serial Readout

my code simple receiver , rebroadcaster 802.15.4 protocol.  void setup(){  }   void loop(){    char c = serial.read();    serial.print(c);  } we have more complicated transmitter , had communication working before whenever connect them serial output used write square (characters) really fast until crashed.  i reinstalled arduino , writes squares slower doesn't write correct information. any ideas squares in serial means? it means bit rates aren't matched. you haven't shown initialisation of serial object. Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Lots of Squares on the Serial Readout arduino

Tiny URL Icon

maybe there name tiny icons many sites have show in url bar, don't know having difficulty searching how it. what code put there, , dreamweaver have short cut? using 8...feel last web designer know this! google "favicon" -- shane h shane@nospamavenuedesigners.com http://www.avenuedesigners.com ============================================= blog: http://avenuedesigners.com/blog/ web dev articles, photography, , more: http://sourtea.com ============================================= proud gawds member http://www.gawds.org/showmember.php?memberid=1495 delivering accessible websites ... ============================================= "az_kaylee" <webforumsuser@macromedia.com> wrote in message news:f2quks$5e4$1@forums.macromedia.com... > maybe there name tiny icons many sites have show in > url > bar, don't know having difficulty searching > how > it. > code put there, , dreamweaver have short cut? > > using 8...feel ...

Thread: where are my minimized windows?

yesterday when used minimize firefox windows go down dock (avant window dock). today when minimize window they're disappearing sight, can't see them know running in background. watching video minimized , couldn't back, disappeared sight, wasn't in dock, yet hear sounds of video. what's happening? did mess compiz? did experiment lot enabling , disabling many options/effects compiz manager under system > preferences. can please me? i'm new ubuntu, installed 2 days ago. have got icon on awm dock launching firefox? if might have triggered setting running firefox windows (and other programs there launcher in dock) not displayed separately in dock instead launcher gets marker indicate running. them foreground, can click on launcher. of course, can shuffle between running programs holding down alt , pressing tab, under windows. Forum The Ubuntu Forum ...

Lost disc - will this work?

we have 2 rhx5 licenses/discs , 2 users. lost disc, still have installed on pc , have license number. if reason need reinstall rh, use colleague's disc , enter license number? work , violate license agreement in way? thanks! hi jesa712 , welcome rh community. can no problems. in case disk not have x5 service releases included in mean having download them adobe's site. use 1 disk have sure make note of serial number before goes wrong. More discussions in RoboHelp adobe

simple servo project help

hi all, i put video describe i'm trying do. http://www.youtube.com/watch?v=2knq0oglroy basically need splitting these 2 lines of servos start @ same time, rather having wave transfer 1 other. the code used simple: #include <matrixnet.h> matrixnet mymatrix; unsigned char = 0; void setup() {  mymatrix.begin(); } void loop() {  for(i=0;i<64;i++) {    mymatrix.changeservo(0, i, 200);    delay(100);  }  for(i=0;i<64;i++) {    mymatrix.changeservo(0, i, 25);    delay(100);  } } let me know . thanks! take out 'delay's, , replace them better. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > simple servo project help arduino

Could someone check this code?

this first attempt @ project (outside of messing examples).  not sure if code/logic out lunch or if hardwired audio detection circuit.  any , comments appreciated.  i appologize messy code, first draft, since not work... lol... might last draft. please see thread details on project edit: updated code (last few lines not fit on post) quote /***************************************************************************************************   ipod-radio switcher    date:   august 7, 2010 hardware setup:   audio signal detector attached to analog pin 2   pushtotalk attached to digital pin 1   headphones relay attached to digital pin 7   mic relay attached to digital pin 8   rgb led connectied to pins 9, 10, 11     r = 9,   g = 10,    b = 11    comments:   audio detection works great! to do list:   1. balance pnp (no idea how to do that one yet)   2. auto calibrate 'threshold'         -this should solve the problem of changing volume settings        -i think i could sepera...

setup vs loop

i have beginner question!  i understand setup() runs when board initialized , loop() runs once per cycle.  here's example illustrate question: let's i'm building time machine (obviously top secret).  when start machine, want enter current date, want set day, month , year of destination.  once set, want push "go" button travel through time. of course can in loop() function, checking pins set date , checking when "go" pushed.  but don't want able mess dates while time_travel() function being run!  that dangerous.  also, seems bit unnecessary loop() continuously check date , go controls once no longer needed.  so, should use setup() function this? an example of setup() being used gather initialization data analog calibration sketch comes arduino software: code: [select] void setup() {   while (millis() < 5000) {      ... gather data calibration   } } but time machine example theoretically wait undefined amount of time ready ...

Image Alignment in Dreamweaver

Image
hi everyone, i wondering if on something. working on new site: http://southbeachgroup.com/allie2/chesterfield.html now on these pages have square slideshow , in ideal world line line of 5 thumbnails. counted number of words align correctly. on mac looks perfect friend checked on pc , totally out of alignment. is there way can use sort of dreamweaver code or javascript make happen? right have in table...i've heard containers i'm not sure if that's need?? thanks can give me!! allie allielopez wrote: > hi everyone, > > wondering if on something. working on new > site: > > http://southbeachgroup.com/allie2/chesterfield.html > > on these pages have square slideshow , in ideal world > line line of 5 thumbnails. counted number of words > align correctly. > > on mac looks perfect friend checked on pc , > totally out of alignment. have resolved issue because in ie6 , ie7 looks fine. of course don't browser. maybe ca...

question about i2c eeprom functions

Image
hello, i know "void i2c_eeprom_write_page" and "void i2c_eeprom_read_buffer" functions using for? can use them in order read/write values of more 1 byte? will work integers? thanks! omri i assume we're talking microchip 24xxyyy family? i haven't explored closely, there limits wire.h's implementation (specifically, buffer size) prevent doing full 64 byte page write.  iirc, you're limited buffer of 32 bytes, means you'd able write less 32 bytes of data in "page". apparently can write part of page eeprom, cannot write across physical page boundary.  what have not explored if must start write @ page boundary, or if can start page write anywhere within physical page.  if so, do, say, 4 16 byte page writes fill page. if application can stand ram loss, can hack wire library increase buffer size buffer 64 byte page (plus necessary i 2 c overhead). -j Arduino Forum ...