Posts

Showing posts from April, 2012

Display text if my_txt is empty

this.createtextfield("my_txt", this.getnexthighestdepth(), 10, 10, 10, 10); my_btn.onrelease = function () { senderload.ac = abc.text; senderload.sendandload(" http://my.com/my.php ",receiveload,"post"); receiveload.ondata = function(src) { //continues } if(my_txt.text!=""){ my_txt.text="" }else{ my_txt.text=" my message " my_txt.settextformat(format2); } };   sometimes i'm receiving " my message " along text in my_txt. how make sure " my message " displayed if my_txt empty? does "//continues" involve appending text textfield (using +=)?  that's way see 2 different pieces of text being in textfield. if there data being loaded, can take time, conditionals follow ondata function not wait load, if textfield empty, write "my message" before data gets appended. More discussions in ActionScript 1 and 2 adobe

.ase file

i created logo in illustrator cs4 , saved swatch set .ase file use other adobe products. when went load ase file fireworks cs4 can't seem find it. how can accomplish this?   i looking thru forums , see can use kuler. have file/colors need. how import them fireworks?   thanks i don't have fw cs4, in cs5 it's simple , think work same. did check options in fly-out menu of swatch panel? just select replace swatches , find folder on computer saved .ase file. if aren't sure you'r .ase file saved to, perhaps ai recalling previous folder working @ time of creating logo document , inadvertently saved unexpected location. try saving again if necessary , conscious of destination choose save .ase file. there's no specific place "needs" reside, save desktop if want.   - rwdunnbvt More discussions in Fireworks Exchange extensions adobe

Thread: Trying to get correct resolution on 10.4 for Gateway FPD2275W screen. please help !

hello everyone, installed lucid 10.4 on dell desktop have hooked gateway monitor i've been unable proper 1680x1050 resolution work. after tweaking around xorg.conf file can see 1680x1050 resolution on display options when select option, picture skewed , doesn't fit screen. here's xorg.conf file: code: section "screen" identifier "default screen" defaultdepth 24 subsection "display" virtual 1680 1050 endsubsection endsection section "module" load "glx" endsection section "device" identifier "default device" driver "nvidia" option "nologo" "true" endsection and here's xorg.0.log debug log code: x.org x server 1.7.6 release date: 2010-03-17 x protocol version 11, revision 0 build operating system: linux 2.6.24-27-server i686 ubuntu current operating system: linux amatlan 2.6...

Thread: Add/Remove Package Manager freezes

hello everyone! tried installing gstreamer plugins after gave package manager password , usual small dialog box came (saying how many files had downloaded) whole application froze. after force quitting launched again , tried download , install else received error saying synaptic running , had wait finish. haven't tried using sudo apt-get install because don't know exact name of gstreamer package. in case, after restarting computer tried downloading arbitrary application , whole thing froze @ same point. looked around forums , net couldn't find much. run ubuntu 9.04 (jaunty) in dual boot mac os x 10.5 on macbook pro 4,1. appreciate , help! -untitledwiz if trying media work install restricted extras. in ubuntu in software center or synaptic: ubuntu restricted extras. can in synaptic gstreamer needing. Forum The Ubuntu Forum Community Ubuntu Official F...

Zoom No Longer Works While Using the Lasso Tool.....

has noticed can no longer zoom while using lasso tool. use feature lot in cs3 , on cs5 seemed have leave behind.   the zoom wheel work after have completed lasso or switch tool....   any thoughts or advice on great.   paul are talking zoom tool (command-space)? what wheel? More discussions in Photoshop Macintosh (read only) adobe

Is there a way to use Frame 8 keyboard shortcuts in 9?

i understand there new ui, coworker wants remain on frame 8 if can't use shortcuts he's been using 15 years (muscle memory lasts long time). there way (a preference maybe) use f8 shortcuts? saw trick scrolling through paragraph styles starting same letter using down arrow. (hello adobe? not reasonable suggest having headings names start unique letter. there huge , current books have tags already. , there many letters.) if there no way use f8, there table somewhere of now?   thanks much.   jen yeah, that's 1 big gripe keyboarders have ui -- there's been lot of complaining, enough, hope. adobe change in 10.   in meantime, same shortcuts tags , variables work, after initial ctrl+8-9-0 , initial letter of object, need hit down arrow instead of pounding on letter key. still old way occasionally, isn't big switch people having type entire object name.   art More discussions in Adobe FrameMaker adobe

PSE 7 won't install on Win 7...msvcp71.dll missing?

i upgraded (custom install) xp laptop win 7 64bit , tried reinstalling pse 7, "program can't start because msvcp71.dll missing" . when first got error called dell , able replace missing file syst32 folder. i'm still getting error , , of course adobe won't support 7 on 7. trying not spend money don't have on upgrading pse8. ideas? rob guess link below help?   http://www.addictivetips.com/windows-tips/fix-msvcp71-dll-and-msvcr71-dll-missing-error-in -windows-7/   let me know.   regards, ankush More discussions in Photoshop Elements adobe

font color in menu issue - Joomla! Forum - community, help and support

joomla 1.5.15 site http://clevelandandgilchrist.com/ please see site , menu @ top, using rockettheme irideum template roknavmenus (horiz) can't change link colors despoite have tried suggestions please. i reviewed site. have change following css entry in file menu-fusion.css located in directory \templates\rt_iridium_j15\css. example, changed menu items color red. before change: code: select all .menutop li.root > .item span {display: block;padding: 0;margin: 0;outline: none;height:33px;} after change: code: select all .menutop li.root > .item span {display: block;padding: 0;margin: 0;outline: none;height:33px;color:#ff0000;} you can change color suit need. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

n00b needs some help.

hi all,   im new flex , im little stuck , help.   i have small project completed , im not sure how , best way go it.   ok quick outline of project.   i have main panel within have viewstack. within each viewstack nav container there 5 questions , 5 radio buttons.   each viewstack nav container populated database setup.   im unsure of best way acheive this. had thought puting nav container questions , radio buttons seperate component, , getting information database , looping through , displaying component , populating component parts data database.   would way of doing it? how take data database , pass each seperate component created?   im stuck here if give me advise or thankful. this you're looking for: http://blog.flexexamples.com/2008/05/28/displaying-radiobutton-controls-using-the-repeater -in-flex/ More discussions in Flex (Read Only) adobe

I need to make a program - Joomla! Forum - community, help and support

Image
and need create 1 table in joomla , create forms insert, view , update data. components better goal? thank you mario hi mario... did check forms extensions ? http://extensions.joomla.org/extensions ... back/forms regards Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Eraser tool working?

i newbie patience.   i have document can cut edit scissor tool , select , delete.  i'd rather use eraser tool trying erase disappears , comes back?  there tool parameter need at?   again you don't erase, delete. if have cut object scissors, separate open paths. naturally not react eraser, merely meant modify shape of closed area path, can of course delete path selecting , hitting delete key.   mylenium More discussions in Illustrator adobe

Can I view Publish information (New to publish/re-publish/delete) across Galleries

hey all,   is there way summary within publish group of status of of sub galleries?  example.  have:   hard drive    jpg90          gallery 1          gallery 2     if click on jpg90, don't see needs published/republished/deleted (i see pics in galleries below level), if click on each of gallery 1 , gallery 2, can see information.  i've got 50 folders , i'm making edits of few pics across 50 galleries , want reconfirm what's being republished without having 50 clicks.   thanks in advance! looks cannot this. More discussions in Lightroom Classic CC adobe

Subptions in Menubar

i have menu bar...ican access tops menu options not know how access submenu options. thanks   this access:   <![cdata[             import mx.controls.alert;             import mx.controls.menuclasses.menubaritem;                         protected function init():void {                 var mb:menubaritem = mbar.menubaritems[0] menubaritem;                 var mb1:menubaritem = mbar.menubaritems[3] menubaritem;                 mb.addeventlistener(mouseevent.click, u1m1_click);           ...

Simple actionscript question

i have project i'm working on , i'm new actionscript 3.  below code have on frame 1 , works fine 1 button.   import flash.events.mouseevent; stop();   //--- buttons   buy_btn.addeventlistener(mouseevent.mouse_over, buyroll); buy_btn.addeventlistener(mouseevent.mouse_out, buyout);   function buyroll(event:mouseevent):void { buy_mov.gotoandplay(2); } function buyout(event:mouseevent):void { buy_mov.gotoandplay(15); }   when try add multiple buttons code below, flash freaks out!  doesn't stop on first frame.  plays movie straight through.  these errors "scene 1, layer 'layer 2', frame 1, line 20 1120: access of undefined property about_mov." , "scene 1, layer 'layer 2', frame 1, line 23 1120: access of undefined property about_mov."   import flash.events.mouseevent; stop();   //--- buttons   buy_btn.addeventlistener(mouseevent.mouse_over, buyroll); buy_btn.addeventlistener(mouseevent.mouse_out, buyout); about_btn.addeventlistene...

Redirect issues - Joomla! Forum - community, help and support

Image
i need following url: index.php?page=shop.browse&category_id=563&option=com_virtuemart&itemid=1 redirected different page, how go doing this? thanks help hi... for redirect page, can use .htaccess or extension if use .htaccess redirect, use syntax redirect 301 old_page_url new_page_url redirect 301 /index.php?page=shop.browse&category_id=563&option=com_virtuemart&itemid=1 new_page_url or can use url redirection extensions if want : http://extensions.joomla.org/extensions ... edirection regards Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

migrating from local server to live server - Joomla! Forum - community, help and support

Image
hi all! i'm trying migrate joomla! site local server live server... 1. i'm using joomlapack make backup 2. upload .jpa file live server www.domainname.com/clients/clientname 3. upload kickstart.php file 4. run on www.domainname.com/clients/clientname/kickstart.php 5. made extraction , takes me joomlapack installation page: http://www.domainname.com/clients/clien ... /index.php 6. on second step put database information, i'm using same info got on local installation 7. when click on "next" got following error ajax error parsererror(undefined) raw data: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <restoredata> <error><![cdata[no database definitions found or no database selected. ]]></error> </restoredata> previously created new database , user on hosting control panel [using same information of local installation] please, need help... i've tried , don't know else thanks!! joomla 1...

Global or external activation of events?

dear all, need know when flash player enters or exits rebuffering, , when download of video completed. know can done activation in script, won't work in case. i'd rather need activate globally, e.g. registry setting or other means. there way achieve it? kind regards , thank in advance, wolfgang hi, may want @ right of thread when open it, says "more this". perhaps there may helpful threads there.   i don't know answer question. if using adobe program might want @ forum it.       thanks,   eidnolb More discussions in Using Flash Player adobe

Populating text fields with previous info in drop down

hello.   i using acrobat 7... creating fillable pdf   the completed project cues user drop down under text field of has ever typed in text field before.   how stop fillable form populating used info?   thanks select "edit > preferences > forms > auto-complete" More discussions in Acrobat Windows (read-only) adobe

HELP - Creating a Web Hosting web - Joomla! Forum - community, help and support

Image
hello guys, i little new joomla. and trying create web hosting site joomla. so, components / modules / plug inns need . and there peticuler tutorial ? thank in advance. tc guys are reselling space company if need allready on joomla , can add custom html mods yourself check out shape5 have domain checker mod , virtuemart has nice shopping system digital purchases. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Flash 10.1 Bug anytime reproducible Display Driver amdkmdap restart

hallo adobe, have find bug can anytime reproducible it!   my system ist windows 7 ultimate x64 up2date. ati radeon hd 4850/512mb gddr3.   i have see error time, think 1st ati driver bug or so. amdkmdap restart never comes in 3d or desktop 2d operations!   now can reproducible bug @ anytime!   i go website sapphiere / www. sapphire tech.com   on page smal flashvideo runs, , bug comes @ time test it! display driver amdkmdap restart or blackscreen need reset pc.   plz fix thx! hi, try going youtube , start video, right click on , click settings, display settings. should see hardware acceleraion , un check (turn off) box.     see if helps.       eidnolb More discussions in Using Flash Player adobe

Problems viewing flash contents

Image
hello guys,   i've been facing problem 2 weeks , still can't find solution!   i have windows 7 64 bit, , have 2 accounts. 1 account plays flash contents on every site without problems, other plays flash contents on sites, , doesn't show!!! the thing is, if uninstall flash player , install again under account has problem, works fine on account, other account fine turns again , not open flash contents. the version of flash player i'm using latest (10.1.82.76) , use internet explorer 8 32 -it edition. , accounts both administrators.   here's pic describing issue:     this shot account has problem. youtube , other sites works fine, lots of other sites doesn't show flash @ all, still showing under other account.   i've searched forum , google hunders of times , tried everything! nothing works... please can me issue? nobody has ideas?! More discussions in Using Flash Player adobe

Not a Number

when enemy reaches player, health should go down, says nan(not number).   the instance name of health text life, it's dynamic text , variable health.   frame 1(menu): health = 0   frame 2(level): life.text = "health: " + health;   player: if (this.hittest(_root.enemy)) {   _root.health -= 1; } whatever variable use store health of player should not textfield variable. More discussions in ActionScript 1 and 2 adobe

upload error - Joomla! Forum - community, help and support

dear sir, i have problem while uploading language kit shows error"failed move file" kindly bmhari review documents may useful. http://docs.joomla.org/why_can%27t_you_install_any_extensions%3f http://docs.joomla.org/how_to_solve_installation_errors_extension_manager Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

Explorer not display right - Joomla! Forum - community, help and support

hi, i have problem joomla template. in chrome , firefox display great, in explorer, of background images display differently , worse, artiles on display titles, nothing in body showing description, can please help! http://www.vernonwintercarnival.com thanks in advance you using png images use transparency; png transparency not work in ie6. can search google png transparency fix ie6, don't think works background images. Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

SwfConnector/formSubmitDataRequest: Which route was clicked?

good afternoon,   setup is: livecycle es2, flex3 form application.   the use-case boils down having more 1 action/route available @ given moment, i.e. visible , enabled. given there more single action possible @ given time, when running callback form_submit_data_request occurs first "task" find out button clicked on.   the stub code above use-case illustrated below:   private function form_onsubmitdatalistener( event: event ) : void {      var route : string = ???            if ( form_isvalid( route ) == false )           return;            var data : xml = form_dataemit( route );      lcconnector.setsubmitdata( data ); }   unfortunately, functionality seems glaringly missing given that: event.target references swfconnector, has no properties saying on button clicke...

Thread: HP Pavilion a6750t Desktop won't load Ubuntu 10.04

hi tried clean install of 10.04 on above desktop. running 9.10 fine. booted 10.04 live cd, used gparted delete previous partition 9.10 in. installed 10.04 , chose option install in largest continuous free disc space. installation seemed go fine, when re-start system, grub loads, select linux, flashing cursor , monitor goes sleep shows getting no signal. when boot vista on same system works fine. sound of hard drive, guessing not loading ubuntu os, don't think video driver problem. cheers looks has gone wrong installation. anyways, can try , log recovery mood , post boot message? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] HP Pavilion a6750t Desktop won't load Ubuntu 10.04 Ubuntu

Flash Builder Help doesn't work

when try launch -> flash builder following message:   "help not available @ time". verify connected internet  , try again.   but *i connected internet*.   thanks   marco you won't here since you've picked wrong forum. flash builder has own dedicated forum. questions pertaining flex sdk. More discussions in Flex (Read Only) adobe

Need pdf font sample

hello, looking sample of utopia font, find it.. could please send me pdf-sample text? of course, pdf previewing text looking , not used other purpose. email is, think, in profile. otherwise please provide other link font pdf sample? thank in advance, sincerely vad   [edited host] http://www.adobe.com/cfusion/type/search.cfm?loc=en&store=ols-us&term=utopia&category_type =package%2cface&action=search More discussions in Type & Typography adobe

Spark Datagrid Transparent Background?

hi,   i'm using flex sdk 4.1.0.16076.   trying find way make datagrid background transparent.   any ideas?   thanks in advance, oz <mx:datagrid contentbackgroundalpha="0"/>   and in css   mx|datagrid {     backgroundalpha:0; }   (note: give compiler warning saying style available halo, works ) More discussions in Flex (Read Only) adobe

InDesign CS5 malfunctioning

i upgraded snow leopard few months ago on imac, still using cs3, caused lots of havoc. company got me cs 5 software, installed few days ago, , hoping problems go away, have not.   indesign perfoming when bringing dialog boxes or switching tabs on palettes. program hangs when use export command. when did perform export pdf, pdf damaged , unusable.   it hangs when trying open files, , crashed trying recover file when relaunched. hangs doing save as. when restart computer works okay a  while, malfunctions again.   i still have cs2 , cs 3 installed. causing problem? thanks upgraded snow leopard how? in place upgrades, contrary apple propaganda, crapshoot.   bob More discussions in InDesign adobe

Encore CS5 crashes on importing assets

     running cs5 on fresh install windows 7/ 64 bit 8gb ram on 2.66ghz quad cpu, nvidia geforce 8800gt video card latest video drivers. have matrox mx02 mini installed.  photoshop cs5 , premierepro cs5 far work perfectly.  encore cs5 run crashes when try import asset.  doesn't matter kind of asset (wav, mp3, avi, mpg, etc.), crash.  encore show window says "preparing transcoding settings", tries import aset, says has 20 or 30 minutes go (even tiny files), , crashes.  crash involves same message window blinking while (looks weird), , program crashes , error message appears.  running latest cs5 updates adobe (updated today).  however, crashing of encore cs5 happened before today's update.  need burn dvd pronto i'm stuck.   please help. have installed update?   http://kb.roxio.com/search.aspx?url=/content/kb/general%20information/ 000070gn&params   try run encore, creative suite, admin. see happens. ciao ...

Audio skips/stutters after publishing

after publish presentation audio skips/stutters.  when listen before publishing sounds fine problem comes after publishing.  have tried changing audio quality , control preloading still happens. ideas??? i'm experiencing same issue.  we've tried reverting flash player 9 publishing computer see if resolve issue didn't.  we've narrowed issue down conflict specific desktop computers (hp e8500) - issue not exist laptops or hp e8400.  hope helps identify issue , determine fix. More discussions in Adobe Presenter adobe

Displaying things out of stage

i have menu movieclip has 800 x 22 px need embed flash menu in jsp page , make displayed menus got outside of size , overlay contents of jsp.kinda of menus of adobe page when displayed in web page, stage visible.  way swf display off of stage load inside larger swf.  if menu needs higher stage allows for, need change stage size. More discussions in Adobe Animate CC - General adobe

Groupware/sub-project website: Joomla vs groupware soft...? - Joomla! Forum - community, help and support

hi all, i smile on face, when posts 'can joomla it' in title. yet, time it's me needs advise. i'm not new joomla, have been building +10 sites, not lot, granted, i'm not pro webdesigner. liked power of joomla, , extensions impressive. yet, time i'm not sure whether joomla can job. main features i'm after: bit 'sourceforge', when creating project users forum, file storage system, gallery, chat... in other words: users register can create project , doing account linked project includes kind of project profile, basic task manager, basic file repository, images... in sense 'project management' tool, yet user friendly , quite features. i don't need 'management' software such @ dotproject, there's no need big soft users 'project' managers. it's more end-user, social collaboration thing. simple forum (for can set permissions), message board, file repository system, gallery, calendar, profile... permissions yet user-friend...

ActionScript 3: WebService calls failing

hi guys,   i working on flash cs3/as3 application calls server-side web service retrieve/update data in database. code simple , works great. however, users reporting while browsing through flash application web service calls failing , no data gets stored in database. assuming connection server gets lost while browsing. in case fault function isn't called. there way detect kind of error? should check , reinitialize web service before making web service call? have clue of might happening? below code. let me know if missing in code.   thanks   code: -------- var ws:webservice = new webservice();   ws.wsdl = " http://localhost/service.asmx?wsdl "; ws.addeventlistener("result", resulthandler); ws.addeventlistener("fault", faulthandler); ws.loadwsdl();   ws.retrievedata(id); More discussions in ActionScript 3 adobe

Thread: Avahi Problem? Shares not showing in snow leopard finder

hi - i'm setting ubuntu box share drives time machine , other purposes. i've gotten netatalk working fine - on mac if command-k can access drives fine. when click on icon ubuntu box, , try 'connect as', takes credentials fine (and errors on incorrect ones) nothing shows in finder window. way can connect stuff via command-k. ideas? i have same problem. netatalk runs fine , can connect via command-k. wanted use avahi, afpd service show in macos's finder sidebar. spent day yesterday trying fix no success. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Avahi Problem? Shares not showing in snow leopard finder Ubuntu

Thread: GRUB error

earlier had ubuntu 9.1 installed under dual installation along side windows xp...bt day before yesterday...i deleted d ubuntu drive frm windows. whn boot system...it says "grub error. cannot find partitions". plzz me...i knw hav dne mistake deleting d ubuntu drive. plzz suggest me solution!! this because grub had overwritten windows' boot loader. you'll need put in windows xp disc , run these 2 commands "fixmbr" , "fixboot". rewrite windows boot loader , you'll able windows. other way boot ubuntu disc , reconfigure grub point windows xp installation. check out link reinstall grub: http://www.howtogeek.com/howto/ubunt...-wipes-it-out/ Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] GRUB error Ubuntu

Thread: Bygfoot Football Manager issue

hi, started having problem game bygfoot other day. in season 4 since started game , problem started in week 50 of season 4(i think last week of season).so when load game , lick on 'begin new week (space)' button game closes down itself. when tried same thing using older save file problem not occur (i can play alright). because cannot play beyond 4 seasons in game or other problem. please me fix prpoblem because continue current game. this known bug, fixed in maverick. can't fix in lucid without proper patch. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Bygfoot Football Manager issue Ubuntu

passing login variables to iframe login - Joomla! Forum - community, help and support

ok. i'm total newb when comes php , i'm trying seems relatively simple. need pass username , password on wrapped iframe page login. there need prepopulate username , password fields of iframe login form, , auto login itself. way user doesn't have sign in manually wrapped iframe page. wrapped page .cgi extension , i'm using mosiframe wrap pages. how code this? possible? it's not safe pass few values wrapper page. because you're passing them value, can see them Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.5 Coding