Posts

Showing posts from September, 2011

Thread: Evolution #inbox file

Image
i've been using evolution several years no without problem. yesterday started getting message "error while opening home/name/.evolution/mail/local#inbox". mail there in local/inbox.sbd, can't find way tell program this. i've got backed on dropbox, can't find trace of #inbox. @ least nothing name that's been deleted. there way of recreating or recovering file need? can throw way. posted zarckon yesterday started getting message "error while opening home/name/.evolution/mail/local#inbox". actually noticed error reads "error while opening mbox:home/name/.evolution/mail/local#inbox". please anyone, help. can't send or receive email through evolution client more. , can not access of old email (though there in folders). no obvious way tell program mail is. import function doesn

How can I maintain same size for several similar images?

i have taken 16 images of sun rising @ minute or apart.  did not have tripod me figured make adjustments photoshop (using pe 6).  llike except sun appear motionless can use other software (pinnacle studio 14) make slideshow of images , make apear movie of sun rising.   by using grid , ruler have been able orient horizon same horizontal location on adjacent photos.  i'm able keep sun in appropriate vertical plane.  however,the alignment , cropping of photos make larger others, objects appear moving in , out.  i've been playing "image/resize" can't figure out how make each image same size on canvas thing moving in series sun.  can help? why want use background of images? if want sun movement, use background of 1 image..   and slideshow in organizer cool, can try... More discussions in Photoshop Elements adobe

shootorial

theres piece of code on shootorial (a tutorial making game) is _root.gameovermenu.playagainbutton.onpress=function()           {                _root.ship.newgame();           } should same thing write _root.gameovermenu.playagainbutton.onpress=_root.ship.newgame() well, isnt same thing because game doesnt work if change it, why? you're calling function when code executes , not when object pressed.  try:     _root.gameovermenu.playagainbutton.onpress=_root.ship.newgame; More discussions in ActionScript 1 and 2 adobe

Stand by for a rant! in BOLD - Joomla! Forum - community, help and support

what great fascination every thing in post in bold first had occasional bold markers highlight menu options, then had bold markers around links http://forum.joomla.org/viewtopic.php?p=1831291#p1831291 and many more... whats going on, new "in face" school of forum posting coming from? at least it's not in caps!!! Board index Other Forums The Lounge

arrayCollection sort compareFunction sometimes passes 3 parameters; sometimes 2

my sort comparefunction set this:   private var sort:sort = new sort(); sort.comparefunction = serverstatusarraysort; sort.fields = null; serverstatusarray.sort = sort; serverstatusarray.refresh();     private function serverstatusarraysort(obj1:object , obj2:object):int{            return objectutil.stringcompare(obj1 string, obj2 string, true);   }   sometimes when call refresh, serverstatusarraysort function passed 3 parameters , other times passed 2. how can guarantee pass either 2 or 3? your structure of sortfunction not proper...the structure of sortfunction this   function [name](a:object ,b:objec, fields:array=null):int   you find example of in link   http://books.google.com/books?id=7fbhb_glqeac&pg=pa399&lpg=pa399&dq=flex+3+arraycollection +sort+comparefunction+dates&source=bl&ots=hu_ibkqe_d&sig=psitgos96paf1o8i1ruh7nl2nla&hl=en &ei=6knpstsgeijkna3e8c8m&sa=x&oi=book_result&ct=result&resnum=9#v=onepage&q&f=false   if pos

new Fireworks fan!

hi,   i've never posted in fireworks forum before had never (until recently) used program.  i'm taking class in now, , i've got say:  awesome program!  never understood why needed before, it's much faster @ web mockups photoshop.  used mock web sites in indesign (wrong program know) because mocking them in photoshop takes long ( hate having click on layer name object want).   anyway, it's got great selection of bitmap , vector tools -- stuff i'd regularly need web site.  i've watched little more half of lynda.com video on far -- getting ready try understand slicing stuff.  looking forward learning as possible.   okay, that's not question, felt saying how cool think program is.  i'll using lot.  should have studied long time ago....   thanks, phyllis welcome aboard! people claim photoshop superior program web design on fireworks haven't tried it, or given fair shot. fireworks combines best of illustrator , photoshop , sprinkles in goodies tailo

Thread: Ecryptfs (Swap) question

following guide http://bodhizazen.net/tutorials/ecryptfs/ encrypted swap , went part: a new entry encrypted swap automatically generated in /etc/fstab , unfortunately of writing ,the old entry not removed , must remove manually (or suffer error messages when boot). using editor, edit fstab root (gksu gedit /etc/fstab) old swap starts either uuid=xxx-yyy-zzz or /dev/sdxy, remove line. new swap identified /dev/mapper/cryptswap , keep line. that's it, swap encrypted , mount automatically when boot. the uuid commented out on swap. other uuid ext4. rebooted , sure enough got error /dev/mapper/cryptswap wasn't ready or such went away before write down , machine finished booting. rebooted several more times , error never came again. in syslog i've got adding <insertsize>k swap on /dev/mapper/cryptswap1 guess it's mounting. don't think things m

Losing image quality during X-1a export

i know more of quark issue but...   i'm placing client made pdf ad quark 8.1.6 (mac 10.6.3) layout.  when export layout x-1a compliant pdf type comes out  looking jagged white pixellated outline. solution this  problem converted pdf x-1a compliant in acrobat 9 using the  preflight menu. when place new pdf , export document as  x-1a pdf image quality in ad lower. a  test placed ad indesign , used same x-1a standards for  export , ad looks great, unfortunately, magazine work set in quark. kind of solution or workaround helpful.  thanks! quark still sorts of weird things imported pdfs time time.   try saving original pdf tiff or jpeg @ appropriate resolution . . . original open, save as , choose format @ bottom of dialogue box.   import resultant file quark , see happens when create final pdf. More discussions in Acrobat Macintosh (read-only) adobe

Loading external files into movieclips

hello,   i'm importing images folder movie clips located in flash, clip on first frame loads graphic, can't quite others work       function loadimage(path:string):loader{ var request:urlrequest = new urlrequest(path); var loader:loader = new loader(); loader.load(request); return loader; }; var image1 = loadimage(" image01.jpg "); this.addchild(image1); var image2 = loadimage(" image02.jpg "); imagearea2.addchild (image2); var image3 = loadimage(" image03.jpg "); imagearea3 .addchild (image3);     cheers you mention clip on first frame works.  clip?  , others if not on first frame?  evrything code talks needs present (same frame) when code executes. More discussions in Adobe Animate CC - General adobe

[Help]Need to restrict wrapper menu from specific users - Joomla! Forum - community, help and support

i have installed frontend-user-access[pro] . have wrapper type menu (e.g menu1) on click on menu, user have logged in , show mysite.com in iframe.now need block few user view site. have create group , choose group user.then try block using module access restriction . it's not work. please me... how can this? possible using frontend-user-access[pro] component? if yes please guide me steps block wrapper menu particular group? or other component available ? thanks in advance... please .......... urgent.... Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Object Style Manager CP5

Image
is there away apply new object style setting slides in captivate 5 out having go every slide , ever object , hit refresh? hello,   do not know if understand question right. when change style of object somewhere, in properties panel plus sign visible next 'default.... style'. if want change apply similar objects in project, use curved arrow button. post screenshot of panel button highlighted:   lilybiri More discussions in Adobe Captivate adobe

Listing as in www.naukri.com - Joomla! Forum - community, help and support

hi guyz, i need create listing similar done in www.naukri.com . please let me know, if extension available same. thanks hi umesh, check out ja job board joomlart.com , see if meets needs. here's link: http://www.joomlart.com/addons/componen ... board.html Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: Two strange problems VNC+screen

Image
hello two strange problems : ubuntu 10.04 installed on server ibm336 the system works until ... i disconnect cable of screen work on server (i know kvm cool, not have 1) then when reconnect, screen not recognize connection the screen there no link. if reset server, comes life , works. of course if connect cable , other non-ubuntu servers the screen works. thin screen normal. more strange, can connect white vnc remote ubuntu server. it not happen after restart server. then server cannot login , vnc not work. any idea y it's happen? i thought hardware problem, , replaced relevant parts on server. still same problem occurs. i happy ideas. another question. i connect server software on vnc through terminals software windows. i need else log on using vnc-4_1_3-x86_win32_viewer (not 2 boring) on existing server software virtualbox, installed inside ubuntu 10.04. i want can connect directly vm-ubuntu 10.04. defined in user can connect remote

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

Flash buttons not working in IE7 and Chrome

here's website problem occuring www.bakercreative.co.uk   as can see flash buttons animate, when clicked should go new html page.   i've tested in ie8 , firefox without problems it's not working in ie7 , chrome.   does know problem is? html code or flash file itself?   thanks hi, use ie6 , tested , work perfectly. don't use ie7 or chrome, may want start thread on flash forum or take @ other threads there. maybe others having problem also.     perhaps person have other advice.     thanks,     eidnolb More discussions in Using Flash Player adobe

Thread: Installing ubuntu, while running

ok, here's scenario...i running installed 10.04 version of ubuntu on mem stick, doing diagnostics on hard drive of mine. wondering if there way install ubuntu 10.04 lts on hard drive while im running installed ubuntu off memory stick? you have boot ubuntu install cd , install hard drive. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Installing ubuntu, while running Ubuntu

could not complete your request because of a program error

hi:   i running pse 8 on win 7 64 bit.   today did batch run on directory of files.  had pse 8 "smart fix" on files in directory save files new directory.  of landscape photos saved fine.  portrait files would not save, giving me error: not complete request because of program error.   i have renamed prefs.psp file, did not solve problem.   more info: --all of photos in directory shot on same day 2 different cameras.  issue appears regardless of camera photos shot on. --the problem exists files in other directories, not all. --i working jpg files, asking batch process save "jpg high quality". --i tried saving file in different format, same issue. --this worked fine yesterday in different directory.   please help! please try processing 1 file @ time , check if same error again. can due multiple reasons memory performance etc.   thanks, garry More discussions in Photoshop Elements adobe

Thread: New OpenOffice.org Writer Extension Produces Braille

Image
leuven, belgium, 4 august 2010 – katholieke universiteit leuven (k.u.leuven) today released extension openoffice.org writer enables users save documents braille or send them directly braille embosser. “odt2braille” ( http://odt2braille.sourceforge.net/ ) freeware extension openoffice.org, office suite freely available microsoft windows, mac os x, linux/unix , solaris. http://www.accessforall.eu/tag/odt2braille/ that's pretty cool. can send documents embosser , have them printed you? wonder how many blind people can read braille. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe New OpenOffice.org Writer Extension Produces Braille Ubuntu

After Slipstreaming Updates Acrobat Pro Extended shows "STANDARD" edition

hi everyone.   i slipstreamed adobe acrobat 9 pro extended updates 9.3.3. showing  ' pro extended version' everywhere except when click on - menu -> acrobat 9 pro extended, , pop window shows - adobe acrobat 9 standard.   i slipstreamed 3 times thinking there error somewhere. installed adobe acrobat 3 times , menu still shows "standard" edition. i used command:         eg:    msiexec.exe /a acro3d.msi /p c:\aip\acrobatupd933_all_incr.msp acrobat works fine, it's wired show standard edition when pro extended.   does have slipstreaming? if not can me issue please?   thank you hello   can please tell me file/dll/exe in charge showing in 'about" menu:   adobe acrobat 9 standard/pro/extended....?   thanks More discussions in Acrobat Windows (read-only) adobe

Need Help Modules Backend Not Working - Joomla! Forum - community, help and support

hi, i dont know did, suddently error message appears when go module manager : code: select all db function failed error number 1 can't create/write file '/tmp/#sql_44db_0.myi' (errcode: 30) sql=select m.*, u.name editor, g.name groupname, min(mm.menuid) pages jos_modules m left join jos_users u on u.id = m.checked_out left join jos_groups g on g.id = m.access left join jos_modules_menu mm on mm.moduleid = m.id m.client_id = 0 group m.id order m.position , m.ordering asc limit 0, 20 and cant see module. when go install/unistall -> module, appears: code: select all warning: array_slice() expects parameter 1 array, null given in /home/sergio/public_html/administrator/components/com_installer/models/modules.php on line 113 warning: array_slice() expects parameter 1 array, null given in /home/sergio/public_html/administrator/components/com_installer/models/modules.php on line 113 when activate debug mode shows off : code: select all jdatabasemysql::query: 1 - can't create

Thread: Start Program in system tray

hi! want know, have korganizer starting when open machine. want know if there's way same instead of being "open" want start minimized in system tray. know how so? thanks! bump? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Start Program in system tray Ubuntu

Web Service Data Connections

i want handle events of multiple web service methods. not sure how can achieve using flex 4 web service data connection.   i able achieve without using web service data connection using operation:   <fx:declarations> <s:webservice id = "mywebservice"                       wsdl = "http://some/url?wsdl"                       fault="alert.show(event.fault.faultstring + '\n' + event.fault.faultdetail)">             <s:operation name = "foo1"                          result= "foo1_resulthandler(event)"/>             <s:operation name = "foo2"                          result= "foo2_resulthandler(event)"/> </s:webservice> </fx:declarations>   but when use web service data connection( data-> connect web service), not able access operation tag specify operation name. how can handle results multiple web service methods, above.   </fx:declarations> <mywebservice:mywebservi

Thread: [HELP] failed to execute child process "gnome-appearance-properties"

Image
i using ubuntu 10.04 & went change appearance/theme & got error message failed execute child process "gnome-appearance-properties" how can fix this? code: sudo apt-get --reinstall install gnome-control-center Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] [HELP] failed to execute child process "gnome-appearance-properties" Ubuntu

browse page help - Joomla! Forum - community, help and support

hi, i edited browse page removing 'product details' , replace 'add cart', alignment went crazy. here original script code: select all <div class="browse-page-block">    <div class="browse-page-block-inner">       <div class="home-featured-blockimagecontainer">          <?php echo ps_product::image_tag( $product_thumb_image, 'class="browseproductimage" border="0" title="'.$product_name.'" alt="'.$product_name .'"' ) ?>       </div>       <a href="<?php echo $product_flypage ?>" class="browse-product-title"><?php echo $product_name ?></a>       <div class="home-featured-productprice">          <?php echo $product_price ?>       </div>       <?php echo $product_s_desc ?> <a href="<?php echo $product_flypage ?>"> <?php echo $product_details ?></

Controlling 2 position double acting 24VDC solenoid

does know proper signals give smc sy3240 24vdc 2 position double acting solenoid?  has 24vdc connector on both sides.  want control pneumatic actuator - able have actuator extend , retract on signal.  using 2 pins on arduino control 2 relays control 24vdc input solenoids ( 1 relay extend side , 1 relay retract side of double acting solenoid).  assumed give 24vdc pulse 1 side 100 milliseconds or , when want change position, give 24vdc pulse other side.  in practice actuator extend first pulse, not retract when pulsed solenoid on other side.  idea's. link datasheet? Arduino Forum > Using Arduino > General Electronics > Controlling 2 position double acting 24VDC solenoid arduino

Initial Start Up Menu

hello, is captivate capable of making initial selection menus see when first start captivate? i’m referring movies see when click on of tutorials under getting started tutorials section. i’m looking create sort of initial start screen menu users can pick course or movie watch. ideas? thanks. yes - can add text labels or buttons work how want. here's sample built recently:- http://stevehoward999.wordpress.com/2009/01/29/captivate-4-how-to-save-the-current-locatio n-and-navigate-back-to-it-later/ obviously you'll want yours prettier ;-) steve More discussions in Advanced Adobe Captivate Users adobe

Template question - how do I best utilize nested templates?

i created template header, main navigation menu, , footer. created 4 nested templates, each 1 of main categories on main menu, , each containing sub menu. problem put sub menu in editable region of main template, when edit sub menus on each of nested templates, don't update on pages based on them. i'm reading different posts how useless nested templates are. best solution? having written book ever written on dreamweaver templates, can tell nested templates not ever worth effort.  make life more complex!  don't encourage continue along path.   it's easier use css change layouts section-specific wanting achieve struggle 5 separate templates instead of 1.  - tell please, layout difference between each of these sections? More discussions in Dreamweaver support forum adobe

Thread: How do you reset resolution from terminal

well, i've done again. time redefined resolution on monitor 640x480 , in middle of reset, definition routine shut down no known reason. left screen in ambiguous state of display off screen @ bottom. reran resolution routine , "ok" button off screen bottom , can't reset resolution. nothing can raises display high enough reach button. put monitor on machine , behaves fine @ correct resolution. question have is: definition file can delete other monitor when put monitor on line parameters reread. thought xorg-conf turns out xserver apparently takes care of called edid???? help.... way, 8.10, stable release. you can hold down alt key , left-click anywhere inside window drag new location. if want change resolution terminal, run: code: xrandr to list of existing modes. output should this: code: screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096 vga-1 conne

flex AIR NativeWindowDisplayStateEvent

hi, in flex air desktop application have nativewindow. using nativewindow.minize() minimize nativewindow. as know sequence of nativewindowdisplaystateevent's is  1. displaystatechanging 2. displaystatechange but in native window on nativewindow.minize() sequence goes 1, 2, 2 i.e displaystatechanging displaystatechange & again displaystatechange. this new behaviour seen after added repeater component in nativewindow.  not getting repeater causing problem? or else? please me. thanks in advance. gaurav More discussions in Flex (Read Only) adobe

ColdFusion 9 Application Server windows service not being created

i've done multiple installs of cf9, both 32 , 64-bit versions, on windows 2003 servers , coldfusion 9 application server windows service isn't being displayed in services console.  if go registry under hklm\system\ccs\services - see key cf9 app server created, "description" subkey value created.  .net service, odbc server, search server, solr service windows services being created properly.   can shed light on why application server service isn't getting registered , possible fixes?   tia fargo75 wrote: can shed light on why application server service isn't getting registered , possible fixes?   tia   did check out coldfusion installation log relevant failures?   any possible firewall or security settings not allowing coldfusion installer creating needs create? More discussions in ColdFusion adobe

Thread: Any Nethack players here?

Image
im playing falcons eye version of nethack. have fallen down trapdoor. fell small room full of money... great! after picking money peaceful guard demanding drop it. question how hell drop money?? guess take no then! Forum The Ubuntu Forum Community Ubuntu Specialised Support Gaming & Leisure [SOLVED] Any Nethack players here? Ubuntu

Fresh Jomsocial install. Need to import CB users. How? - Joomla! Forum - community, help and support

Image
hi there! i've got quick question i'm sure might have idea how fix without hassle :-) i have purchased jomsocial , want install on existing joomla installation have community builder 2.000 users. want import users joomla , setup facebook connect. i have 1 problem. i'm not sure how import. have setup new database on webserver , want upgrade jomla 1.0 1.5 before install jomsocial , import users. think need 2 or 3 weeks test application , work design , after doing there 50-100 new users guess. how can move users , synchronize databases after test complete? any advices out there? typically, when migrate customer's site, create script or write down list of things need go 1.0 1.5. once have tested , ready go live 1.5 site, take 1.0 site offline , run through steps again produce 1.5 site latest data , put site live. it's work, think it's safer trying copy on new data has come in since did original test migration. if have specific question or issues migrating, let m

Thread: How to reply to newbies?

hi everybody. thinking overall impact of linux on one's mind has never used linux is bit "geeky command line thing". gui friendly new users don't know it. linux's power command line too, new users migrating proprietary os don't care about. feel when replying newbie, 1 should guide him gui instead of command line e.g, when guiding 1 install gimp, instead of code: sudo apt-get install gimp he should guided software center. example, when 1 asks changing default boot os in grub, instead of making him edit grub menu.lst file manually, encourage him install statupmanager , happy. updates of course, instead of code: sudo apt-get update && sudo apt-get upgrade we should use update manager, thats built for. there many more examples. 1 should feel author's abilities, temperament , experience , reply him accordingly. gui better option because linux clear minds of think bit geeky , fear command

Thread: SSD Drives and Touch Screens

i'm rather new ubuntu , i'm not of nuts , bolts kinda user. first starting using cause windows 7 rc1 crashed , hard drive failing. can't see using else. point aside wondering 2 items. 1. got girlfriend warmed idea of switching 7 ubuntu. (she hates change) she's real tired of being slow. question has hp touchsmart laptop , i'm sure retain usage of screen, stylist, , still have screen orientate way has screen (you can lay flat tablet). little have read far touch part isn't simple installing, have done (if can) retain functionality? well, screen? 2. stated in beginning, harddrive on it's last leg. goes static minute every 5 or works again. i'm starting see data "drop off" , need act fast keep laptop alive. question there problems ssd drives , ubuntu? off top of head wouldn't seem have again stated above i'm not keen world of ones , zeros. @ moment i'm running 64bit 6gigs , 3.5 dual. doubt has little hard dri

Thread: prevent automatic shutdown/hibernate/sleep when critical battery reached

hey folks i'm trying make power manager not automatically shutdown / sleep / hibernate when battery power of laptop reaches critical surprised there isnt 'no action' option in power manager i've tried editing acpi-supper in /etc/default bu couldn't find solution in there nor in /home/user/.gconf/apps/gnome-power-manager/ directory must know this! rorr.. ? i not if work or not. using g-config editor, can change few options under apps > gnome-power-manager (specifically actions , threshholds). Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] prevent automatic shutdown/hibernate/sleep when critical battery reached Ubuntu

Thread: what the %^#@! is a zip.part file?

i'm out in bush in middle of freaking moving zip file pc box.net (web) pull pull down unbuntu mini ..... sent file zip box.net ..... pull down unbuntu mini on usb key move pc. damm file in 2 pieces .... , 1 of them called .... filename.zip.part .............. wtf !?! pc can't see , i've wasted 3 hrs on damm satellite link pulling down file ..... if have file .part extension, incomplete download. when download stuff, temporary .part file created first , when finished it's copied/renamed it's final location/name (without .part). Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] what the %^#@! is a zip.part file? Ubuntu

Can anyone recommend any carousels for webpages?

hi all,   i have been trying jcarousel load in content outside html page, oppsed loading in image have been unsuccesfull in doing (you can see post trying work at, if know how tlaking please post @ thread!)   http://forum.jquery.com/topic/i-can-access-the-html-data-i-want-and-load-it-via-javascript -alert-box-just-cant-work-out-how-to-load-it-into-a-jcarousel   just wondering if knows of carousels allows html content loading recommend. i trying same carousel seen on top of page http://www.afl.com.au/default.aspx (click arrow under match centre) any appreciated. anyone? More discussions in Dreamweaver support forum adobe

Perform Recover Edges automatically

sorry if has been asked before, search didn't turn usable results.   at moment, convert raws dng upon import lr. drag dngs upon link recover edges - application. gain 0.2 megapixels no visible degregation (nefs nikon d300). this time consuming process (in win xp, error when try drag more 25 images. also, have confirm conversion each file)   i aware of fact not raw formats see improvement re, do, option in dng converter "apply recover edges after conversion" welcome. i played around recover edges utility little bit.  in opinion, doesn't make enough difference matter.  me, it's waste of time.  find enough valuable data in edges make worthwhile? More discussions in Digital Negative (DNG) adobe

Thread: Your choice of programs: ubuntustudio without any package groups...

hello all i've installed ubuntustudio 64 on desktop pc. ubuntustudio uses alternate installer, , part way through asked choose of 4 application bundles want install. decided not pick see happened. result: functional ubuntu gnome desktop admin functions, accessories, firefox, brasero, sound recorder , totem movie player , nothing else. thought might relatively easy solution prefer own choice of software music management, photo management , e-mail within ubuntu/gnome framework. way looks well, can changed don't... cheers Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Your choice of programs: ubuntustudio without any package groups... Ubuntu

"Notify me" knap vil ikke virke - Joomla! Forum - community, help and support

jeg har den nyeste vm og har tidligere synes @ "notify me" knappen var rigtig god når der ikke var varer på lager. men lige pludselig vil skidtet ikke virke. knappen er der stadig, men der sker ikke noget når man trykker på den. her er et direkte link til et produkt med knappen http://www.ez2track.net/gprs/gsm-modem-with-digital-i/o-20w-psupv-1820 er der nogen der har et godt bud? hilsen steffen Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke længere fra officiel side) Joomla 1.5 (Tidligere langtidssupporteret version indtil sep. 2012) Nethandel, betaling m.m.

nube Stabilization question.

i have been through few tutorials , i'm starting stabilize motion / track motion features.  have footage shot hand held, , still want feel hand held, less. if stabalize it becomes rock sollid, except perspective shifts.  there way stabilize plate, , dial stabilization. still want motion in jsut not much.   thanks brad yes, pre-compose stabilized footage, use pre-comp layer in main comp. can copy&paste tracker keyframes position property , invert values using simple expression like   value*-1   there's unstabilize script out there automates this, search aenhancers.com , aescripts.com.   mylenium More discussions in After Effects adobe

Seminar - Showing an enrollee's schedule - Joomla! Forum - community, help and support

hi all. there way in seminar show enrollment user? can show enrollment class, seems far way determine person's schedule click through classes or have them sign in. unfortunately, there people forget schedules @ event, useful administrators able log in , tell people schedules. there way this? thanks. treesloth wrote: hi all. there way in seminar show enrollment user? hello, i'm looking feature. answers? Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Scroll bar does not work when creating a datalist

so created simple vertical scrollbar 2 stretched rectangles (a thumb , track). grouped text field , square together, make list items. next, selected scrollbar , list item, , created data list them. when tested project, however, move scrollbar without problems, items in list did not move. tried adding more items list, didn't either. then tried using component flash catalyst, instead of "home-made" scrollbar. making data list out of this, , testing project gave desired result. i'd use own made scrollbar here, , have feeling missed obvious on way forgot.   note: checked several times if had forgotton "edit parts" of scrollbar , data list, had selected parts required. i had problem once, , realized had converted artwork horizontal slider component when should have been using horizontal >scrollbar<.  went , converted slider artwork, converted scrollbar, made data list , scrolling feature worked. More discussions in Flash Catalyst adobe

Thread: Connect Open Office to Remote MySQL

this not new topic, know that. still new linux of threads on subject elude understanding. i'm getting there. i'm using ubuntu 9.04. have several ecommerce websites , able connect open office directly site databases , simple mail merging on envelopes. problem oo appears file based. read thread suggesting remove ubuntu version of oo , install directly site. problem: there's no wizard. readmes included in archive speak more experienced crowd. think i'm supposed uninstall existing one, unzip new oo folder? doesn't sound right though because not load dependencies. so, have several questions in need of answering: 1. re-install correct way access remote mysql databases? 2. upgrading 10.04 give me ability? 3. can please give me link complete idiot's guide oo installation on ubuntu? thanks, jonny i have lot more experience do, , don't know begin in try

Search special component - Joomla! Forum - community, help and support

Image
hello, i french, not speaking english. i have question, make exemple more anderstood: i want sell product cost 2 000 €, want share product in lot of small portions. each portion cost 4€, 500 buyers product because 500*4= 2000 €. like this, each buyer bought small portion of product. it competition, there winner. whitch component can ? thanks you hi skymid... checkout virtuemart : http://extensions.joomla.org/extensions/129/details see additional addons virtuemart : http://extensions.joomla.org/extensions ... extensions regards. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Problem installing components - Joomla! Forum - community, help and support

hi all. i'm having hard time trying install components on joomla. specifically: http://extensions.joomla.org/extensions ... t/sef/2380 and http://extensions.joomla.org/extensions ... rking/5070 system information php version: 5.2.6 web server: apache/2.2.3 (red hat) web server php interface: apache2handler joomla! version: joomla! 1.5.10 production/stable relevant php settings safe mode: off open basedir: none display errors: on short open tags: on file uploads: on magic quotes: off register globals: off output buffering: off session save path: none session auto start: 0 xml enabled: yes zlib enabled: yes disabled functions: system,exec,passthru,shell_exec,proc_open,curl_exec_curl_multi_exec mbstring enabled: yes iconv available: yes wysiwyg editor: editor - no editor directory permissions all writable attached post error screen. thank you! please update latest secure version of joomla , @ problem Board index Joomla! Older Version Support

getting error on opening joomla administration - Joomla! Forum - community, help and support

Image
joomla not opening on giving right password....what cud b reason , pls me possible ........it giving error written jauthentication::__construct: not load authentication libraries. there nothing wrong password have tried phpmyadmin, ok there other problem associated it.......help plssssss,i have worked on more 2 days unstoppedly hi rahuljainonfire... review discussion has similar topic : viewtopic.php?p=1069616 and viewtopic.php?t=105214 regards. Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

Embed Video in Word Acrobat 9

okay, i've lloked @ seom of forum post, not find answer.  here's dilemna.  have full license of acrobat 9 pro.  when using word, try embed video via embed video option in acrobat tab.  however, option not avaiolabel.  insearching teh forums , internet, found actobat 9 pro extended has option.  downloaded trial.  while installing, told me hasd higher version of acrobat 9 (pro).  here myu questions:   is pro better thatn extended? is embed video option availbale in word acrobat 9? if e mbed video options not availabel, there add-in or plug-in w/ acrobat 9 pro installed?   thanks in advanced, clyde what kind of video trying embed. there movie  tool , flash tool. More discussions in Acrobat Windows (read-only) adobe

Thread: Wubi killed my ethernet

i wanted test 10.04 , downloaded wubi so. normal setup, automatically picked 64-bit version. after booting wubi, installing ati drivers , restarting did no longer connect ethernet. few reboots didn't went windows troubleshooting. windows doesn't connect ethernet either. it's plain dead, windows doesn't find connections , modem doesn't light ethernet cable led. modem works fine wireless devices. have tried including uninstalling ubuntu, system restore, driver rollback, driver update, bios default settings, different cable, different modem etc. 64-bit specific issue because tested 32-bit version of wubi 10.04 few months ago without problems. windows 7 x64 wubi 10.04 x64 gigabyte p55-ud3 onboard realtek rtl8111d lan. i'd out of without ubuntu having broken hardware , trust in it. try looking @ network devices , making sure it's not set disabled. sounds might wi

Direct Access not allowed. - Joomla! Forum - community, help and support

Image
i running joomla 1.5 in legacy mode allow me run desired template. @ top corner of template there function allow website viewer increase size of text, or size of window has been giving me problems. when click these icons error direct access location allowed. have got idea how remedy this? yes, , wont happy answer...... change template fro multiple reasons: 1) template deos not support common features in 'legacy' mode' 2) legacy mode (current version of mode) not supported in joomla 1.5.6. means need upgrae template upgrade joomla 1.5.6...better afterwards.... simple.....but dont shoot messenger.....you can aks template developer or commercial organization create joomla 1.5-compliant template current one...is not expensive...no money spend? change plare! cheers leo Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

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

this article http://developer.joomla.org/coordinator-blog/292-feature-patches-for-16.html last thing can find on status of joomla! 1.6, , undated prior 1.6 alpha. the alpha released http://joomlacode.org/gf/project/joomla/frs/?action=frsreleasebrowse&frs_package_id=3585 , , can't find indication of how things going in terms of getting first beta. any news/update i've missed or can give me? you're new around here, let me give drill. core developers never "pre-announce" code release. it's "all-volunteer" force, , release stuff "when it's done". be patient, has been worth wait. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: Multisim equivalant in Ubuntu

i taking online classes right , in order me access software need complete labs, have use citrix xendesktop in order access virtual school computer desktop. fine, except lag frustrating. pull hair out or pound fist on desk while waiting simple happen. serious, wait 30 seconds dragged icon finish moving. if there linux equivalent software using, make life soooo easier. software national instruments multisim. need able send labs instructor , native formats .ms10 , .ms8 . know ubuntu has electrical programs, have not had time lately play around them see if compatible. know if are? can on little problem. i found alternative multisim, in case else looking one. ktechlab close multisim. however. not seems compatible multisim format. not seem available in current ubuntu repos, in fedora repos. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support