Posts

Showing posts from March, 2010

Thread: how do I get rid of extra garbage bin from desktop

i've got garbage bin in bottom panel,but i've got on desktop, cant' find way remove one. can't drag other bin (into such), , there no right click option delete it. how dump garbage bin ? can open nautilus , drag "desktop" directory directory? way, "out of sight; out of mind." , might able delete directory. might need launch nautilus using: code: gksu nautilus which give nautilus root permission operation. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] how do I get rid of extra garbage bin from desktop Ubuntu

Strange Space Between Content Items - Joomla! Forum - community, help and support

there seems space between each content item on dynamic pages , in side module.  i've noticed on other joomla sites well.  i've attached screenshot illustrate mean.  i've highlighted text in image , shows there. i'm using same template have on mambo site, not insert space. it not huge problem on main content sections makes side module sloppy. if has solution, please let me know.  thanks. if havnt left space @ end of each content item, must template index and/or css files. what template using? have edited template? try other templates , see if problem still exists. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

trouble viewing pics

i graphic designer, who's html knowledge limited. have been using dreamweaver few years now. in last week or so, when in design mode in dreamweaver interface graphics appear greyed out boxes little broken pic image in centre. however when upload pages net, pics appears should. i cant seem find info on fixing problem? can help? show code on page case, please. -- 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 ================== "adelevran" <webforumsuser@macromedia.com> wrote in message news:f1p57c$hs0$1@forums.macromedia.com... >i graphic designer, who's html knowledge limited. have >been > using dreamweaver few years now...

question about depth of a movieclip

hi, i using code below, borrowed, display thumbnails on stage. don't understand why "depth" of movieclip "thumb" has increased, when different instances of movieclip being created , displayed on different x,y coordinates on stage. i replaced zindex constant 1, when test movie, first thumbnail appears , dissapears when second thumbnail appears. can explain why depth needs different different instances of "thumb" movieclip? thanks code: for (var = 0; <sitecount; i++) { deltax = - math.floor(i/ thumbsperrow) * thumbsperrow; thumb = attachmovie("thumb", "thumb" + i, zindex++, {_x: deltax * (thumb._width + xspacing ) + thumbxbegin, _y: math.floor(i/ thumbsperrow) * (thumb._height + yspacing) + thumbybegin}); thumb.setdata(i, sites ); thumbarray.push(thumb); } in 1 & 2, flash uses depth unique identifier objects , sorting order (this still true in as3, handling rather different). so if place object depth 1, o...

How to get the length of integer numbers ?

hello, i newbie arduino, , last c++ coding experiences  many years ago... i looking way position correctly integer number on lcd display. want place them right-aligned on display, need know length = number of characters of value. example: looking function output of 3 input 100, 4 input -200, or 2 input 15. my first approach convert number (int type) string, , use sizeof() command, found no appropriate  type conversion. or there other feasible way placing values correctly right-aligned on lcd ? regards, tütenflieger you can use itoa function convert string, , strlen function length of string. or, simple nested if test: code: [select] int somevalue = 14156; int vallen = 0; if(somevalue > 9999)   vallen = 5; else if(somevalue > 999)   vallen = 4; else if(somevalue > 99)   vallen = 3; else if(somevalue > 9)   vallen = 2; else   vallen = 1; you'd need make changes if number negative (test absolute value , add 1 length)....

Thread: Firefox and javascript problem

Image
i running ubuntu netbook remix 9.04 on acer aspire one. suddenly, experiencing problems firefox. haven't made changes , cannot think might have caused problem. error message exception..."component returned failure code 0x80570016 i suspect because speed dial home page. if change home page no longer message other problems persist. have no bookmarks, no history, cannot navigate backwards , forwards. tried reinstalling sun java - no change. how reinstall openjdk? other ideas? solved! had around other forums , firefox issue across operating systems. in case else has same problem, locate go home/.mozilla/firefox , delete profiles.ini file , restart firefox. lost bookmarks , history working now. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] Firefox and javascri...

sholdn't css override font size in browser? - Joomla! Forum - community, help and support

Image
im using joomla 1.0.4, , noah classifieds, , pointed out me tables blowing out sides of layout. happens if go view, text size, increase within browser. thought css override font size specifieds visitors browser. there other way disallow increase font size browser? you can define base font size view can increase , decrease browser blows sites apart. i don't believe there way force someones broswer disable +- font size.  know in ie if use pt's or px's won't resize other browsers still resize text if use feature. best way design site allows resizing if user needs this.  other have isn't possible else may know better me.    need 1 broswer rule them all! Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Serial communications end char

hi all, i trying implement reprap g-code interpreter in decimila board. code compiles , uploaded board, , test board send g-code commands g00 x100 y100 arduino itself. however, following code seem not detect end chars '\n' or '\r' arduino software, getting chars typed  in send box. void get_and_do_command() {      //read in characters if got them.      if (serial.available())      {            c = serial.read();                if(c == '\r')                  c = '\n';                // throw away control chars except \n                if(c >= ' ' || c == '\n')                {              //newlines ends of commands.              if (c != '\n')              { question arduino send end char @ all? thanks in advance. kannan in monitor window, doesn't s...

Formatting in DW8

the text , layout of pages of our site re-formatted. new formatting appears fine when files read server. when working in dw design view content of pages unformatted. when printing site print output unformatted well. thanks in advance. gerry perhaps have css turned off in dw? view | style rendering > display styles? -- 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 ================== "gerry 9" <webforumsuser@macromedia.com> wrote in message news:f28jen$grj$1@forums.macromedia.com... > text , layout of pages of our site re-formatted. > > new formatting appears fine when files read server. > when > working in dw design vie...

RemoteClass (to CFC) and Messaging

i've got value object in class flex application has remoteclass declaration, mapping coldfusion cfc in different web app. works great. the problem i'm having when attempt send instance of class (wywo.callvo.cfc on coldfusion server, vo.callvo.as in flex application's root directory) on message body, in: msg.body = callvo; producer.send(msg); i following message console: exception in rtmpreader thread: flex.messaging.messageexception: cannot create class of type 'wywo.callvo'. type 'wywo.callvo' not found. flex.messaging.messageexception: cannot create class of type 'wywo.callvo'. type 'wywo.callvo' not found. @ flex.messaging.util.classutil.createclass(classutil.java:57) ... ... the problem seems messaging subsystem has no knowledge of coldfusion server (my remote objects connecting through different coldfusion destination). is there way working giving current configuration? tia, joe More discussions in Flex (Read Only) ...

Arduino skipping part of "loop()"

hi everybody, i don't know why arduino keeps on skipping instruction (highlighted in code)...   :-/ ...can please? thanks much! code: [select] //variables int volatile pos = 0; int sensepin = 3; void setup() {  pinmode(13, output);  attachinterrupt(sensepin-2, out, change); /handles encoder interrupt , update position  pos=0;  delay(500); } void loop() {  digitalwrite(13, high);  delay(500);  digitalwrite(13, low);  delay(2000);  //drive motor in 1 direction until encoder says "-360"  drivebothto(120,0,-360);   // <<<<<<< skipped <<<<<<<<<  digitalwrite(13, high);  delay(500);  digitalwrite(13, low);  delay(2000);    drivebothto(0,120,360); //not skipped    delay(1000);  for(int i=0; i<5; i++) {    digitalwrite(13, high);    delay(200);    digitalwrite(13, low);    delay(200);  }    digitalwrite(13, low);  while(1); } void stopandwait(int time) {  //stop  //motor 1  analogwrite(10, 0...

default arguments

does arduino version of c not allow use of default arguments functions? i got following error when trying use one: in function 'void moveservo(int, int, int)': error: default argument given parameter 3 of 'void moveservo(int, int, int)' in function 'void moveservo(int, int, int)': here's function: code: [select] void moveservo(int servopin, int pulsewidth, int time=0) {  serial.print(" #");  serial.print(servopin); //which servo move  serial.print(" p ");  serial.print(pulsewidth); // pulse width send  if (time != 0) {    serial.print(" t "); //temp command (time = 1 second)    serial.print(movetime);  } } the arduino build process has transformation step prototypes created , added top of sketch. guess prototype building prevents default arguments Arduino Forum > Forum 2005-2010 (read only) ...

TWI, interrupts and wiimote

i have question twi , interrupts.  i using arduino read data wiimote on twi.  i have working fine.  the problem is, if have arduino other processing, looses connection wiimote.  here example, wiimote sends data arduino, number 5, have arduino blink led 5 seconds.  after wiimote won't send anymore data (or arduino won't read it, not sure which).   is there way have arduino read twi when data available?  basically want make twi take priority on other processing.  i wondering if there way interrupts? thanks chad Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > TWI, interrupts and wiimote arduino

What happened to fstrim ? - Raspberry Pi Forums

previously have issued command "sudo fstrim -v /" , went away while coming announcing how many blocks had freed. since doing "apt-get update; apt-get upgrade" returns error "fstrim: /: fitrim ioctl failed: operation not supported". happened? now, i'm not sure fstrim can sd cards have no trim command. had hoped maybe fstrim uses erase command instead. fstrim supposed work sd cards? has changed recently? or has system changed somehow? raspberrypi

Music LED via USB

Image
hello everyone, i've been searching interwebs , forum want do, , haven't found fits mold.. have found videos on youtube, have had 0 luck in finding tutorials go along it. so wanted have led pulse , beat music playing laptop. comes down code. have done fallowed tutorial on anthony mattox's blog ( sorry can't post link )  and works great problem uses mic in.   so went in search of out code , found processing (processing audiooutput link) but doesn't seem work or didn't read function correctly. so want do.. * play music winamp on laptop * send via usb what don't want do. * set audio jack i should sound card doesn't support "stereo mix" found out in past when tried use camtasia studio record speaker output.. fraps can. guess problem processing. so if point me in right direction i'd greatful. search history mile long past 2 days of trying figure out. if i'm on complicating things feel free call me dumbass.   thanks, dave. ...

Thread: mysql remote connect hanging

hi-- running couple ubuntu 8.1 server vps instances on slicehost-- 1 db server running mysql , 1 apache 2 webserver. several months i've had no issues-- db server bound webserver, accepted connections web server, both in my.cnf , iptables. i've gotten more traffic, , i'm getting mysql connection errors in php pages pretty frequently. reduced number of apache maxclients, startservers, etc. try deal server swapping (though don't think that's issue here). can ssh web server , when try connect cli mysql on db server, hangs 15-30 seconds gives me "error 2003 (hy000): can't connect mysql server" (which suggest bad my.cnf or dead mysql server think) few minutes later, can connect no problem. , whole time, can verify db server , accepting connections via ssh session machine. have ideas on this? can type of problem caused overloaded server or insufficient memory on web server machine? advice appreciated, let me know...

Pyserial + Arduino

Image
hey all, need major pyserial , arduino... i able directly control multi-color led in arduino through python in terminal executing: import serial ser = serial.serial ('/dev/tty.usbserial-a6004p1r', 9600) ser.write('1') however, when import python script exact same commands, not work! this arduino code: code: [select] // output int redpin   = 9;   // red led int greenpin = 10;  // green led int bluepin  = 11;  // blue led // program variables int serval = 0;       // variable store data serial port int redval   = 0; // variables store values send pins int greenval = 0;   int blueval  = 0; void setup() {  pinmode(redpin, output);   // sets pins output  pinmode(greenpin, output);    pinmode(bluepin, output);  serial.begin(9600);  serial.flush(); } // main program void loop() { serval = serial.read();      // read serial port if (serval >= '0' && s...

arduino/flash/pir motion senso

hello , thank i've received far on site, i trying create object controls flash based on motion detection. what have far is: a pir sensor connected digital pin 2, ground, , 5v on duemilanove loaded firmata standard connected via usb win32 pc running serproxy , flash cs4 as3glue libraries. flash problem begins, not familiar as3. what have far is: code: [select] import net.eriksjodin.arduino.arduino; import net.eriksjodin.arduino.events.arduinoevent; import flash.events.mouseevent; var arduino = new arduino("127.0.0.1", 5331); var ledpin:number = 13; var pin:number = 2; arduino.setpinmode(pin, arduino.input); // when arduino reboots, firmata firmware sends version indicate startup arduino.addeventlistener(arduinoevent.firmware_version, onarduinostartup) // arduino initialization function onarduinostartup(e:arduinoevent):void {   arduino.setpinmode(ledpin, arduino.output);   arduino.writedigitalpin(ledpin, arduino.low);   trace("arduino initialized."); ...

Horizontal nav bar with arrows

i want create horizontal nav bar arrows on either side, this: < 1 2 3 4 5 6 > where page numbers links different pages , either clicking on number or using arrows can navigate site. there simple way using xhtml & css this? can point me web site shows how this? in advance. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602&loc=en_us forum start at. need knowledge of css , forum if you're using cs3. http://labs.adobe.com/technologies/spry/samples/menubar/menubarsample.html has great samples ideas on want do. More discussions in Dreamweaver support forum adobe

extranet and Joomla - Joomla! Forum - community, help and support

i have been asked  @ providing secure private online community described me an  extranet. from clients request it  seems me real need content management system joomla but on secure  site. any 1 built extranet using joomla and  know can investigate hosting one  ( can see don't know talking help) have been several sites offering bespoke service,  1 using mambo web site. i have noted size of clients these firms have large players.  sure client want simple solution effective  want marketing ploy offer service potential tenants business park. which in opinion limits how ever use , probably  normal joomla site password access , secure storage space. any 1 have thoughts or comments. graeme local area network = lan - private in house network of computers intranet = website(s) on lan internet = website(s) on public network extranet = network of intranets connected through internet. not restricted websites extranets require levels of security s...

WYSIWYG garbles on Mozilla - Joomla! Forum - community, help and support

Image
hey, i'm using joomla 1.0.4 mozilla on sun solaris systems.  wysiwyg editor screen garbles when ever pass mouse on save | apply | cancel buttons.  know why happens??  , more importantly, how can fix it? it doesn't seem happen in ie.  i've tried bunch of editors, default wysiwyg horrible, screen garbles every backspace, moece bad.  fckeditor joomla far best.  it's using editor screen garbles when going on main buttons. when grable, mean: snapshot of editor screen flashes , left in browser window. any great....  editor forum use?  never seem have problems on regular sites? rudy i have identical problems. haven't got clue on do. "which editor forum use?" my guess forum stand-alone , doesn't use joomla http://www.simplemachines.org/ says in footer Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x WYSIWYG Editors - 1.0.x

flash form data

mx 7& flash i have flash form several drop down boxes users can make selections.however once user hits submit button, if there problem validation 1 field data fields lost.can please help?any suggestions appreciated.basically want form retain data other fields. use preservedata attribute of cfform. see http://livedocs.adobe.com/coldfusion/7/htmldocs/00000256.htm . ted zimmerman More discussions in ColdFusion Rich Forms adobe

Oversette Newsflash - Joomla! Forum - community, help and support

noen som har et tips til oversettelse av newsflash det er modulen newsflash på forsiden av joomla det gjelder. hva med "nyhetsnotiser" eller bare "notiser". ikke helt dekkende den engelske meningen newsflash, som er en spesielt viktig nyhetshendelse som kringkastes uavhengig av alt annet, gjerne som "breaking news" der andre programmer blir avbrutt... "notis" er vel mer dekkende hvordan "newsflash" blir brukt joomla, kanskje... Board index Joomla! International Language Support International Zone Norwegian Forum Oversettelser

Programatically Populating a Canvas

i have canvas, used place holder user select custom component display data. having difficulty in dynamically changing contents of canvas based upon user's selection. ideas? yes. addchild http://livedocs.adobe.com/flex/2/langref/mx/states/addchild.html More discussions in Flex (Read Only) adobe

Thread: Im skipping the Jaunty release -- Anyone else?

call laziness wait month or 2 before upgrading distributions. i'm running intrepid. after running intel graphics problems jaunty sealed deal me -- wait next release, wait month bug reports surface, make informed decision whether upgrade. wondering if else deciding skip release well? i'm forced skip on laptop. pptp vpn doesn't work on jaunty, doesn't work on intrepid if install pptp packages hardy. , hardy doesn't work wireless, i'm stuck frankenstein install. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Im skipping the Jaunty release -- Anyone else? Ubuntu

Flush animation into Dreamweaver

also, made flush animation , want export site. if size of animation big site's size, can do? it difficult change size of animation , loose timelines made. is there solution , how make animation work in dreamweaver? thanks lot > also, made flush animation ------------------------^^^^ hmmm.... show us, please. -- 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 ================== "niaouniaou" <webforumsuser@macromedia.com> wrote in message news:f2iudv$gsb$1@forums.macromedia.com... > also, made flush animation , want export site. > > if size of animation big site's size, can > do? > difficult change size of anima...

Concatenate/append using <string.h>

hello, i doing preparations new project. involves basic c knowledge..... i have following test code: code: [select] #include <string.h> #include <stdlib.h> //constants const byte iputmaxlength = 30 + 1 + 1 + 1;//30 plus header plus footer plus terminating zero const char header = '~'; const char footer = '#'; const char btnu[] = "buttonup"; const char btnd[] = "buttondown"; const char btnl[] = "buttonlefr"; const char btnr[] = "buttonright"; char stringin[iputmaxlength] = {  '\0'}; int ledpin = 13;     // led connected digital pin 13 void setup(){  pinmode(ledpin, output);      // sets digital pin output  serial.begin(9600); } void loop(){    serialread(); } void serialread(){  // see if there's incoming serial data:  if(serial.available() > 0) {    getincomingchars();  }  serial.println(str...

error: 'doTest' was not declared in this scope

hi - trying figure out how call functions have been defined in code brought in through #include. imagine has come lot, sorry- did searches on forum couldn't find relevant. for learning purposes i've created test sketch, test.c , test.h files. how call function in test.c ('dotest()'). , matter, how variables within included files made available within sketch? finally (!) better/different use tab each .c + .h file? piece looking for? simple test code below. thanks tips - real stumper me. ---roy code: [select] #include <test.h> void setup(){  //do set up } void loop(){  dotest(); } --test.h code: [select] #ifndef _test_h #define _test_h #include <inttypes.h> //define stuff #endif --test.c code: [select] void dotest() {  //do stuff } where's file located? test.c need #include "test.h" main sketch may need #include "test.h" Arduino Forum > ...

PPM to PWM using pulseIn or Interrupts?

hello all, i have been working on interface control 2 high-powered h-bridges using rc transmitter/receiver , arduino. have been partly successful in far, using pulsein command capture servo pulse rc receiver, , mapping usable pwm value. however, using pulsein command takes time multiple signals. try use interrupts capture , store 2 pulse signals each time go high, , whenever loop function running, write mapped pwm values h-bridge. here code have come far... borrowed. after reading interrupts 3 days, still cannot figure out how integrate them sketch. should use call interrupt each time signal rising, use pulsein measure signal, store variable in interrupt function, or can store variables obtained during interrupt, , use them in loop? any appreciated! btw, each rc pulse between 1000-2000 microseconds, , there new pulse every 20 milliseconds. code: [select] //read ppm signals 2 channels of rc reciever , convert values pwm in either direction. // int motor1_a = 5;     int motor1_...

Variables not updating in a loop

hi all, i'm trying write program flash led's attached wheel on half revolution , off half revolution.  revolutions detected interrupt attached hall effect sensor , works.  in other programs have current mph displayed on led's (i.e. 1 led = 1mph etc), driven interrupt. the idea code timing of led on/off governed variables updated every 5 seconds or speed changes timing changes maintain half on, half off behavior. i set initial vales flash every 128 milliseconds , when start code , spin wheel flash correctly aren't changing speed of flashing time elapses.  i've tested code firing every 5 seconds increasing pixeldelay value 1 each time , behaved expected , flashing slowed down every 5 seconds. i don't understand why delay variables aren't updating. any appreciated , have been of such great assistance far in project. below pertinent code: [font=courier]volatile int revcount; int duration; float onerevduration; float pixeldelay; void setup() {  //set p...

Mijn overstap naar Joomla (en globals probleem) - Joomla! Forum - community, help and support

ik heb mijn eerste site overgezet naar joomla 1.0.4 (van mambo 4.5.2 via een upgrade naar 4.5.2.3). mijn site draait overigens  met database 4.1.14 en php 5.0.5 met aanvullende modules: events, events-calender, docman, mambospgm, mamml, puarcade. ik heb de volgende stappen doorlopen: 1. printscreen maken van configuration.php 2. back-up, back-up, back-up  (1x met bigape, 1x met myphpadmin en 1x hele site vanuit c-panel) 3. upload hele joomla 1.0.4  (ik heb overigens bij upload type auto geselekteerd staan, het veiliger om ascii te kiezen?) 4. verwijder de / installation folder 5. draai de sql query meegeleverd in de installation folder 6. rename de database files conform de instructies ivm mysql versie 4.1 7. wijzig configuration.php : die kwam standaard met no-wysiwyg editor, dus tinymce weer geselekteerd) de instructie on hardening joomla met het renamen van globals.php naar globals.php-on en globals.php-off naar globals.php kon ik niet uitvoeren, want deze files kon i...

KS0108 (Graphic LCD) Controller library

hi guys/girls, i've found library popular 128 x 64 graphic lcds using ks0108 controller,  what dont know convert library use arduino. the page here,  and link library 1/2 way down "http://www.scienceprog.com/controlling-graphical-128x64-lcd-based-on-ks0108/" does 1 know of library interfacing arduino graphic lcd using ks0108 controller?   it seems 16x2 (hitachi) , smaller , documented,  but little available on larger lcd displays. regards whitto hi whitto, the primary work either: - rewrite functions read , write data , commands use arduino's digitalread , digitalwrite functions - or convert arduino digital pin assignments low level port , bit values used in ks0108 low level code. you can find more info on how arduino maps ports here: http://www.arduino.cc/en/reference/portmanipulation btw, there avr library ks0108 chip here: http://en.radzio.dxp.pl/ks0108/ may want at. think work make arduino friendly same yours have not had ...

Raspbian not booting to GUI - Raspberry Pi Forums

i've bought pi element14, , lexar 8gb "multi use" class 4 sdhc card it. when try boot it, pi starts running through booting stuff , seems stuck on these few lines. (running video out through hdmi-dvi converter, no usb or ethernet connections. voltage between tp1 , tp2 5.04v min when booting.) code: select all mmc0: resetting ongoing cmd 25dma before 4096/4096 [1]/[1] complete mmc0: timeout waiting hardware interrupt - cmd12. mmcblk0: error -110 sending stop command, original cmd response 0x4900, card status 0x4e00 it'll progress past them throws heap of text. here's picture of screen during boot. https://picasaweb.google.com/1015772464 ... 6729643618 now, first time tried card used 2012-09-18 wheezy image, , did boot gui once or twice, although being picky working keyboard. current 2012-10-28 image has booted configuration screen once, , either doesn't progress out of boot or sits on screen blinking underscore in top left, activity led flickering while u...

Arduino, Maxuino, Firmata and Sensors

Image
hi i have been struggling max serial object read data analog inputs on arduino board weeks , can see previous discussions not alone in this. have tried every solution suggested on both arduino forum , max forum no avail. i have got max talking arduino using maxuino , standard firmata there 2 things don't seem functioning anticipate. the patch using tutorial found here: http://www.soundplusdesign.com/?p=1305 i have arduino mega - not working patch beyond analog input 5 despite extending patch account additional inputs - duemilanove fewer inputs. the inputs need ready receive data analog inputs , these enabled toggles in patch, when example have sensor in analog input 0 numbers fed number box analog input aim of triggering other things in separate subpatch. problem if 6 inputs enabled , insert example sensor analog input 0 data fed analog inputs enabled, , when second sensor example in input 1 triggered same overwriting data sent input 0 sends inputs , , on sensors , not wa...

[SOLVED] - encoding for slovak or czech language (UTF8?) - Joomla! Forum - community, help and support

i found out following problem. testing  joomla cms in slovak language. articles published in slovak language are  saved in database incorrectly. text of these articles is  displayed correctly on webpage, text in database saved incorrectly, text unreadable. (slovak language includes signs "á" or "é" or "č" converted other unreadable signs after article saved or published) caused 2 problems: - search problem (the search module not able find searched words includes signs "á" or "é" or "č") - incorrect output, after exporting text database pdf format or excel format, etc... i think, might problem of joomla encoding. has suggestion how solve problem? thanks lot are testing joomla 1.1? which version: alpha or svn? Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed ...

Beware malformed XML!

it seems flex swallows exceptions when try load malformed or invalid xml document follows. had document forgot close tags @ end , despite spending day in debugger stepping thru code never threw exception , unable catch try-catch. behavior saw load function below execute event handler onload below never fire. public static function load():void{ var url:string = " http://someurl/malformed.xml"; var service:httpservice = new httpservice(); service.resultformat = "e4x"; service.url = url; service.addeventlistener(resultevent.result, onload); service.send(); } private static function onload(event:resultevent):void{ var myxml:xmllistcollection = new xmllistcollection(event.result.*); } yeah, flex pretty adamant "legal" xml structure. have experimented same thing. outputting data mysql via php proxy flex. didn't succeed many times, once realized mismatched tag cause onload event fail, started run xml through validator before sending out proxy b...

Front-end administration: Editing beyond the main body area - Joomla! Forum - community, help and support

hey everyone, there's been discussion, moving slowly, on how can utilize ajax aid in joomla functionalities.  well, here's reason move little faster on it:  better front-end administration. ok, now, people use backend administrator in order make changes both main body content, modules. i believe should change this, soon. i believe utilizing ajax, can provide more editing ability on front-end, allowing people edit both content in main body in, say, modules , templates, clicking on edit button.   when items saved, submitted db via ajax, not page refresh. at end of day, separation between backend , frontend when comes making edits in modules , across templates make difficult , rather un-userfriendly. i'm willing lay out scope of work on if ready me programming , ajax. who's it? -ryan hi everyone, alright, doesn't seem getting traction.  let me ask simpler question:  has taken shot @ integrating ajax make changes in modification of content?  instance, has tri...

Develop arduino without arduino (simulator?)

hi, please excuse ignorance, i've been messing arduino few hours. i wondering if there way develop , run arduino applications without owning arduino board. maybe via simulator? have boards @ point i'd start playing possible instead of sitting around , waiting. thanks. how effort did put searching forum answer before posting this? Arduino Forum > Forum 2005-2010 (read only) > Software > Development > Develop arduino without arduino (simulator?) arduino

Limiting CPU usage for all processes - Raspberry Pi Forums

i have read cpulimit, appears work on per-process basis. want global limit says "no process, regardless user running it, can consume more 90% of cpu @ given time". there out there give me or subject cpulimit? capslock118 wrote: what want global limit says "no process, regardless user running it, can consume more 90% of cpu @ given time". at given time, every process using either 100% or 0% cpu. averaged on significant fraction of second, process not more 90% cpu unless thing running (or has high priority). when process thing running, want 90% cpu? possible reason? underclock 10%? way, "cpulimit" works observing process , sending hundreds of stop , cont signals. inefficiently faking functionality not exist in kernel because not useful. raspberrypi

What causes a crash/reboot?

i'm struggling 1 or more obscure bugs in sketch. current problem causing arduino reboot part way through setup() method...but don't know what's causing it. what's worse, i've discovered adding trace statement (e.g., serial.println("in routine xxx @ yyy")) causes reboot occur. doesn't make sense me. what kinds of things cause arduino crash/reboot? feels stack overflow problem, don't know how diagnose that. you don't know how diagnose it? at least can see code. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > What causes a crash/reboot? arduino

Cheap touchscreen for the Pi - Raspberry Pi Forums

Image
im new don't want tinkering hardware/software. have cheap touchscreen, not fussed on size. surgestions place touchscreen compatible pi apreciated i don't have exact link i'd recommend adafruit (google it). last time there had screens 1.5 inches way 10. , think touch well. raspberrypi

Thread: How to reset original huamn theme ?

i tried many themes want reset theme human theme. somehow did changing theme human in appearance . unable reset login theme. plz in menu select system/administration/login window when "login window preferences" window opens select "local" tab , check box next desired login theme. believe default login screen "human list" luck , hope helps. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to reset original huamn theme ? Ubuntu

How to make two 8bit numbers from a 10bit number?

hi group, i have ten bit number need split 2 8 bit numbers.  the first 8 bit number needs have 3 zeros followed first 5 bits of 10 bit number.  the second 8 bit number needs start last 5 bits of 10 bit number, followed 3 zeros.  like example below: original 10 bit number:  b1101111101 turn into:  b00011011   &   b11101000 this serial transmission (spi) program i'm working on. any suggestions? thanks, patrick patrick, i haven't tested this, think work: code: [select] int tenbits = 0x37d;  // b1101111101 byte b1; byte b2; b1 = (tenbits >> 5) & 0x1f; b2 = (tenbits << 3) & 0xf8; regards, -mike Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > How to make two 8bit numbers from a 10bit number? arduino

Scanning servo

i've got ir scanning servo arduino robot. scans 35 165 degs , again. right have taking leftside reading @ 35 , sending subroutine turn right if reading close. problem it's taking reading @ 165 on return scan also. ideas? thanks, dave void loop()                     {    {    for (pos = 35; pos <= 165; pos ++)      //scan ir sensor 35 165 degs left right    {      scanservo.write (pos);               //writes position scanning servo      delay(5);                            //give time there    }    if (pos==35) analogread (sensorpin);   //take ir reading @ 35 - left side    readdistance3 = analogread(sensorpin);    if (readdistance3 > mindistancelimit) goright(); // if obstacle distance closer threshold og in opposite direction    goforward();     ...

swapDepths method

i created button , 2 movie clips. every time when button clicked, 2 movie clips change depth level, can see color changes. worked fine. swap_btn.onrelease = function() { bgblue_mc.swapdepths(bgyellow_mc); }; after loaded swf files onto movie clips, couldn't see see changes of depth level more. wrong that? there way solve problem. what mean "... loaded swf files onto movie clips..."? More discussions in ActionScript 1 and 2 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

HELP: Understanding basic C and bitfields...

Image
hey, ok not few things , must resort begging assistance. first off, point of caring variable's address ? shouldn't environment take care of that, that's intended ide? don't see purpose referencing &variable for, please explain? secondly, how manipulate packed bit fields? let me give example , see if have clue: code: [select] struct hours_byte { unsigned int format: 1;     // range: 0-1, 0=24h 1=12h unsigned int ampm: 1;       // range: 0-1, 0=am 1=pm unsigned int tenshours: 2;  // range: 0-2 unsigned int hours: 4;      // range: 0-15 (guessing never goes on 9) }; so in case, interfacing rtc, hours broken , tens of hours separate field? 2am 00000010, 11pm 00100011? understand this, when translated bin hex, 2 , 23, respectively. seems stupid me comprehension not come easily. why? , if hours field 4 bits, means possibly go on 9, have write check routine since in layout, 11am both 00010001 or 00001011 ? i guess main point this: how manipulate individual b...

Problem accessing large PROGMEM structure

Image
hi, i'd know if there practical limit size of data structure (array) can store in progmem, or if there known problems once on size. i working on project using couple of max6960 display driver ics , 8x8 led displays. i'm using arduino diecimila , hardware spi interface talk max6960 , works fine. able write display , read data without problem. the display drivers not have built in character generation hardware have created own font , i've stuck in progmem.  i've made custom extended ascii set character 1 255.  each character 8x5 pixels in size, ie 5 bytes of data in big array of 255 such blocks = 1275 bytes. the problem have getting data out of progmem, more specifically, having problem accessing data beyond character '\' or character value 92 dec (0x5c).   characters '!' '\' print ok (values 33 dec 92 dec) characters after '\' offset 1, ie 'a' prints 'b' , 'b' prints out 'c' etc. for example have t...