Posts

Showing posts from March, 2010

Thread: Konqueror opens new windows in size of last popup

hi there, have found annoying side effect of window size remembering in kde: sometimes, need allow popups, e.g. vdradmin. service uses popups in smaller window size showing detail information. when open new konqueror window (no matter if via ctrl-n or via k-menu) after having opened popup, new window opens in size of popup. if specify window size konqueror in systemsettings, poups open in big size afterwards, too. so, have either windows in same big size or size of new main windows depends on when opened popup last time. have different sizes main window , child windows (popups). ideas how can specify window size main window or have seperate size settings main , child windows ? , regards, markus Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [kubuntu] Konqueror opens new windows in size of last popup Ubuntu

ATtiny Capacitive Sensing and Sound

Image
hi everyone, i'm trying sketch working on attiny85-20pu allow me capacitive sensing chip whilst changing  sound output. sketch wanted use one, amended version of paul badger's (there h file in folder too): #include <capacitivesensor.h> capacitivesensor   cs_4_2 = capacitivesensor(4,2);        // 10m resistor between pins 4 & 2, pin 2 sensor pin, add wire , or foil if desired int speakerpin = 12; int pitch = 0; int ledpin = 13; void setup()                    {        serial.begin(9600); } void loop()                    {     long start = millis();     long total1 =  cs_4_2.capacitivesensor(100);     serial.print(millis() - start);        // check on performance in milliseconds     serial.print("\t");        ...

UPD und Char to Char*

hallo ich bin neu hier. ich möchte steuerbefehle über tcp/udp den arduino mega mit ethernet shield und dmx. hab mich mit dem dem updsendrecivestring versucht. soweit läuft es auch nur es kommt ein packet von irgendwo und dann läuft es nicht mehr. code: [select] #include <dmxsimple.h> #include <spi.h>         // needed arduino versions later 0018 #include <ethernet.h> #include <ethernetudp.h>         // udp library from: bjoern@cs.stanford.edu 12/30/2008 // enter mac address , ip address controller below. // ip address dependent on local network: byte mac[] = {    0xde, 0xad, 0xbe, 0xef, 0xfe, 0xed }; ipaddress ip(192, 168, 178, 210); unsigned int localport = 8888;      // local port listen on // buffers receiving , sending data char packetbuffer[udp_tx_packet_max_size]; //buffer hold incoming packet, char  replybuffer[] = "ack";       //...

Mal 'ne grundsätzliche Frage… Funktionalitäten von Sketches und Libraries

ich bin neu hier. benutze einen arduino uno seit knapp 2 wochen. ich versuche einen funkuhrempfänger und ein gsm modul mit mehreren sensoren zu verknüpfen. suche und finde einen haufen von sketches und libraries und nichts funktioniert! selbst die beispiele der libraries funktionieren nicht. beispiel: ich lade mir die library "newsoftserial" aus dem netz installiere sie und öffne mir das beispiel newsoftserialtest über das menü. schon beim kompilieren bekomme ich die fehler meldung: in file included newsoftserialtest.pde:2: /users/…/arduino/libraries/newsoftserial/newsoftserial.h:71: error: conflicting return type specified 'virtual void newsoftserial::write(uint8_t)' /applications/arduino.app/contents/resources/java/hardware/arduino/cores/arduino/print.h:48: error:   overriding 'virtual size_t print::write(uint8_t)' mich treibt das langsam in den wahnsinn, weil ich nicht weiß, ob und wobei ich ggf. anfängerfehler mache (semikolon verges...

Thread: Power state unavailable after suspend or hibernate.

i installed ubuntu 3 weeks ago on hp dv3t laptop. working beginning, 1 problem i've been having after suspend (standby) or hibernate, power manager no longer displays power state. battery info icon grayed out, , cannot obtain battery information. have restart in order icon , manager reset. need power icon , manager still function after suspend or hybernate. ideas of why might , possible fix? thanks. same problem.. bump Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Power state unavailable after suspend or hibernate. Ubuntu

Thread: Ya se pueden pedir los CDs Karmic Koala!

Image
faltan tan sólo un par de semanas para que ubuntu 9.10 karmic koala vea la luz. en unos días ya podremos disfrutar de la versión release candidate pero el equipo de canonical ya ha abierto el servicio ship [1] de envío gratuito de cd’s originales de la nueva versión de ubuntu. mi me fue bien mal , ya que han establecido una cuota máxima de pedido, le que rebasado pidiendo desde la primera versión. asi que solo me queda esperar que lleguen marketing en el nuevo pack conference y hacerme de uno y hablando de cd's ubuntu, ¿a alguien le queda uno de ubuntu 4.10, que me facilite para ser un coleccionador feliz? saludos! [1] https://shipit.ubuntu.com/ que bien pero también me fue mal jejeje, gracias por la info. Forum The Ubuntu Forum Community Other Discussion and Support Ubuntu LoCo Team Forums Americas LoCo Teams Chile Team Comun...

From development board to engineering design

we tested development board. can recommend reasonably priced engineering firm can produce manufacturing drawings using development board , software tested? i time. pm me details, i'll send quote. can take  development design , come gerbers buy pcbs, , pl order materiel. or turn both on turnkey shop or similar. robert/crossroads Arduino Forum > Using Arduino > Project Guidance > From development board to engineering design arduino

Looking for Ideas for multiple conditions / Best way to proceed.

hi all! ill start saying, have been playing around arduino little while (when chance; father of 2 girls...). i have background in electrical engineering. never got in depth c code. have done small amounts of plc programming ie rslogix500 & 5000 few others in past. more concentrated in schematics , wiring of controls. to main issue: background: i purchased house on edge of city. below sewer level had installed "holding tank" in front yard has grinder pump pump sewers. the previous owners had issues system because not meant harsh canadian winters. needless system shot.. of it... now: i have sorted out wiring , correct control equipment both safe , within code. i have high level switch in tank, motor contactor overload, , arduino controlling all. description of plan i want to: 1) watch input of level switch ( if low green led on) 2)when level switch goes high, a)  turn on output motor (for specified amount of time 10 minutes)           ...

Thread: Ati 2400xt hd Agp gaming problem

Image
hello have problem ubuntu 8.10 intrepid ibex.. have 3.2ghz single core motherboard agp 8x 2400 xt hd 256mb gddr3 graphics card.my problem having when go every game doesn't matter game!! shows black screen minute en pops desktop resolution way out..i forgot properiety drivers activated can dual booting win xp , ubuntu place can play games on win xp videos , sounds working on ubuntu , downloaded latest wine thank Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] Ati 2400xt hd Agp gaming problem Ubuntu

After .flv play next .swf frame

i have .swf file loads .flv file on frame 60. after .flv plays, how tell file play frame 61? -- seth meranda smeranda2<at>unl<dot>edu give flvplayback componet instance name of vid , put actionscript on frame video: var vidlist : object = new object(); vidlist.complete = function() { gotoandplay(61); //or whatever want } vid.addeventlistener ("complete",vidlist); stop(); More discussions in Adobe Animate CC - General adobe

Thread: ubuntu is running in low-graphics mode

hi everyone. have seen similar problems posted, none solutions seem work me. out of nowhere, began getting problem. have dell latitude e5400 laptop mobile intel 4 display adaptor. when start ubuntu jaunty, started getting following message ubuntu running in low-graphics mode. following error encountered. may have update configuration file solve this. (ee) intel(0): no kernal modesetting driver detected. (ee) screen(5) found none have usable configuration chose various options things going in low-graphics mode, other errors reported. tried various things in recovery mode, did not help. having simple screen resolution problem earlier, seemed have solved getting files repository supposed have drivers not yet released. worked fine while , bingo, problem. looked @ number of similar problems in previous posts, few suggestions did not seem work me. appreciated! levy can suggest different forum quest...

The Great Unsolved Button Enigma

ok, i've been searching forums last hour, , particular problem has been reported @ least 5 separate times on last several months, , no 1 has offered real solution it. here's challenge superstar flash gurus out there: if click button repeatedly without moving mouse, stops working after first click. is, if keep mouse stationary, button "goes numb" after first click, , have jog mouse reactivate. this tough 1 fix because doesn't happen reliably - see more when movie deployed on web when testing locally. (some of posts have suggested happens when button embedded in movieclip, haven't been able confirm theory). coworkers , have tried bunch of solutions: updateafterevent() hiding/showing mouse, , nothing seems work. i'm beginning think it's problem flash internals, great if anyone's found real solution or workaround this. lots of people have encountered same problem...let's solution there time!!! know can it!! thanks bunch, david c. dconner67, ...

Now that I have a Site Map in Dreamweaver...

hi guys, i want submit dreamweaver sitemap google requires xml file. how create sitemap.xml file dreamweaver 8.0? mike http://www.faithfulchristians.com/ > want submit dreamweaver sitemap google requires xml > file. > how create sitemap.xml file dreamweaver 8.0? george petrov made nice extension that: http://www.dmxzone.com/showdetail.asp?newsid=10538 -- regards, adriana. [ put out rubbish if need reach me e-mail ] www.spinsister.nl More discussions in Dreamweaver support forum adobe

Web delivered with media on CD-ROM

is possible create web-delivered authorware piece (via lms) accesses large media files (video) located on cd-rom? if so, can give me general guidance? (are there xtras/u32s must used) > possible create web-delivered authorware piece (via lms) > > accesses large media files (video) located on cd-rom? > if so, can give me general guidance? > (are there xtras/u32s must used) yes - course must trusted, give path media. authorware can search cd-rom , specific file on cd make sure has found right disc. can use findcd ko this, or roll own code (the basic code need can found in aw , on adobe web site - search getdrivetype). can better solution writing own find cd code. steve -- adobe community expert: authorware, flash mobile , devices my blog - http://stevehoward.blogspot.com/ authorware tips - http://www.tomorrows-key.com More discussions in Authorware adobe

sensor SR04, Pure Data, serial monitor, comport

hola amigos del foro, escribo aquí por primera vez, después de tiempo que llevo consultando estas lineas. les comento, soy altamente inocente tanto en electrónica como en programación de arduino y pure data, lo mío es la música y el arte sonoro, mas en las cuestiones tecnicas siempre necesito ayuda. necesito ingresar pd los valores de distancia de dos sensores ultrasónicos hc-sr04 que tengo aquí en la mesa del comedor. así yo podré controlar un patch de síntesis granular y algunas otras cositas con las manos en el aire, tan simple como eso. pero es que no logro entender ni manipular los datos que me entrega "comport" de pd. a la placa le cargo la librería "twoormore", y sin problemas chequeo en el monitor serial la data que me entregan los sensores en centímetros. ej: left: 10 cm     right: 51 cm left: 10 cm     right: 51 cm left: 10 cm     right: 5...

Einige Fragen

hallo zusammen, ich bin newbie im forum und einsteiger in arduino. ich programmiere zurzeit ein board arduino due (uc atmel atsam3x8e). wenn ihr mir helfen könnt, antwortet bitte direkt auf meine posts mit den folgenden links: http://forum.arduino.cc/index.php?topic=259430.0 http://forum.arduino.cc/index.php?topic=259240.0 http://forum.arduino.cc/index.php?topic=259237.0 danke schön im voraus für eure hilfe ;-)! arduino einsteiger, und warum dann der due? fang doch erst einmal mit den basic an! Arduino Forum > International > Deutsch (Moderator: uwefed) > Einige Fragen arduino

ICSP Header on board, is it necessary?

hi folks, electronics n00b here. i've got project i'm working on involves spark core w/ arduino adapter shield, io sensor shield , , seeeduino relay shield v 2.0 . relay shield shipped icsp header pre-soldered board, keeping on guarantees won't stack on top of sensor shield. essential question have if it's necessary me keep icsp header on? apologies in advance if isn't correct place ask. quote from: asachs228 on aug 05, 2014, 02:23 am hi folks, electronics n00b here. i've got project i'm working on involves spark core w/ arduino adapter shield, io sensor shield , , seeeduino relay shield v 2.0 . relay shield shipped icsp header pre-soldered board, keeping on guarantees won't stack on top of sensor shield. essential question have if it's necessary me keep icsp header on? apologies in advance if isn't correct place ask. not needed, pins used on icsp header available on standard shield pin headers. ...

Special dual video project for Pi - Raspberry Pi Forums

hello pi community, need setup dual camera system research project. system must able take in video streams 2 separate input devices (can pi camera module or usb camera), , display both videos' output on portable display (lcd module or other). output stream display needs ratio of frames 1 camera , other; e.g., 5 frames camera 1 5 frames camera 2, or 7 frames camera 1 , 3 frames camera 2. audio not important experiment. new raspberry pi, friend has assured me tool needed job. have background in electrical engineering, , can make circuity needed; however, new programming in python and/or command prompt. have worked arduino module in past , familiar c++ , java languages, assembly. have read several sources state 2 cameras cannot supported pi, other sources claim power supply problem , can solved higher rated power source. planning on having 5v 50a supply on system power won't problem. furthermore, have read dual pi network may needed in order use 2 cameras simultaneously, ...

How to get better Clock signal performance

i posted while generating synchronous serial interface.  going build in sw (vs using of hardware components.  wrote quick program based on "blink without delay" used micros() me granularity level needed.  attempting generate simple 9600bps clock (data come later).  setting io directly, bypassing digitalwrite().  seeing on oscope ~7us fluctuation.  gathering due granularity of micros() vs. interval of ~107us 9600.  expected accuracy arduino?  there way improve it? can see video of scope here: http://youtu.be/buamw8lewb4 code: [select] // constants won't change. used here to // set pin numbers: const int ledpin =  13;      // number of led pin const int buttonpin = 12; // variables change: int ledstate = low;             // ledstate used set led long previousmicros = 0;        // store last time led updated // follow variables long because time, measu...

1.0.8 to 1.0.12 "Warning: Missing argument 5 for show()" - Joomla! Forum - community, help and support

i've upgraded 1.0.8 1.0.12 , i'm getting these errors generated theme/components/content.html.php on line 386 line 386 says: code: select all    function show( &$row, &$params, &$access, $page=0, $option, $itemidcount=null ) { i don't know enough php try , work out issue is.  search on forum made reference 1 obscure case of error no realy solution given.  google "warning: missing argument 5 show()" shows there's few sites out there same problem. tia are sure 1.0.8 files got overwritten? could upload fresh 1.0.12 ? (unzip whole package, , upload except /installation directory) (note: backup current site first!) ps: joomla diagnostics helpful tool check if joomla files have been uploaded correctly http://extensions.joomla.org/component/ ... itemid,35/ you might run check if files have been uploaded correctly. Board index Joomla! Older Version Support Joomla! 1.0 Upgrading - 1.0.x ...

Mod_Passgen - Joomla! Forum - community, help and support

Image
my friend gave me admin access site, has gone away many months. has module called mod_passgen shows password in top right of template. can find module in admin panel, cannot find anywhere edit text. please help, have checked seemingly components (the extended list well) , content, no there i don't know extension mod_passgen, it's name suggest it's module. can see in modules > site modules ? open module. can change text there? if not, open /modules/mod_passgen.php, backup file, change text , save. or in modules > administrator modules ? open module. can change text there? if not, open /administrator/modules/mod_passgen.php, backup file, change text , save. Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Modules

i trouble with listeners on a movieclip. does anybody can help me?

i have been working 2 days , cant make work.......i am going crazy.... ok have code if can help... appreciate lot. the thing if compile program works well, if upload or test on slow connection y doesnt onstart event... show you: i have code. firstroom = random(3); setpic("sidea_mc", picorder['id'+firstroom+'a'], -1, -1, 0, 0, 5); _root.loadingfirst++; setpic("sideb_mc", picorder['id'+firstroom+'b'], -1, -1, 0, 0, 5); _root.loadingfirst++; previously have: //****************************************************************** var listener = new object(); listener.onloaderror = function(target_mc:movieclip, errorcode:string, httpstatus:number) { trace(">> loadlistener.onloaderror()"); trace(">> =========================="); trace(">> errorcode: "+errorcode); trace(">> httpstatus: "+httpstatus); }; listener.onloadstart = function(mc:movieclip) { trace("st...

Promjena naziva modula - Joomla! Forum - community, help and support

ok.... evo jedano pitanje... koristim "rhuk_solarflare_ii" tamplete, sad ja iskljucim sve module koji mi netrebaju, naravno ostavim "main menu" sl. e sad me zanima kako da mi iznad glavnog izbornika ne piše "main menu" vec nek pise na hrv ili bar nek ne pise uopce, isto tako iznad ankete u okviru mi pise "pools". kako popraviti da ne pise ili pise na rvackom? u attachmentu slika sa zaokruzenim problemom ako netko nije shvatio o cemu pricam. u upravljanju modula "module manager" se može preuređivati nazive modula ili ih isključivati/uključivati. osim toga, tamo se mogu podešavati druge postavke svakog pojedinog modula Board index Joomla! International Language Support International Zone Croatian Forum

Help Please! Arduino Mega ADK and GSM fried..IT HURTS ;(

anyone please need because yesterday building project using arduino mega adk arduino gsm shield mounted in it. plan use adaptor power source instead of usb. the scenario was: after had plug in adaptor, board got overheated and  unpluged it. know got overheated because smells burning electronics , knew somethings goes wrong. when came investigate if still works, tested adk by plugging in computer, unfortunately computer unable detect adk despite power on.my gsm doesn't work, tested mounting in arduino uno , had uploaded arduino gsm program built-in in arduino ide. before bad event, checked web specification of adk , says recommended(7-12v) , limits @ (6-20v). may check on site. http://arduino.cc/en/main/arduinoboardmegaadk being aware voltage input , having limited resources, used adaptor of creative sbs a300 speaker has following specifications. input ac 100 - 240 v 50 / 60 hz out put 11.5v ac 1600 ma you may check further information. http://poweradapter.co/creative...

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

Joomla / SMF forum - Joomla! Forum - community, help and support

Image
hallo, ik ben bezig onze clubsite van een nieuw jasje te voorzien. hiervoor gebruik natuurlijk de joomla software. ik heb hierin via de joomla /smf bridge het forum in de site geintegreerd. maar nu stuit ik op een probleem. ik heb een latest post pagina gemaakt in het forum en deze kan worden opgeroepen via een link in het menu van het forum. alleen als ik dit doe in de joomla poral dan opend deze latest post pagina zich in een nieuw venster in plaats van dat hij in de portal blijft. moeilijk uit te leggen, kijk anders hier even: http://www.meganeclub.nl/portal/index.p ... &itemid=30 in de index.template.php pagian van het forum heb ik het volgende staan: code: select all // show [home] button.    echo ($current_action=='home' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '             <td valign="top" class="maintab_' , $current_action == ...

Programmation trim pour TX 2.4ghz via pad Xbox360

Image
bonjour à tous, je débute dans la programmation de l'arduino, et je me suis lancé dans la conversion d'un pad xbox360 en télécommande de voiture r/c en utilisant un shield usb+arduino mega. j'ai pas mal progressé, j'arrive à piloter les servos de la voiture. par contre je bloque sur la création d'une fonction trim: - range pad: 0 - 1023 le truc est que si je fais bêtement valeurpad+trim cela modifie les fins de courses. je souhaiterai que la course totale reste entre 0-1023 et avoir uniquement le centre qui bouge. j'ai essayé avec la fonction map mais je n'y arrive pas... =( ce que je cherche à faire: - avec range pad: 0 - 1023 et trim=0 -> valcentre = 1023/2 - avec range pad: 0 - 1023 et trim=+50 (exemple) -> valcentre = 1023/2 +50 mais range toujours entre 0-1023 et en utilisant toute la course du pad un dessin plutot qu'un long discours: est ce que je peux faire ça avec une fonction ? merci pour votre aide, marc ...

Drop-Down Items Don't Expand Separate Vertical Menu - Joomla! Forum - community, help and support

okay, have horizontal menu drop-downs.  also, in instances, have left-hand vertical menu more sublevels top menu.  instance, top menu looks this: home about > staff > general > contact services resources then, left-hand menu area might this: staff >jane doe > john doe general > mission > history > portfolio contact if staff page top menu, left-hand menu not expand staff menu, meaning not show 3rd level menu items jane doe , john doe (this example, menu doesn't have these items).  of course, if staff page left menu left menu expanded appropriately.  know has menu items in each menu having different item id's not sure how fix it.  ideas? i realize split menu , easier in long run.  instead of doing (and mayeb obvious else i'm going explain newbies out there run this), realized can make url's in top menu items link itemid category_id in left hand navigation , voila, top menu item expands left-hand menu, still separate module (i linking pages in vi...

error in all text editors - Joomla! Forum - community, help and support

i have installed jce , tinymce editors. install fine , load fine, when try , enter text cursor won't show , 'error on page' message. i had happen on 2 servers now. have solution? hi confirm followings  regarding jce.... 1. u need install both .. mabbot(bot_jce) , component(com_jce) jce 2. in joomla admin controlpanel go .... site-->global configuration-->site..     choose  default wysiwyg editor jce editor mambot  , save 3. make sure configuration.php :  writeable if not give 777 permission   hope work u ... best regards, ramiz Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Error installing tightvnc? - Raspberry Pi Forums

i'm working tutorial: https://www.raspberrypi.org/documentati ... /readme.md copy , pasted first command terminal while sshed in, finishes , asks me install 2 other packages. fine, press yes, errors. how should proceed? code block of entire exchange: code: select all pi@raspberrypi ~ $ sudo apt-get install tightvncserver reading package lists... done building dependency tree reading state information... done following packages installed: xfonts-base suggested packages: tightvnc-java following new packages installed: tightvncserver xfonts-base 0 upgraded, 2 newly installed, 0 remove , 0 not upgraded. need 6,967 kb of archives. after operation, 9,988 kb of additional disk space used. want continue [y/n]? y err http://mirrordirector.raspbian.org/raspbian/ wheezy/main tightvncserver armhf 1.3.9-6.4 wicked happened resolving 'mirrordirector.raspbian.org:http' (-5 - no address associated hostname) err http://mirrordirector.raspbian.org/raspbian/ wheezy/main x...

pause before function

i'm making animation in user can drag object (mc) , when released pauses 5 seconds , begins moving... i had hoped able make function (pause) count down 5 seconds , when times >= 5 perform move function repeatedly... but it's not performing move function...i don't understand setinterval may problem that... here's code.... hello vapor, if me, make animation's mc start on later frame in timeline. example, when user released object tells mc in frame label gotoandplay("frame labe"). in mc have nothing first 150 frames (given if setting frame rate 30) lead animation desired. not sure if answer looking for, know over-complicate things need done thinking there actionscript code it, , end wasting more time trying find answer. 150 blank frames in animation mc shouldn't add much, if anything, overall file size of swf. elijah More discussions in ActionScript 1 and 2 adobe

Thread: Would LTS solve my problem?

i have these problems ubuntu. hardware keeps screwing , annoys me. (1 of many examples, cant use ath5k wifi adapter , nvidia-current, wifi stops working... wierd). switching lts release solve (or possibly solve) these hardware problems? or not have hardware releases? jumping straight debian? both on slower debian trees. no wouldn't (well not). better off switching beta release of ubuntu 9.10 may have better support hardware. using older lts release mean you're using older linux kernel older hardware drivers. lts has nothing how supports hardware, means supported canonical longer don't have upgrade , more suitable businesses. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help Would LTS solve my problem? Ubuntu

FAQ: Why is Joomla! written in PHP? - Joomla! Forum - community, help and support

might horse's mouth. in do php? , rasmus lerdorf, originator of php, sums how , why php developed did. what boils down php never meant win beauty contests. wasn't designed introduce new revolutionary programming paradigms. designed solve single problem: web problem. problem can quite ugly, , need ugly tool solve ugly problem. although pretty tool may, in fact, able solve problem well, chances ugly php solution can implemented quicker , many fewer resources. sums php's stubborn function-over-form approach throughout years. back security faq table of contents keywords: faq, security, php, perl, java, speed, development Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed FAQ Archive

Thread: Access denied for folders

Image
i'm trying create folder in /usr/share/icons/humanity ubuntu fading out options create folder , copy or paste. how allow me permission? posted aftershockpivot i'm trying create folder in /usr/share/icons/humanity ubuntu fading out options create folder , copy or paste. how allow me permission? the /usr folder owned root , can modified (includes creating subfolders, root. can terminal "sudo nautilus" (without quotes) , full permission folder , folders matter. if this, use extreme caution not have ability create folder , files in restricted folders, can delete stuff too. @ own risk. may ask why want create folder under /usr Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Access denied for folders Ubuntu

writing out XML from Flash

hi there, i'm writing out xml data file extension .rsf. contains settings enable .exe run automatically using these settings. however, when flash writes out xml data, doesn't format in way looks . . . <?xml version="1.0"?><ripstationsettings><disccount>3</disccount><drive>d: dvdrw ide1008 0055</drive><outputsettings><enabled>1</enabled><root>c:\local audio</root><imagepath>%c\mp3\%a\%d\folder.jpg</imagepath><filepath>%c\mp3\%a\%d\%n - %t.mp3</filepath><format>2</format><bitrate>224</bitrate><quality>7</quality><vbr>0</vbr> <lossless>0</lossless></outputsettings><defaultfilenamesenabled>1</defaultfilenamesenabled ><masterpathenabled>1</masterpathenabled><masterpath>c:\local audio</masterpath><metadatatotaltracks>0</metadatatotaltracks><metadatautf16>1</metad...

Was ist zwische Modulen anders 1.5 vs. 1.0.X - Joomla! Forum - community, help and support

ich habe versucht ein countermodul umzuschreiben, aber komme einfach nicht weiter. http://schulprojekt.markusd-web.de/index.php?option=com_remository&itemid=45&func=startdown&id=10 wo liegt der fehler? oder gibt es (deutsches) das man nachlesen kann, sich geändert hat. markusd-web wrote: ich habe versucht ein countermodul umzuschreiben, aber komme einfach nicht weiter. http://schulprojekt.markusd-web.de/index.php?option=com_remository&itemid=45&func=startdown&id=10 wo liegt der fehler? oder gibt es (deutsches) das man nachlesen kann, sich geändert hat. als erstes bei der version joomla1.5 werden die module nicht mehr lose in den ordner modules gelegt, sondern erhalten einen ordner mod_modulname.gesamthaft sind die module nun anders strukturiert, und erhalten nun noch zusätzlich einen ordner /tmpl mit der einer template datei default.php.  weiter beginnt der code des modules nicht mehr mit: code: select all defined( '_valid_mos' ) or die( 'restrict...

Thread: change deluge torrent client installation path

Image
hi, know how change installation path of bittorrent client deluge. i'm installing 1.1.9 source ubuntu old release. have earlier version installed in system, wanted try new 1 , wanted leave current version intact @ same time. thanx i don't know how use unfortunately stow allows compile programs install non-binary files , allows programs removed storing them in it's own folder, can remove using command , stuff that. wish knew how use though. fortunately can make .debs Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Ubuntu Dev Link Forum change deluge torrent client installation path Ubuntu

Complete idiot question... - Joomla! Forum - community, help and support

... cos ive been awake hours have installed shoutox component on friends site.  how hell viewable on frontpage http://www.decibeldnb.co.uk under polls... am looking on place on admin cpanel , cant work out life of me looks figured out since have solved checkbox, but sake of archive, give solution: you need assign module appear on menu item want appear. from back-end, modules-->site modules, select shoutbox module (perhaps need install module?) once selected, can choose on pages/items box selected. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

XML Array 'Undefined' Inside A Function

i've been working on flash video player in icons float in circular motion around large video window. when click on 1 of floating icons, want video play in large window. whole thing reads xml file images inside icons videos play: <icons> <icon image="icon1.jpg" url="promo1.flv" /> <icon image="icon2.jpg" url="promo2.flv" /> and on..... </icons> the attached actionscript below giving me problem. loads fine , looks great. image attribute works fine. but, when down part says ns.play(" http://......, in testing phase gives me "error opening url " http://www.ktul.com/static/videos/undefined"". i'm sure it's because it's inside function. but, don't know can make work. can view thing in action @ http://www.ktul.com/static/newcarousel.swf ideas? thanks kevin first, since nodes local variable onload handler, won't able reference inside onpress handler. also, value of not kept...