Posts

Thread: Describe Boot Process

i looking detailed description of grub boot process. files , folders involved. ubunu 10.04 check here: http://www.google.nl/search?hl=nl&so...1562l0.5.4l9l0 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Describe Boot Process Ubuntu

Thread: broken terminal

hi there, have problem trying run terminal. wont open, instead empty file cryptic name, somewhere in name stands: (invalid encoding). tried run xterm, doesn't work either. strangely, if try run application via terminal, works. can't enter terminal, root terminal wont open. idea? thanks, dvk1987 did try reinstall gnome-terminal ubuntu software center? if still not works, try install type of terminal there. type terminal on search box , there various options choose. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] broken terminal Ubuntu

Adobe Bridge Doesn't show all files in a folder

i using macpro 8gb of ram , 1tb hd running mountain lion.  have network folder has 320 gb of files in it.  spread out between 255 different illustrator files.  when view them in finder, files show up.  when view them in bridge, can 200 show up.  if click refresh, goes different number. if repeat, changes again.  worked on old machine doesn't seem work on new one.  i'm guessing setting can't seem find particular one.  has ran this?  ideas?   thanks! i'm guessing setting can't seem find particular one.  has ran this?  ideas?     while bridge not assigned use on network problem seems cache related me. when in problem folder go menu tools / cache / , choose purge cache folder , see if helps you. More discussions in Bridge General Discussion adobe

Slide advancement in Captivate 6

i'm new captivate 6, , cannot find answer question anywhere: want each slide stop @ end , force user click next button advancce. each slide advances automatically. how prevent automatic slide advancement?   thanks--dale hi ,   you can insert standard object such button on each slide add pause slide. not continue untill user click on it. according need can adjust time of button , make display @ end of slide adjusting in timeline.   thanks , regards himanshu satija More discussions in Adobe Captivate adobe

Highest quality video for streaming

i have series of training videos shot in hd. hosted on youtube , and viddler , embedded in blog posts.   my source video high quality. guidance concerning optimum settings when encode videos. final image size 640 x 426.   thanks assistance!   joe parsons moved discussion premiere pro forum experts here able answer question. More discussions in Premiere Pro CC adobe

Phil Coulloudon Looking for advice on best PC workstation to build for CS6

wishing test in workflow involving cs6 ppro 4k , beyond projects. pc workstation specs suggest best handle this? processors, gfx cards (type , combinations), etc. customize best possible playback , rendering turnaround. 4k maybe 8k raster including ae comps linked ppro. deep compositing....not simple sequence. approx 20-30min timeline build multiple 2min segment builds. island storage suggestions? (i posted on cow...so sorry if of have responded there) advice. phil [moved hardware sub-forum] More discussions in Hardware Forum adobe

multiple HTTP Requests in for loop response handling

i working on stock market portfolio. user saves stock name , buy price ,etc .i've added details in database.but while viewing portfolio should current price of d stocks has added. while retrieving fetch data database set them in bean , each stock make http request. in result handler event set current price bean. problem entire application displayed currentprice fields null.   private function selectcontacts():void {     trace("select before");     stmt.sqlconnection = this.isdbconnected(conn);     stmt.text = "select * stocks_t";     stmt.addeventlistener(sqlerrorevent.error, sqlerror);     stmt.addeventlistener(sqlevent.result, sqlresult);     stmt.execute();     trace("select after"); }   private function sqlresult(res:sqlevent):void{         httpserv = new httpservice();     data1 = stmt.getresult().data;     st...