Posts

Showing posts from January, 2011

Shift registers

Image
hi project based on http://www.arduino.cc/en/tutorial/shiftout , https://learn.adafruit.com/adafruit-arduino-lesson-4-eight-leds/overview . what have board set in shift out tutorial 7 led's per shift register instead of 8 shown in tutorial. as code have is: code: [select] int latchpin = 8; int clockpin = 12; int datapin = 11; byte leds = 0; int firstset = 1; int secondset = 2; void setup() {   pinmode(latchpin, output);   pinmode(datapin, output);    pinmode(clockpin, output); } void loop() {   leds = 0;  //for first set of (red) leds / first shift register if(firstset==1) { disleds0(); } else if(firstset==2) {   disleds1(); } else if(firstset==3) {   disleds2(); } //for second set of (green) leds / second shift register if(secondset==1) { disleds0ss(); } else if(secondset==2) {   disleds1ss(); } else if(secondset==3) {   disleds2ss(); } } void updateshiftregister() {    digitalwrite(latchpin, low);    shiftout(datapin, clockpin, lsbfirst, leds);    digitalwrite(la

negative value Conversion.

dear all, i have 2 angle desired , actual. negative . using qmodbus software read below data modbus slave. if value of desired put has + value  master read data in +ve value. if value assigned -ve . reading in image. if value selecting word -43 read. how convert readable format. instead of printing 65543 how make print either in +ve value or in -ve value in below code checked if no negative multiply -1 else display is. -ve value displaying zero. if hexadecimal , subtract ff value got add 1 actual no. since decimal no dint how it. code: [select] #include "glob.h" #include "rtc.h" #include "config.h" #include"timecalc.h" #define id   1 static int local_day=10; static int local_month=4; static int local_year=2014; static int local_s=2; static int local_h=13; static int local_m=14; int wind_speed=30; int wind_kmph=67; float desired_angle=-45.0; float actual_angle=-43.0; modbus slave(id, 0, 0); boolean led; int8_t state = 0; unsigned long te

Templates with Adjustable fonts - Joomla! Forum - community, help and support

hello, does have source templates have adjustable fonts make fonts bigger , smaller.  typically looks like a- a+ thanks most of professional template creators have features on templates. haven't seen (m)any free templates that. just google "professional joomla templates" , you'll lots of sites. if don't want spend money can make feature yourself. i'd friend google again, i'm sure there's articles out there describe this. Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Editing FAQ/News code... - Joomla! Forum - community, help and support

hi everyone, i'm new joomla! have level of experience php. after playing around admin area while i've created own template. appears joomla! places objects in fixed positions. example faq category 'filter, order, display#' forms aligned right. presumably can edit code , if so, files associated faq area not module? any appreciated. cheers, steve i not sure asking.  wanting change content of faq files, or wanting change of how page displayed when showing list of content items? Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Struct as argument

i have following struct: struct key {   int board;   int value;   int type; }; and need create function void assigntoboard(key &obj1, analogmultiplexer &obj2) {   //this function assigns table object multiplexer board, every key mapped.   } that receives array of struct objects , assigns analogmultiplexer object. problem when compile get: zanella_launchpad:18: error: variable or field 'assigntoboard' declared void zanella_launchpad:18: error: 'key' not declared in scope zanella_launchpad:18: error: 'obj1' not declared in scope zanella_launchpad:18: error: expected primary-expression before '&' token zanella_launchpad:18: error: 'obj2' not declared in scope but when take void assigntoboard(analogmultiplexer &obj2) { (without key object) compiles. i don't understand i'm doing wrong since declared 'key' before void assigntoboard. try putting struct header file , #include-ing it.  it'

Thread: Microtouch touch screen problems - watch video

ok didnt far first description of problem, not anyones fault own because didnt explain enough. posted short clip on youtube of problem. none of files found in forums seemed me anywhere, can help?? $50 tip fixed problem! http://www.youtube.com/watch?v=ow6xzqakn-m thanks! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Microtouch touch screen problems - watch video Ubuntu

Stock Photo Images

hey there everyone, i building course in captivate training purposes company , customers. have stock photos of woman in different poses, , man in different poses. problem dont have many poses choose from. there place stock photos have large variety of same person in different poses? hi, , welcome community! a tall order. best can offer captivate user exchange. it located right here . if scroll through it, wonderful lady named silke ((sil-ka*) fleisher posted male , female images work, think. beyond, that, can *google* , luck. sorry don't have better new offer. larry More discussions in Adobe Captivate adobe

strange timer problem

hey people, i have problem , i'm getting desperate. let me first explain want do: i've connected external clock timer 0, channel 0. running in rc compare mode. also, set tioa0 pin output. the goal realize frequency divider. value write in rc should divider-value. so should @ tioa0 pin input-frequency * rc-value. when watch both signals on oscilloscope see signal @ tioa0 pin bouncing , different results. its bouncing between right result  (input-frequency * rc-value) , (input-frequency*rc-value - 1). also, whole program doesn't work more frequencies lower 300hz. if there questions, feel free ask, great code: [select] int ulpin = 2; int freqteiler = 2; void externclocksetup() {   uint32_t xc_tclk, tcclk_xc;   pmc_set_writeprotect(false);   pmc_enable_periph_clk((uint32_t)tc0_irqn);   xc_tclk = tc_bmr_tc0xc0s_tclk0;   tcclk_xc = tc_cmr_tcclks_xc0;   tc0->tc_bmr |= xc_tclk;   tc_configure(tc0, 0, tcclk_xc | tc_cmr_wave | tc_cmr_burst_none | tc_cmr_wavsel_up_rc | tc

Is er al een fotoalbum voor Joomla 1.5 beta - Joomla! Forum - community, help and support

hoi, even een vraagje, er al een fotoalbum op de markt voor joomla 1.5 ben al enige tijd aan het zoeken. wie kan me helpen. groet wim http://extensions.joomla.org/component/ ... itemid,35/ http://extensions.joomla.org/component/ ... itemid,35/ http://extensions.joomla.org/component/ ... itemid,35/ ... heb je echt wel gezocht? hier de complete lijst met gallery componenten: http://extensions.joomla.org/component/ ... itemid,35/ Board index Joomla! International Language Support International Zone Dutch Forum Joomla! 1.0 Componenten 1.0.x

Motors used in car thermatic fans.

anyone know type of technology these motors use, ie conventional brush motors or kind of brushless motor. they rated @ 12v dc , draw anywhere upwards of 6a . most fan motors induction types, thats not possible in  car. what im trying figure out life of such motor , if has run continuouslly. very little info on net these technology wise. in opinion normal 12 dc brushed motors. electrical radiator fans existed before brushless motors came available. some photos factory show dc brushed motors : http://cndesheng.en.alibaba.com/product/492379560-0/radiator_cooling_fan_motor_24v_12v_dc_brush_cooling_fan_auto_radiator_cooling_fan_motor_parts_for_vw_1h0959455d.html the fan taken apart: http://www.youtube.com/watch?v=7750joch0t4 Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > Motors used in car th

Small Raspberry Pi 2 Arcade - Ignition Interface - WORK IN P - Raspberry Pi Forums

Image
hi guys here quick pic of mini arcade making powered raspberry p1 2 , ignition software. cabinet arcadie ipad mini hacked up. post more information soon. second mini arcade have built , raspberry pi 2 perfect platform. retro arch perfect platform. build have chosen new kickstarted ignition software built on top of retro arch. xbox live retro gaming online multiplayer , achievements added old roms. cheers keith check out blog more information , pics http://mancavemodder.blogspot.co.uk/201 ... ition.html raspberrypi

LED's remain in HIGH state

i using new arduino uno (i believe rev.2). arduino powered externally 5.5v supply. i breaboarded pir, ldr, , 3 led's. (code attached)...first timer, code hacked pretty bad think. the pir powered externally 5.5v supply. simply, when dark , motion detected, 1 led fades on , off, other 2 turn on , continues until motion stops. @ point works fine. (its still dark) problem is: if start in dark condition, create motion activating pir, led's come on...but if turn lights on while led's on, stay on, don't go off when motion stops. code: [select] /* this example shows output of analogread() of photocell. by m.gonzalez www.codingcolor.com the example code in public domain */ int photocellpin = 0;// photocell connected analog pin 0 int photocellval = 0; // define photocell variable int ledpin = 9;// led connected digital pin 9 int ledstate = 0;//state of led int fadedown = 30;//delay per fade int fadeup = 20;//delay per fade int minlight = 20;//min light threshold int max

Thread: software index broken

how fix following problem message window says "software index broke" code: sudo apt-get update Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] software index broken Ubuntu

Problema Installazione Driver Arduino uno su Windows 7 64bit

Image
salve sono antonj91, un nuovo utente, ho comprato da poco una scheda arduino uno r3 e provando ad installare driver ho dei problemi, premetto che ci ho già perso due giorni senza ottenere risultati e provando tutte le guide disponibili su internet per il problema in questione, che vado spiegare: installo l'ide 1.0.5-r2 e fin qui tutto bene; connetto tramite usb la scheda arduino e l'installazione automatica dei driver fallisce, anche essendo connesso ad internet; vado su gestione dispositivi e la scheda mi appare sotto altri dispositivi;         procedo aggiornando driver e selezionando il percorso (cartella driver/ , non la sottocartella ftdi usb ) non vengono trovati driver; provo selezionare manualmente il file dei driver seguendo questo percorso: andando in "porte (com e lpt)", seleziono il produttore ( arduino lcc ) e modello ( arduino r3 dovrebbe essere quello giusto ma li ho provati tutti ed il risultato è lo stesso ) ma mi da il seguente errore: pro

Someone comment my site, helps me. Got problems. - Joomla! Forum - community, help and support

hi, i had set web site long time ago. in few weeks, getting know problem in site. that's hard explain, can go site first http://www.love2mysteries.com/ in left hand side comment' that's contact form. seems can not click text box, can not type inside. can try type , send something. because i'm not sure computer problems, or os problems. in addition, google ads @ right hand side, can not show hand logo when hover on it. seems can not click, why? someone helps me, replies appreciated. smith can u mail me template file, seems css got problem #left_inner width 1239px (with 1280x1024 resolution). think it's template problem not joomla. or maybe can point me download template. mail me syahzul(at)gmail(dot)com Board index Joomla! International Language Support International Zone Malaysian Forum

Thread: Mac and Linux Compatibility

i have weird problem school @ in china. they're making me use windows connect internet, i'd rather not. found way me use ubuntu connect internet, wasn't sure if possible work on mac os x. how know if work? trial , error? here's directions on how work on ubuntu: http://ubuntuforums.org/showthread.php?t=681557&page=2 @ point, windows nice. have laptop bought here use because got tired of getting 6 crashes in 3 hours skype not working right windows. thanks. apparently, program comes linux binary, won't work on os x. need source can compile on os x. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Mac and Linux Compatibility Ubuntu

How do I put a hyperlink into a text field?

hi, i using flash first time , need help. created button called contact , when user scrolls on text appears contact details. have email address in there , make hyperlink. tried putting <a href='mailto: url links box doesn't work. can me this? appreciated! thanks, gill instead of using &lt;a href='mailto: use mailto:youremail@something.com you first need highlight text before adding hyperlink. i hope helps answer question. More discussions in Adobe Animate CC - General adobe

Thread: ATI 9200 on Ubuntu 9.04

i have installed ubuntu 9.04 on friends computer , likes much. 1 thing stopping him enjoying pleasures of ubuntu , old graphic card ati radeon 9200. have tried best make work has under windows(xp),but of tutorials here edgy or fiesty. can tell me how make 3d acceleration work should on jaunty? ps. please don't tell me tell him should better graphic card or similar cause not option. front. you should able follow ati driver howto: https://help.ubuntu.com/community/radeondriver hope helps. edit: thought had newer card, advise binary ati driver, won't work. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] ATI 9200 on Ubuntu 9.04 Ubuntu

Calibre eBook manager - Raspberry Pi Forums

Image
hi, understand calibre in raspbian repo , installable 'apt-get', have installed such receive following error: /opt/plex/application/libpython2.7.so.1.0: undefined symbol: sslv2_method /opt/plex/application/libpython2.7.so.1.0: undefined symbol: sslv2_method traceback (most recent call last): file "/usr/bin/calibre", line 18, in <module> calibre.gui2.main import main file "/usr/lib/calibre/calibre/gui2/main.py", line 18, in <module> calibre.library.database2 import librarydatabase2 file "/usr/lib/calibre/calibre/library/database2.py", line 39, in <module> calibre.utils.magick.draw import save_cover_data_to file "/usr/lib/calibre/calibre/utils/magick/__init__.py", line 15, in <module> raise runtimeerror('failed load imagemagick: '+_merr) runtimeerror: failed load imagemagick: /opt/plex/application/libpython2.7.so.1.0: undefined symbol: sslv2_method have manually downl

Rpi2 as CNC controller? - Raspberry Pi Forums

i use mach3 , windows box cnc equipment. stepper motion controlled via pulses out of parallel port. have used setup several years , of time works good. however, windows still windows. considering faster pi2, has experience cnc machines (stepper control) know if gpio on could/would perform @ close same pulse rate windows box using parallel port? if so, software been written such application. cool have imbedded controllers on cnc machines , not have tethered pc. thanks, henry google friend https://www.google.com/search?q=raspber ... 8&oe=utf-8 raspberrypi

Thread: portable account management

i have single system many (~50) user accounts. have had problem in past updating ubuntu versions, i.e., 8.10 9.04, caused problems , had reinstall fresh. fortunately, had /home on own partition , able keep while formatting /. unfortunately, however, although made backups of /etc/passwd, /etc/group, etc/shadow , (-) files, not successful in restoring these. or in other words, copied backed-up files onto new system ran headaches existing system uids , gids conflicted in backup file. had problems file ownership, etc. in summary, turned out non-viable method of maintaining user accounts across clean install. i'm looking @ other methods of maintaining persistent , portable account management. nis or ldap accomplish me on single host setup? if set 1 nis or ldap , used local login, in better position upgrade or format host , restore nis or ldap files backup? going right way? experience here? strikes me reasonable thing want do, haven't found inf

Open in new window

Image
how web content open in new window ust view window without search , menu items on it. want click on video , comes up, not in popup box hidden in page simple conent window has it's own address in site. how do that? you can use built-in open browser window behavior. -- e. michael brandt www.divahtml.com www.divahtml.com/products/scripts_dreamweaver_extensions.php standards-compliant scripts , dreamweaver extensions www.valleywebdesigns.com/vwd_vdw.asp justso picturewindow justso photoalbum, et alia -- More discussions in Dreamweaver support forum adobe

Arduino Yun consumption

Image
hi everyone, first of precise (french) noob arduino. excuse me both ignorance , english  i want use arduino yun project consists in making little system allows user display short message on door. the user has fix system on door , can change message application on computer or smartphone. i chose arduino yun receive message computer wifi , transmit e-paper panel. in conditions i'd know consumption of arduino card determine how should power system (solar cells, battery...) in fact want system low-power possible. thank in advance answer. Arduino Forum > Using Arduino > Project Guidance > Arduino Yun consumption arduino

Thread: HPLIP and HP PSC 500- printer works, scanner doesn't.

so, been using hp psc 500 print while now, scanning won't work. thing is, scanner 1 of old parallel port all-in-ones hp, not old won't work. i've seen people being able work using modprob ppdev, enabling parallel ports hplip installer, etc. problem is, can't seem use parallel ports @ all. doesn't ask me in hplip installer, whether automatic or custom, enable them (pp-build=yes/no). doesn't ask. it's kind of obnoxious. don't think root has access scanner or parallel ports. if me them enabled, or printing going, that'd great. p.s. installed libsane-extras package, too. no good. been using xsane test it, , never detects devices. in advance help. well, reverting hpoj , uninstalling hplip seems have solved scanner problems providing 'legacy' parallel port support. however, can't seem printer work. xd says stopped in printer state section of printer's pref

DataGrid mutilple select question?

hi, multiple selection allowd when set allowmultipleselection=true in datagride, question how collect multiple selected value in code.please give me simple demo. thanks mark datagrid.selecteditems or datagrid.selectedindices contain data items or indices. of array type. var itemsselected:array = mydatagrid.selecteditems; for each(var item:object in itemsselected) { //do processing .... } More discussions in Flex (Read Only) adobe

Wire.RequestFrom und Wire.onReceive

Image
hallo, ich habe eine i2c "netzwerk" mit 2 arduino's und einem kompassmodul. ich habe eine funktion geschrieben die den kompass ausliest. dabei sende ich mit wire.write() einen befehl und mit wire.requestfrom() erhalte ich dann meine daten(insgesamt 6 pakete die dann zu 3 variablen zusammengefügt werden). von dem 2 arduino empfange ich auch daten, dort aber jeweils nur 1 paket. deshalb hab ich mir eine wire.onreceive() funktion geschrieben. in dieser befindet sich eine switch - case anweisung die die daten auswertet. meine frage lautet nun wenn ich beginne vom kompassmodul  daten zu empfangen, springe ich dann automatisch in die onreceive schleife oder wird das mit requestfrom abgearbeitet? onreceive() und onrequest() sind dazu da callback funktionen zu registrieren. das funktioniert im prinzip wie attachinterrupt() und ist auch in der tat ein interrupt. die funktion die man als parameter übergibt wird automatisch aufgerufen wenn daten ankomm

adafruit v2 motor shield dc motor with hall sensors help needed please

hi i need latest project. my goal drive gear box x amount of times x been 1800 revolutions @ time. i have found encoder library works fine problem when try control motor nothing happens either serial print or motor code follows thanks in advance #include <encoder.h> #include <afmotor.h> af_dcmotor motor(4); int dp; // change these 2 numbers pins connected encoder. //   best performance: both pins have interrupt capability //   performance: first pin has interrupt capability //   low performance:  neither pin has interrupt capability encoder myenc(2, 3); //   avoid using pins leds attached void setup() {  serial.begin(9600);  serial.println("basic encoder test:");   } long oldposition  = -999; void loop() {  long newposition = myenc.read();  if (newposition != oldposition) {    oldposition = newposition;    serial.println(newposition);    motor.setspeed(200);  motor.run(forward);    while (newposition<=1800);    motor.run(release);  } }

Java Programming on pi - Raspberry Pi Forums

hello starting raspberry pi installed java how can progarm on pi? daansander wrote: hello starting raspberry pi installed java how can progarm on pi? if have up-to-date raspbian has got pre-installed oracle's fast arm java 8. can check in terminal via: java -version mentioned because didn't java version installed, , example openjdk java nice not fast oracle's java. can create java source file text editor (leafpad or mousepad etc, java editor jedit more comfortable), save file, example "myprogram.java", , use java compiler in terminal compile source file java machine-code (byte-code): code: select all javac myprogram.java in case made no syntax errors in source file "myprogram.java", have binary file named "myprogram.class" in same folder can start in java virtual machine, via: code: select all java myprogram fine small programs. sooner or later want use ide (integrated development environment). if have pi1, use lightweight ide named bl

web page documentation error, significant

Image
the arduino micro, referenced on http://arduino.cc/en/main/arduinoboardmicro#.uxkezf00pfm, clicking view pinout, takes graphic: http://arduino.cc/en/uploads/main/arduinomicro_pinout2.png comparing proc documentation , actual information on chip pinout graphic, pins a9 through a11 mis-marked on image.  a8 missing altogether, , there's imaginary a12 make difference. ("a6 trough a11 shared respectively on digital pins 4, 6, 8, 9, 10, , 12.", maybe "sic" on "trough" unless you're canadian i didn't see specific forum posting bugs on web site / documentation, if in wrong forum, please tell me move it, or move if can, i'm pretty new arduino forums. summary of correction needed: change "a9" "a8".  change "a10" "a9".  change "a11" "a10".  change "a12" "a11".  if you've lost original, can ps corrected png if need one. did read comments @

Contribute might not be enough?

i have never designed website, worked html, java, etc. our contracted web site host/designer instructed download contribute allow make changes both text , pictures on our site. have been able make changes text. "gallery" page matter. deleted 1 picture , inserted thumbnail panels. after "published" edited page, came blank.. empty of pics. said couldn't due embedded java script, html, etc. realize issue can lies him. question , favor ask @ our site , give me clue products in addition contribute if necessary need edit our site. job pictures , text need modify time time. thanks help. www.watsoncommercialgc.com you cannot replace thumbnails , images way tried because gallerie generated script language (javascript, php or else). but don't need additonal product, think. 1. in contribute find @ right of addressbar 'choose' button. 2. click button , find folders p7hg_img_1/thumbs/ , p7hg_img_1/fullsize/ 3. in folders find thumbnails , images of galle

Problem med Google. - Joomla! Forum - community, help and support

når man søger med google og forsøger @ bruge et af de fundne link, som peger på vores side, så får man fejlagtigt følgende meddelelse: "du er ikke autoriseret til @ se denne ressource. du skal logge ind". det er en fejl, da alle vore sider er fuldt tilgængelige alle. hvad kan forklaringen på den fejl være? er der en indstilling "global configuration", jeg har overset? på forhånd tak. der er ting som ikke medlemmer kan se, det kan være elementer som du har sat ind som f.eks. billeder med mindre de er sat fuldt tilgængelige folk, det er sådan som jeg ser det, og selv har forsøgt med både på online og på lokal maskine. jeg tror ikke det er en fejl. Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke længere fra officiel side) Joomla 1.0 (Udgået version, der blev afløst af 1.5 i 2008)

Thread: Recommended graphics card vendor/type?

hello, i'm not able run ubuntu 9.04 on ati radeon x1650 graphics card, trying restricted fglrx driver , open xorg driver well... strange thing able run ubuntu 8.10 before w/o problems. i'm thinking buying brand new card, wanna ask first: are there recommended graphics card vendors/types supported ubuntu , supported ubuntu in future please? afaik when comes graphic cards works other way around: ubuntu not support them; support ubuntu. major vendors of gpus (namely ati , nvidia) offer proprietary drivers cards (which ubuntu install, takes less 5 minutes). prefer nvidia personally, , have never had problems it. intel, on other hand... although card seems have restricted drivers it, people seem have had trouble it: http://ubuntuforums.org/showthread.php?t=603595 maybe try suggestions on first post? Forum The Ubuntu Forum Community Ubuntu O

128x128 Display Ansteuerung - Driver - Libary

schönen guten abend, ich lese immer nur vom 128x64 display. dafür gibt es ja auch fertige libarys. gibt es auch welche für 128x128 display? habe das mgls128128 controller: t6963c kompatibilität. good evening, read on 128x64 display. there indeed ready libarys. are there 128x128 display? have mgls128128 controller: t6963c compatibility. maybe u8glib work. you start constructor: code: [select] u8glib_t6963_128x64(d0, d1, d2, d3, d4, d5, d6, d7, cs, a0, wr, rd [, reset]) locate u8g_dev_t6963_128x64.c change code: [select] #define height 64 to code: [select] #define height 128 let me know if works. oliver Arduino Forum > Using Arduino > Displays > 128x128 Display Ansteuerung - Driver - Libary arduino

Czy kto¶ pomog³by mi poprawiæ templatke?? - Joomla! Forum - community, help and support

Image
wygl±d mojej templatki zamie¶ci³em w za³±czniku. jest modyfikacja za pomoc± dreamwavera istnij±cej templatki . czy kto¶ pomóg³by mi dobrze spozycjonowaæ modu³ bannerów, pomiêdzy dwoma granatowymi rozdzielnikami(znajduje siê tam modu³ numer 6)?? kod indexu: code: select all <?php defined( "_valid_mos" ) or die( "direct access location not allowed." );$iso = split( '=', _iso );echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';?> <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" /> <?php mosshowhead(); ?> <meta http-equiv="content-type" content="text/html;><?php echo _iso; ?>" /> <?php if (

Thread: uninstalling gmplayer

hi, want uninstall gmplayer system , have installed using sudo apt-get install command please tell how should uninstall gmplayer. sudo apt-get remove mplayer Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [other] uninstalling gmplayer Ubuntu

capsLock state is wrong in creationComplete

i have title window being called application.creationcomplete event popup login dialog. during creationcomplete of titlewindow test capslock state can show message whether capslock on assist users during password entry. use keyup event handle state changes. if capslock on when creationcomplete fired keyboard.capslock returns false. if capslock off during creationcomplete, keyboard.capslock returns false (so right half time ;) after this, can succesfully detect state of capslock in test button instance. any clues? here paltry code: private function loginwindowdone():void { if (keyboard.capslock) capstate.text = &quot;capslock on&quot;; else capstate.text = &quot;&quot;; } thanx. please make small test case , file bug @ bugs.adobe.com/jira in flex project. try using calllater detect after creationcomplete More discussions in Flex (Read Only) adobe

Red screen in Captivate

Image
i getting red screen while previewing full motion recorded movie , after published movie. movie quite lengthy 90 slides, getting red screen 25th slide. even, using high configuration computer recording. please advise... hi powered india , welcome our community sorry, &quot;red screen of death&quot; (rsod) phenomenon see when recording longer movies using full motion recording (fmr). indication computer resources have been exhausted. believe it's issue flash player. happens each full motion segment plays, loaded memory. next segment plays , loaded memory. first wasn't released. it's still loaded! after several of these occur (for seems happen 25 slides movie) memory used , no room exists loading more. hence rsod. the way around far know, create smaller projects, link them together. may wish avoid using full motion type of recording, particularly projects long. hopefully helpful... rick More discussions in Recording adobe

Detecting more subtle hacks? - Joomla! Forum - community, help and support

i've looked @ faq , searched around i'm not how proceed here. i believe site may have been hacked , attempting serve adware when viewed ie. everything seems normal, when opened site (don't want post url obvious reasons) ie (which firefox) spyware detector blocked installation of browser helper object i'm pretty sure adware. there no obvious indications of hack how go tracking down that's trying hide , spam visitors? it may ie browser.  can check here: http://clickbench.com/htm/warn.htm see if says simbar. Board index Joomla! Older Version Support Joomla! 1.0 Security - 1.0.x

Sensor data + gopro (or usb webcam) - Raspberry Pi Forums

hello, i'm turning bike bike rested several sensors. attached onto rpi(model b+) or arduino uno (serially connected rpi). purpose of can make ride bike , store data want (like speed, acceleration..) rpi sd-card. want captured on camera , synchronize sensor data camera, know exact speed @ every moment in video. rpi-camera not satisfy needs (wide angle, long cable). have gopro camera (which satisfies needs). problem gopro, video stored sd-card in gopro , can not know exact speed on every moment in video. can connect gopro rpi? there solution time start filming gopro time sensors start storing data? or solution using usb-webcam? raspberrypi

Thread: Movie Player Not Working and No Desktop Effects

i have ubuntu 9.04 jaunty jackalope. plugged computer use monitor (a tv exact). after doing movie player open , crash. cannot change desktop effects (it stays on "none"). read topic somewhere else wasn't helpful (i not post replies it). of beginner @ using linux yes appreciated. i believe graphics card compatible since able before cannot reason. have help? please? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Movie Player Not Working and No Desktop Effects Ubuntu

Raspberry Pi Forums - Login

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 raspberrypi