Posts

Showing posts from February, 2014

Vbulletin, bbpixel, Joomla and Mosests tree - Joomla! Forum - community, help and support

awhile had joomla website mosets tree installed. http://www.mosets.com/tree/ decided drop joomla several reasons, , moved on vbulletin forum. mosets tree installed reviews section. have little interest in full joomla powered website. articles section might nice, - no community builder, no nothing that.  does have example of vbulletin / joomla, bbpixel bridge mosets tree installed? i prefer stay paid script, instead of free version. this same question posted on bbpixel forums. http://forum.bbpixel.com/index.php?show ... entry16036 or, if knows of bridge, paid , maintained developer, please post information , link. Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x

Missing basic understanding of events

i'm new flex, i've got 95% of need data-streaming prototype using blazeds.   i'd appreciate insight on last 5%:  events (dispatching , listening)   i have datagrid being populated 1 set of data - car makes (chrysler, ford, gm).   i have datagrid being populated car models (300c, mustang, camaro).  dataset being pushed blaze imessage event.   when flex app renders car makes datagrid, text not enabled.   what i'm trying accomplish this:  once receive message car models stream it's done make, want enable make's  text.   here's actual datagrid:     <mx:datagrid id="dgmake" x="25" y="180" width="109" height="397" dataprovider="{initml}" textalign="center">         <mx:columns>             <mx:datagridcolumn headertext="makes">                 <m...

CCPWM avec arduino et capteur de courant

bonjour tout le monde ! alors voilà, j'aimerais faire un ccpwm (current constant pulse width modulation) avec mon arduino, pour cela j'ai acheté un capteur de courant basé sur un circuit à effet hall acs709 qui me permet de détecter l'intensité et la tension. mais le problème c'est que je n'ai absolument aucune idée de comment faire réagir mon arduino pour qu'elle fasse varié une sortie pmw qui pilotera un mosfet, en effet, j'aimerais selectionner une intensité (exemple : 15a) et que mon arduino fasse en sorte de me garder toujours 15a. pourriez s'il vous plaît m'aider ?? je n'ai aucune idée de quel code utilisé ... merci par avance !!    15a, ok,  mais pour quel tension?? 1v, 10v, 100v...? Arduino Forum > International > Français (Moderators: jfs, Snootlab) > CCPWM avec arduino e...

Thread: Files and Folders won't open...

hey guys, here issue. installed unr few days ago, , working wonderfully. haven't done it, know of, , of sudden under files , folders section won't open documents, pictures, music, etc. detects usb key , shows displayed on screen won't open it. goes through process of making open, never does. have no access files right now. help v a bit more info... else works perfect! games, internet, office programs etc. nothing open in folders area , nothing open in volumes area. thanks v Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu Files and Folders won't open... Ubuntu

mobile sketch upload from a thumbstick drive?

is possible make thumbstick sort of device plug arduino uploads sketch arduino? not i'm aware of possible via sd card. here's bootloader allows upload sd card sd module: https://github.com/zevero/avr_boot here's separate programmer device same: http://www.gammon.com.au/uploader the advantage on avr_boot frees 4 kb of memory used bootloader , supports atmega2560 (which avr_boot not). you can follow instructions @ link above make own arduino or forum moderator crossroads sells one: http://crossroadsfencing.com/bobuinorev17/index.html Arduino Forum > Using Arduino > Project Guidance > mobile sketch upload from a thumbstick drive? arduino

Thread: 9.10 install fails to boot

i complete novice ubuntu. have spent 4 hours trying install 9.10 , failing. install runs fine, goes reboot , comes 'device not found, press key' have suspicion may know happening not sure how work around. using second machine , have tried 2 different hdd's install on. did notice when 9.10 installing called hdd scsi1. hdd's ide, bootloader looking scsi drive , how can persuade installer recognise hdd ide. bios recognized no problems. want work have want stable, virus free computer. what's device boot order bios? sounds hard disk might not option. did see hd refered "scsi1"? disks in install referred names "sda" or "hda" Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] 9.10 install fails to boot Ubuntu

lcd JHD-2X16-I2C de proteus no muestra nada

buenas noches, tengo el siguiente inconveniente, estoy intentando simular una coneccion de un arduino uno con un lcd con protocolo i2c jhd-2x16-i2c que encuentro en proteus. el problema es que al darle play la simulacion el display "prende" pero no muestra nada. las librerias instaladas son code: [select] #include <wire.h> #include <liquidcrystal_i2c.h> la lcd esta conectada scl a5 y sda a4, ground y vdd alguien conoce este display o me recomienda algun otro? libreria o algo para proteus saludos y muchas gracias!!! hola, ya e tenido ese problema y se encuentra en el direccionamiento del dispositivo, que muchos marcan como 0x27.       en mi caso fue el 0x3f y lo encontre gracias un sketch para bucar la direccion i2c.  fue cargar el sketch y atravez del monitor serial me arrojo la dirreccion de li lcd 16x2. code: [select] #include <wire.h> void setup() {  wire.begin();  serial.begin(9600);  while...

Thread: Can't get Kate to load

hi, when trying load kate following error message: trying create local folder /home/xxx/.kde/share: permission denied trying create local folder /home/xxx/.kde/share: permission denied trying create local folder /home/xxx/.kde/cache-desktop: permission denied ... kdeinit4: aborting. bind() failed: : permission denied not bind socket '/home/xxx/.kde/socket-desktop/kdeinit4__0' idea happening here , how resolve issue. many thanks! it appear kate wants write direct /home directory instead of /home/user should. root owns /home makes sense. no idea how fix though, perhaps deleting ~/.kde4/share/apps/kate work? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Can't get Kate to load Ubuntu

Arduino mega with hx711 and loadcells

Image
i using arduino mega , have use 4 load cells how can connect 4 load cells single arduino? need buy 4 hx711 , how can connect it? please suggest me best solution? enter multiple load cells in search tool in upper right hand corner Arduino Forum > Using Arduino > Project Guidance > Arduino mega with hx711 and loadcells arduino

problems w/ menu.show while PopupManager displays popup

i following error (flex 3.2) whenever have popup displayed popupmanager and the code tries display menu outside popup using menu.show().   if popup not shown then menu.show runs properly.  has seen behavior before???   basically i'm trying make own menubar vertical separators , right-aligned menu (like menu in motif on right edge of menu bar) the popupmanager code being done independent of menu, when popup is displayed, menu doesn't work   error @ mx.managers::systemmanager/updatelastactiveform()[] @ mx.managers::systemmanager/activateform()[] @ mx.managers::systemmanager/activate()[] @ mx.controls::menu/show()[] @ app/showmenu()[] @ app/__galleries_click()[] hi,    try setting parentdisplay object popup different menubar. More discussions in Flex (Read Only) adobe

Thread: Choosing a new language

i looking new language learn don't know 1 best suits needs. appreciated. use java lot if syntax similar, plus. want interpretive, ruby , python, can make programs. cool if code made interpretively stored file later use. able compiled binary maximum optimization. don't know how call want able develop in sort of ide can debug in java. finally, object-oriented thats given relatively popular can know can support , continue grow. thanks. i python because fits of criteria listed. suggest netbeans ide because has debugger , useful http://netbeans.org/ Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Choosing a new language Ubuntu

E_ADEPT_10?

i have problem digital editions 1.7.1 in when trying download purchased e-books following message appears error getting license server communications problem: e_adept_10 any advice appreciated hi, i've been having same problem i purchased ebook ebooks.com , everytime try download it, file called "urllink.acsm" , aware liscence open ebook , error message: error getting license server communication problem: e_adept_io   i got error. used able read ebooks time, , on 1 of threads said should register machine, tried , couldn't! i tried download ebook had bought before (thinking maybe problem caused link in new ebook, but didn't work either)   i've contcated adobe, on 23rd..they supposed reply within 24 hours...nothing yet.. any appreciated! More discussions in Adobe Digital Editions adobe

Interactive Environment - Animation + gotoAndPlay

hello,   i'm having difficulties interactive flash movie i'm trying create. have 'shop front' graphic created website. 1 in number have completed, , others have succesfully animated in flash. basic idea of shops give user ability rollover item, have large version of price tag appear (and disappear on roll out) , turn item link (an invisible button on top of it) thread on forums gives further details item. have done previous shop , attached .swf may better understand mean. (note still has issues price tag rollover, intend fix.)   i have new shop incorporate new animation into. i've attached .swf (note if need .fla further see project looks can - won't allow me upload it) , might easier follow explanation if view this. graphic consits of 2 sets of scales , cauldron. first off, cauldron's ladle move continuously, point of movie's loading. however, have animated golden scales on bottom shelf dip down depending on dish user rolls over. did in separate movie (...

Fejl i forum, kan oprette, men ikke login - Joomla! Forum - community, help and support

hej. jeg er igang med @ lave en hjemmeside omkring konfirmation - ( konfirmation.nu ) jeg har fået sat forum op, fireboard forum. når man er menuen der hedder: forum kan man oprette sig osv. alt med @ oprette sig virker fint ( tror jeg ) men når man så gerne vil logge ind @ teste / skrive indlæg. kommer man bare til forsiden?.. http://www.konfirmation.nu/index.php?op ... &itemid=67 nogle som har haft erfaringer omkring dette? eller ved hvad der skyldes. har prøver @ sætte login form ind, men det virker hellere ikke ( tror @ de virker hvert sig ) på forhånd tak. mvh thomas.k ps. er meget ny jommla 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) Administration - Generel brug

Alternate for C232HM DDHSL-0?

Image
this device, shown here , elsewhere, shown here used esp-201 breakouts allow arduino ide... it $50usd, though... can 1 made , or perhaps equivalent available? noticed 4 pins needed (the 4 on end of board)... ideas? the board: Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > Alternate for C232HM DDHSL-0? arduino

Problem mit IR Motorsteuerung

hallo! habe probleme bei der ansteuerung eines dc getriebemotors über infrarot. konkret geht es darum einen 24v dc motor über infrarot zu steuern. habe einen uno r3 mit einem motor shield (velleman vma03), daran ist der ir sensor pin 11 angeschlossen(und natürlich 5v und gnd). ausgang motor shield sind pin2 und pin3 für pwm. nun zum problem: der motor lässt sich zwar per fernbedienung aus und ein schalten jedoch funktioniert die pwm kontrolle nicht. die "vorspultaste" solllte den motor schneller drehen lassen, und die "zurückspultaste" langsamer. allerdings stoppt der motor sobald der pwm wert unter 245 ist(lt. serial monitor). vielleicht kann mir jemand dabei helfen? ich bedanke mich schon im vorhinein für alle hilfreichen tipps. bitte stelle deinen sketch direkt hier im forum ein. benutze dazu codetags (</> oben links). anhänge liest kaum jemand. gruß tommy Arduino Forum ...

ITEM FOR A SOFTAIR GAME

i'm crazy week try figure out error lies in telling me arduin verification when try load program run countdown , other things serve game called softai i put under whole code , tell mistake please me 'menuprincipal' not declared in scope /tmp/920426219/time_bomb_airsoft_game/time_bomb_airsoft_game.ino: in function 'void loop()': /tmp/920426219/time_bomb_airsoft_game/time_bomb_airsoft_game.ino:194:17: error: 'menuprincipal' not declared in scope menuprincipal(); ^ exit status 1 #include <wire.h> #include <keypad.h> //#include <liquidcrystal_i2c.h> #include <liquidcrystal.h> /*  arduino bomb pro    the circuit:  * more info @ : http://yin.mainstreamds.com/  if need mail me yinbot@gmail.com    created 4,sep, 2010  modified 11 nov 2015  by ignacio lillo    */ //liquidcrystal_i2c lcd(0x38,16,2); liquidcrystal lcd(7, 6, 5, 4, 3, 2); const byte rows = 4; //four rows const byte co...

Page Scroll with a Table

i have page several small tables able scroll, go may december.  have tried using overflow scroll div command  doesn't seem work. div.calendarlist { width: 100% margin: 0; padding: 0; overflow: scroll;   any suggestions on how work, best alternative, if work.     have tried using small java script used on page image bounce down page , hit go top.  neither 1 work.   here text of java script use on page: <script language="javascript1.2" src="/inc/top.js"></script> this placed @ bottom of page above footer: <div id="watermark" style="position:absolute" class="floatmiddle"><a href="#top"><img src="../../../graphics/cgbup.gif" border=0 height=16 width=16 alt=to_top /></a></div>   this script use:   markw = 16; // pixels wide   markh = 16; // pixels high   markx = 100; // percent right   marky = 100; // percent down   markrefresh = 10; // milliseconds   var wmark;   functi...

Thread: [c++] writing permissions?

hello world, i'm writing sdl app generates animation , supposed save each frame bitmap runs, i'm having trouble writing actual file. code follows: code: //all drawing complete char fname[30]; sprintf(fname,"./dump/screen%04d.bmp",n); printf("saving bmp: \"%s\"... ",fname); if(sdl_savebmp(screen,fname)==0) printf("success!\n"); else printf("failure: %s\n",sdl_geterror()); n++; if(n>240) done=true; however, upon running yields: code: saving bmp: "./dump/screen0000.bmp"... failure: couldn't open ./dump/screen0000.bmp i believe related permissions in ubuntu, i'm not quite sure (running sudo didn't change anything)... tried creating file fopen(fname,"w") test, returns null. reason wouldn't able write file? it's running home directory, , sudo fails. :s this may stupid question directory "d...

Help request on (a sort of) Arduino project for vintage cars...

dear, having melted engine bronze bearing of vintage car of 70+ years old, i wish have in future 2 temperatures monitored (engine oil , engine water coolant) on simple lcd or digit display. exists way doing arduino? or exist better , simpler programming environment (i.e. nano) , related hardware? of course, fanatics using vintage capillary thermometers (far reliable), , enthusiast in club wish have electronic , more sophisticated solution implement in future more useful features in order drive safer such of vintage cars, e.g. battery voltage , humidity , temperature in car. all devices must removed during concourse (apart thermocouples), story... many thanks. temperatures monitored using thermocouple or ntc (thermistor). 1 choose depends on temperatures , how can place them; thermocouples can go higher in temperature , more chemically resistant can go directly in oil/water. for project nano sounds suitable: sufficient number of i/o pins , breadboard frien...

Thread: Sound Card Drivers

hi, i've installed ubuntu on new computer, built myself. used old soundcard old computer had laying around. connected digital boston speakers. changed output mode digital under sound preferences, there lag between when computer sends sound speakers , when make sound. i'm guessing me having *no* drivers installed, have no idea find them or ones need. delay high, @ around 3-4 sec, though fine listening music, annoying playing games. ran alsamixer , figured out card i'm using is: card: sb live! value [ct4871] │ │ chip: cirrus logic cs4297a rev 4 │ │ view: [playback] capture │ │ item: master [db gain=0.00, 0.00] all appreciated. thanks, jump joy drivers in linux not drivers in windows. drivr...

Submitting DS-Syndicate RSS feed to My MSN hompage - Joomla! Forum - community, help and support

i'm trying allow users subscribe rss feed (created ds-syndicate) adding msn frontpage. well, feed accepted in igoogle, aol, yahoo, etc, not msn. it's site doesn't accept feed because doesn't link directly xml file. understanding not problem ds-syndicate because joomla feed doesn't link directly xml file either. so example of rss feed: http://mywebsite.com/index2.php?option= ... &feed_id=2 does have solution allow me directly link xml file msn? appreciate wonderful joomla open source community. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Print Adobe PDF: Choose file save location

currently, when select print, select printer: adobe pdf 9.0, , press print, pdf file saved desktop. preference setting save pdf file somewhere of choosing? i don't know program print, in many programs can choose in left bottom corner pdf, in dropdownbox safe pdf , go desired location. don't know if there's possibility make standard location, think next time print same program use same location. More discussions in Acrobat Macintosh (read-only) adobe

unable to compile for arduino(using ds18b20)

i have got new temperature sensor ds18b20...... even after have downloaded 2 libraries(one wirehub , dallas temperature)it still not working .... code: [select] #include <dallastemperature.h> #include <bae910.h> #include <ds18b20.h> #include <ds2401.h> #include <ds2405.h> #include <ds2408.h> #include <ds2413.h> #include <ds2423.h> #include <ds2431.h> #include <ds2433.h> #include <ds2438.h> #include <ds2450.h> #include <ds2502.h> #include <ds2506.h> #include <ds2890.h> #include <onewirehub.h> #include <onewirehub_config.h> #include <onewireitem.h> #include <platform.h> #include <dallastemperature.h>   // data wire plugged pin 2 on arduino #define one_wire_bus 2   // setup onewire instance communicate onewire devices // (not maxim/dallas temperature ics) onewire onewire(one_wire_bus);   // pass our onewire reference dallas temperature. dallastemp...

Flash 8 Generated HTML throwing numerous validation errors.

to start with, not flash developer save creating swf's , flv's. anyhow, created flv fed swf , exported html. normally, not use html generated flash, going in pop , content therein, there no reason recode really.   so went validate page w3c , first thing said there no doctype. sure enough - added xhtml transitional. getting 15 errors. question - how can correct this?   here link actual page: http://www.alpineonline.com/html/rocketlifehowto.html   thanks! use swfobject.   http://blog.deconcept.com/swfobject/ More discussions in Adobe Animate CC - General adobe

Measuring non sine signals with acs712

i have application measuring current, , although did not test of results got, seem correct. @ moment using measure current of water heater. first question: if want power consumption, enough multiply value sensor voltage(in case 230v)? second question: if measure non sine signal, sensor still show correct values , output signal of sensor be? in case sensor still show correct values, how can power consumption in case? 1. depends how` accurate power measurements need, if 5-10% error o'k you, don't have measure voltage same way current  - continuously, , multiply constant. 2. haven't seen code far, if calculate amperage rms, yes, it's should correct input waveform, 1 remark have sample according nyquist Arduino Forum > Using Arduino > Sensors > Measuring non sine signals with acs712 arduino

Can't "Edit in CS4" New LR 2.3 and PS CS4 in Mac OS Leopard

i have moved lr2.3 , cs4 onto macpro , have problem can't find solution when have searched knowledge base.   when have open image in lr, , photo> edit in > edit in photoshop cs4 (or "open smart object in cs4"), work on image in cs4 , try , "save" or "save as" in photoshop cs4,  error message.   "could not save (document name) because write access not granted".   previously on pc, operation worked seamlessly??   i new mac , have had computer few days.  have answers on how can access , have read write privileges between cs4 , lightroom?  can't imagine why 2 adobe products aren't able read/write each other, seems has happened.   i'm using os x leopard on macpro.   thanks   ken kennedy seattle hey ken!  welcome mac!   this sounds more permissions problem in leopard. take @ http://support.apple.com/kb/ht1452 , see if fixing permissions solves problem. More discussions in Lightroom Classic CC adobe

Newbie in FrameMaker

i studying framemaker , systematically going through every page in mastering framemaker 'bible' thomas r. neuburger. i feel progress quite (i think relatively indepth knowledge in word formatting helped lot) know versed in fm if have enough credentials end of book find full time work in field.  i have looked through of threads , can see still have lot learn.  also, there website practice sessions?  use of samples try , copy more do. tia jm that's difficult question. version of framemaker thomas' book written for?   anyway, try creating online portfolio of work including things framemaker. and, presume teaching unstructured framemaker, fine not prepare structured stuff.   when hire--not in position more--i experience, communication skills, comfort level technology, background in subject matter, , willing teach tool use large degree ....   regards,   sean More discussions in Adobe FrameMaker adobe

Sending Lipo fuel gauge data to android via bluetooth

i have started on project having battery powered sensor, bought sparkfun fuel gauge , wired , works accurately apart voltage , charger percentage goes little bit on full capacity. using lucadentella's library , not sure how change capacity of battery give better results. my next problem , more important 1 send data arduino andriod device regarding battery information. have managed sent via serial monitor, not bluetooth. struggling appreciated thank you quote from: csykey on jun 09, 2017, 03:44 pm . struggling appreciated post code struggling with. and when posting code please use code button </> code: [select] so code looks this and easy copy text editor see how use forum ...r Arduino Forum > Using Arduino > Project Guidance > Sending Lipo fuel gauge data to android via bluetooth arduino

JS CS4 - Preventing a table from breaking between pages

we have product catalogue made xml import. problem has occured:   each product resides in it's own table. example:   <header> <emptyrow> <properties> <property values1> <property values2> <property values3> <property values4> <emptyrow>     page1:   <header> <emptyrow> <properties> <property values1> <property values2> <property values3>   page2:   <header> <emptyrow> <properties> <property values4> <emptyrow>       how can keep table display on 1 page , if doesn't fit on page1 whole table end on page2? paragraph styles can use "keep paragraph together" can use table? have tried:   row.keepwithnextrow = true   for rows in each table? [i don't think can use everyitem() if table has header and/or footer rows.]   dave More discussions in InDesign Scripting adobe

I need help!

buenas tardes. necesito ayuda pues que el error que me sale al compilar el programa es este: c:\users\paula\documents\arduino\sketch_may29d\sketch_may29d.ino: in function 'void loop()': sketch_may29d:34: error: 'd' not declared in scope    if (d==0){        ^ sketch_may29d:36: error: expected ';' before 'd'      d++;      ^ sketch_may29d:39: error: 'du' not declared in scope    if (du==0){        ^ sketch_may29d:40: error: 'keypad' not declared in scope      char key = keypad.getkey();                 ^ sketch_may29d:42: error: 'decena' not declared in scope        decena=key;        ^ sketch_may29d:48: error: expected primary-expression before '}' token      }      ^ c:\users\paula\documents\arduino\sk...

タイムラインのDF,NDF変換時

タイムラインのタイムコードをndfからdfに変換した際にスタート時間が勝手にずれてしまいます。いつも変換の際に再度開始タイムコードを設定している状況です。 なにか設定が悪いのでしょうか? ntscテレビ方式のフレームレートは「1秒=29.97フレーム(df=ドロップフレーム)」を使用しています。 ノンドロップフレーム(ndf)タイムコードは1秒を30フレームで表示をしています。 これは「1秒=30フレーム(ndf)」のデータでは、実時間とのズレが生じるために、 「1秒=29.97フレーム(df)」のわざとコマ落ちさせたフレームにし、 実時間と合わせるようにしたフレームレート(ntsc)にしています。 業務用のカメラで、任意にndfに設定しない限り、通常の撮影したデータはdfのはずです。 要するにdfを使用し撮影したデータを、ndfでタイムラインを設定し編集すると、 1秒で0.03フレーム、1分で1.8フレームの 時間のズレが生じてしまいます。 nmochizkさんがndf/dfを使い分けている理由はなんでしょうか? 最終出力がntscビデオなら、dfでプロジェクトを設定するのが正しいはずなのですが。。。 Premiereコミュニティフォーラム (Japan) でのその他のディスカッション adobe

Mosimage og sentering / tekstflyt - Joomla! Forum - community, help and support

Image
et bilde en static content kan se sånn ut  med left align: du ser det er mye luft under, men til høyre er bildet klemt hel inntil teksten. finns det noen måte å få mer luft til høyre (mindre under)? det finnes flere måter, f.eks har du valg dette når du setter inn bilde via tekstbehandleren (jce med utvidelser anbefales varmt). selv foretrekker jeg nok å ha det fast stilarket (css-fila), og bruker vel da klassen '#content img' til å styre dette. merk! luften under kommer av linjeskiftet forhold til bildehøyde, og det er nok lite å gjøre med - med mindre du forskyver bildet litt ned med fyll på toppen tillegg til høyresiden. du kan jo f.eks prøve å angi 'padding:5px;' nevnte klasse, så får du 5 piksler "mellomrom" rundt hele, kan være greit om du også setter inn bilder til høyre teksten. evt. @ du bruker padding-left og -right, om du ikke vil ha på bunn og topp. Board index Joomla! International Language Support ...

Plugin - highlight listbox items

i'm looking write plugin iterates through listbox on form checking export value. each item, if export value matches criteria make selected (muli selection enabled)   i've checked samples, can find ones creating new items on form. can point me in direction of code me started? there must sample similar it's pretty rudimentary functionality. it's stages of project , i've not done c++ 10 years. there no samples in sdk demonstrate want.  since you're still in stages of project, highly recommend read sections of pdf specification relating form items , listboxes.  give understanding of how listboxes store element data making easier understand how accomplish want plug-in. More discussions in Acrobat SDK adobe

ULN2003 - PWM led driver & 3 watt LED's

i made nano board attached uln2003, runs @ 12v transistor array.  if calculate correct, 12v @ 250 ma = 3 watts [3 watts = (3) led modules, 1 watt each wired in parallel].  if read data-sheet correctly notes uln2003 500 ma each signal output puts me 1/2 way mark comfortable safety purposes. please correct me if wrong.  testing current purpose: hook cheap hand-held dmm, inline +12v, out dmm led+, , led- goes transistor lead.  trigger pwm arduino mimum pulse width.  extend width pulse until dmm can read 250 ma.  whatever pulse width when reading "250"  maximum limit should consider safe use.  if unpredicted event happens, arduino locks - , transistor locked high, expect 3-watt led should burn out, , cancel circuit. by limiting width of pulse how limit current - correct?  quote by limiting width of pulse how limit current - correct? no.  control-limit average   current affects perceived brightnes...

How to split query results

does if there method split results of query based on specific number stop , split at?   for example, want pull out of these numbers database....say 1 - 20. want show them on page in order, want stop once hit preset number, 12.5, continue on.  need way show this:   my numbers: 1,2,3,4,5,6,7,8,9,10,11,12,.5 total equalling 12.5   numbers after split: .5,14,15,16,17,18,19,20 total above 12.5   i'm adding numbers in database, need cut off @ predetermined point (in example 12.5) , start rest after point.   right i'm using coding tries split results users input , insert them database. i'm running problems displaying data correctly though. seems make more sense input normally, display , spit there.   any in right direction appreciated. i'm stumped on this! query of queries work. More discussions in Advanced Techniques adobe

Problem in drawing in sprite

hi,   i draw line on sprite object moveto , lineto. line drawn on or under other elements in application. how make sprite or label keep line contained within itself?     this exemple,           import flash.display.sprite;     import flash.events.mouseevent;         import mx.controls.label;     import mx.core.uicomponent;     import mx.managers.cursormanager;     public class sketchnoteclass extends label     {         private var sprite:sprite = new sprite();         private var draw:boolean = false;         private var color:uint = 0x000000;               private var size:uint = 80;                  ...

Consejo sobre como alimentar un proyecto para producción.

hola, no me gusta la idea de utilizar baterías de teléfono o pilas para este propósito, sobre todo si pienso tener un montón de módulos por toda la casa, preferiría utilizar una fuente de alimentación de la red eléctrica. entonces está la posibilidad de los adaptadores como los ue tienen los teléfonos móviles o similares, pero si pretendo hacer un "paquete" con todos los elementos del proyecto incluyendo la fuente de alimentación, ¿que me podéis aconsejar?, teniendo en cuenta que sea algo duradero. yo visto estas opciones: opcion 1 opcion 2 aunque también visto otras que van sin carcasa. un saludo. si no tienes prisa y necesitas varios, en aliexpress los hay por 1,77+envío, 1,73 fijo para varias cantidades, y en 10 dias naturales está en casa (en españa) pero creo que los necesitas de 5 voltios mínimo (conectandolo en +5), 7 aconsejable y 12 máximo. tan pequeñajo podria ser mejor alimentarlo con 7 voltios por la entrada vin en vez de por la sali...

Intel® Curie End-of-Life Scheduled

Image
anyone surprised see this? https://communities.intel.com/thread/116434 that explain crappy firmware on 101 , reluctance fix of major serial issues. Arduino Forum > Products > Arduino 101 (Moderators: cmaglie, facchinm) > Intel® Curie End-of-Life Scheduled arduino

An intuitive understanding of conductance

hi, i don't understanding things "by formulas". totally understanding, intuitive perspective, ohm's law. struggling intuitive understanding of conductance. conductance seen 1/r. it's me mathematical "reciprocal". but... happens when _see_ them? here: http://fooplot.com/#w3sidhlwzsi6mcwizxeioij4iiwiy29sb3iioiijmdawmdawin0seyj0exblijowlcjlcsi6ijevecisimnvbg9yijoiizawmdawmcj9lhsidhlwzsi6mtawmcwid2luzg93ijpbii0xmi42otuzmti0otk5otk5oteilcixmi42otuzmti0otk5otk5oteilcitny44mti0otk5otk5otk5otqilci3ljgxmjq5otk5otk5otk5ncjdfv0- (also, see attached image)l while it's true, "the lower resistance, bigger conductance", while resistance linear (y=x), conductance not: can see how conductance curve in fact linear. how see in "intuitive" way? intuitive point of view, conductance linear resistance -- is, intuitively speaking, resistance goes up, conductance go down proportionally. so, what's intuitive way of explaining "curve...

can the home page do this? - Joomla! Forum - community, help and support

hi, i'm joomnoob , can't seem head around how - what want home page, in main large column, list new items other main areas of site. areas news, articles, podcasts, , reviews. key here want of them in 1 list ordered date notation of area belong to. is possible? if how? have news section displaying on home page properly, need mixed. tia! joomla's "frontpage" component (display articles different sections , categories) gives additional ability able add , remove articles front page see fit. if want more "automated" that, use "section blog" home page, permits select multiple sections or sections. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

You are not authorized to view this resource. - Joomla! Forum - community, help and support

you not authorized view resource. i installed joomla , have had pretty success figuring things out until started working on front page. did make section called home page, category called home page , of course content item called home page. after entering wanted published public , clicked on “show on front page box , saved. appears should on front page manager list yet when pull home page note reads “you not authorized view resource”. i tried logging in, no good. i tried creating new account, no good. can issue please! thanks. tiorocky is menu item "home" in mainmenu public link links com_frontpage ? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

SD card format

good day of you i ask you, if makes software arduino format sd card. my idea arduino can format sd burned when client send me machine (car multimedia unit) repair , inside had sd card serious various. when insert virused sd inside pc, files corrupted virus , make format pc remove virus. so had idea if had arduino have inside software format sd, can solve kind of problem. if have idea please contact me thanks in advance look @ sdfat library , there example format sd card . or drop windows pc, use mac or linux read card, won't auto execute crazy or built windows (and fair recent version of windows won't auto-execute either if set correctly - " disable autoplay in windows 10 "). goes sd cards, smart hostile usb device damaging things without autoplay in windows... Arduino Forum > Using Arduino > Programming Questions ...

Feathering Images (one side only)

i trying feather image on 1 side only. but appears feathering can applied entire perimiter of image. does know way fix this. i want feather top of image blend background.   ????? anyone???? i use linear gradient opacity (transparency) mask.   http://forums.adobe.com/message/1253447#1253447   http://forums.adobe.com/message/1273413#1273413     More discussions in Illustrator adobe

Support forum or open mic night?

well i've made transition new forum.   question: support forum only, or start wide-open discussions dithering , phase cancellation?   i long-time cool edit / audition user , comfortable product, don't have problems it, have enjoyed answering few questions on old forum when felt had useful add. as enjoy reading stuff on @ gearslutz forum, there's many folks on there doing (..........analog way, way, , if don't hire mastering engineer you're screwed, , if don't have neumann mics in closet have no place in industry...........) ...........type attitudes me......     just wondering if free discuss things outside of realm of audition support? this has traditionally been forum leans more towards support, doesn't mean there haven't been quite discussions recording , audio in general. http://www.audiomastersforum.net tends have more in way of recording , audio discussions , resource both audition support , audio discussions. More discussions in Audition CS5....

Thread: Ubuntu Weekly Newsletter #177

welcome ubuntu weekly newsletter, issue #177 week january 17th - january 23th, 2010. in issue cover: developer membership board election results, ubuntu user days big success, bugs , hugs, ubuntu developer week: january 25th – january 29th, 2010, canonical blog: isv support ubuntu server edition widens, january 20th america's membership review board meeting, ubuntu loco re-approval process, loco stories: ubuntu honduras school tour, launchpad 10.1 roll-out 09.00-11.30 27th january 2010, anonymous access launchpad web service api, introducing ubuntu electronics remix 9.10, , much, more! uwn translations note translators , our readers: trying new way of linking our translations pages. please follow link below information need. https://wiki.ubuntu.com/ubuntuweekly...r/translations in issue developer membership board election results ubuntu user days big success bugs , hugs ubuntu developer week: january 25th – january 29th, 2010 canonical blog: ...