Posts

Password problems afer 'reset-to-factory-anyway'

hi, as reading forum might have guessed @ end of teather yun, , frankly deep breathing exercises stopping typeing tarade of bad language. anyway after alot of effort , strange behaviour of yun. somethings allow me access yun webpanel, wouldn't. log on network fine , othertime wouldn't . seems have strange fixation ip addrerss 192.168.1.168 whole tonne of strange , stranger behavior, making impossible replicate meaningful error, no part of yun. decided second 'reset-to-factory-anyway'. gave me control of yun, , managed log in wepanel, set on network, , well. decided upload blink sketch test , until asked me password. seemed have forgotten. must have made error , given wrong pass word mistake, , having entered incorrectly twice must have accpeted it... oh lets reset wi-fi , try again... nope.. still refuse pass word. ok lets reset-to-factory-anyway. , again. refusing password. not 'arduino' letting me in. well flumuxed... now? liam ...

dynamic object name

hi, i have been having problem dynamic object name i trying build simple sample press btn passes name of object cant seem use it. [code] action frame 1 showhide(); function showhide(myname) { trace(myname); // returns ball1 this.ball1._visible = false; // hides object this.ball2._visible = false;// hides object this.ball3._visible = false;// hides object this.ball4._visible = false;// hides object trace(this.myname._visible) // nothing this.myname._visible = true; // not work } stop() [/code] [code] my buttons on (press) { _root.showhide("ball1"); } [/code] your passing string function of now. if you're passing reference object, not enclose quotes. More discussions in ActionScript 1 and 2 adobe

Recording 'tool tips'

Image
can tell me way capture 'tool tips' (the pale yellow boxes appear when hovering on tool)? i've tried recording both , without 'printscreen' button pressed on keyboard, rollover image on slides. thanks hi ploughman1 have ensured following option not enabled? click edit > prefereces... > recording node > mode(s) node , choose demonstration . should see check box labeled "convert tooltips rollover captions". make sure there no check mark in option. i think once has been done, if remember press assigned print screen key when see tooltips, captured part of process. cheers... rick More discussions in Recording adobe

High fps raw bayer image recording - Raspberry Pi Forums

hi all, need access full sensor resolution raw bayer data @ maximum fps. accessing raw data -raw command in raspistill timelapse mode appends jpeg image. there way directly access , save bayer data without processing of jpeg images , other time consuming operations? suggestions welcome, thanks! you're asking same question viewtopic.php?f=43&t=32455 , similar (it's been asked several times different sensors people want use) there's no way of getting access raw data other raspistill -raw, , wasn't anticipating adding off camera component. downside application in giving raw data it'll down sort out i2c setup sensor (and ov5647 datasheet under nda), , you'll lose agc control loops have manual exposure time , gain control. raspberrypi

Thread: How to use the Wu chinese input system to type simplified characters

i have been learning shanghainese few weeks , today learned ubuntu had input system (wu)!! surprised me since dialect quite happy. used type shanghainese using pinyin output system , easier think in language while writing it. drawback outputs traditional characters while simplified characters used in shanghai. there way use wu input system type simplified characters? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to use the Wu chinese input system to type simplified characters Ubuntu

Dreamweaver 8 Automatically Adding CSS

hi, know how keep dreamweaver automatically creating css styles in header section of page? i'm calling external css sheet , don't want excess css in header section. in advance! it's simple. never use property inspector apply formatting content. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources ================== "jerms_318" <webforumsuser@macromedia.com> wrote in message news:fr6r8l$sjh$1@forums.macromedia.com... > hi, know how keep dreamweaver automatically creating > css > styles in header section of page? i'm calling external css > sheet , don't want excess css in header section. in > advance! > More discussions in Dreamweaver support forum adobe

New library to control a robot with two stepper motors

hi, i developing robot uses 2 stepper motors in differential configuration. not find library meet needs, decided make one. library implements class takes care synchronize 2 motors produce programmed motions. methods non-blocking , library works unipolar or bipolar stepper motors. advanced features implemented vibration reduction, energy saving , protection of control circuits. playground page: http://playground.arduino.cc/main/stepperrobot google code: https://code.google.com/p/stepper-robot-arduino-lib/ video demo: http://www.youtube.com/watch?v=q-9cnj0gp5q&feature=youtu.be please post bugs or suggestions have. regards, perrotti i finished basic library documentation in english. can accessed on google code wiki: https://code.google.com/p/stepper-robot-arduino-lib/wiki/reference Arduino Forum > Development > Other Software Development ...