Posts

Showing posts from August, 2010

Dispatched event when a LONG list of custom item renderers has completely rendered?

i have custom <s:list> component:   <local:thumbnaillist id="list" top="0" bottom="0" left="0" right="0" dataprovider="{imagefiles}"  allowmultipleselection="true" dragenabled="true" dragmoveenabled="true" /> that extends sparks list , uses itemrendererfunction create custom itemrenderer:   public class thumbnaillist extends list {      public function thumbnaillist()      {           super();           itemrendererfunction = getitemrenderer;      }        protected function getitemrenderer( data : object ):classfactory      {           var clz : class = defaultitemrenderer;           clz = thumbnailrendererimpl;           // *** not work: cannot add event listener itemrenderer           // clz.addeventlistener( "rendercomplete", function complete ( event : event ) : void { alert.show ('render complete...'); } );           return new classfactory(clz);      }   }   an

CS5: Spell Checking in Preview Mode?

i compose in wysiwyg interface, use preview mode dodge visual distractions.  may mistaken, seems upgrade cs5 killed ability see spellcheck cues in preview.  guess makes sense, wondering if there pref or setting missing enable it.  thanks! are talking dynamic spelling or traditional spell checker under edit menu?   the latter should showing highlighted words finds, former disappears. More discussions in InDesign adobe

Problem with mod_latestnews caching with SEO - Joomla! Forum - community, help and support

i'm not sure if related seo or not here situation. i have 1.5.7 w/ stock seo enabled (apache rewrite). on front page, have latest news module. typically, when click on news item link within module, renders article directly (no modules). however, after making site changes morning , clearing cache (including mod_latestnews cache), found news items, when clicked, present within front page (all modules included). in doing bit of exploring, found if clear cache , hit site url, create links within latest news correctly (with <site url>/component/content/.... namespace). if clear cache , hit home menu item, generate links <site url>/home/1-latest-news/..... latter gives me undesired behavior since routing through home menu item , displaying front page elements. is bug or misunderstood "feature" of seo , cache generation? want ensure behaves consistently whenever cache flushed. thanks, steve Board index Joomla! Older Version Su

Search Module defaults all searches to exact - Joomla! Forum - community, help and support

ok here goes situation, company hired modifications our joomla based website , managed install , uninstall several modules on our publicised website test purposes fatal error . problem ? search engine default searches "exact" no matter selection (parameter "searchphrase" in url show any/all/exact yet search still show exact phrase only). i managed re-upload mod_search files fresh joomla insallation didnt help. managed operate same . could setting value have changed in database ? could function rewritten melicious code execution ? so if know how trouble shoot situation highly appreciated. http://www.bconnectegypt.com never mind , dont think ppl r ins , out of joomla , control panel , settings :/ interesting catch! on attempts solve problem seems select statment searching contacts found in /plugins/search/contacts.php. what interesting default joomla not parse neither "any" nore "all" search phrases , matter of fact default joomla installation le

filling out empty space with a div

http://www.elliotnewman.com/index/test5.html   is there way automatically fill space between 2 divs: "news" , "basket" div "spacer" ? "news" floating left, , "basket" floating right, want "spacer" fill gap. floats , margins demo, 3-css boxes. http://alt-web.com/demos/3-css-boxes.shtml   nancy o. alt-web design & publishing web | graphics | print | media  specialists http://alt-web.com/ http://twitter.com/altweb More discussions in Dreamweaver support forum adobe

Thread: Audio problems!

hey y'all.... i'm running fresh install of ubuntu 10.4 via wubi installer. went great except audio problems i'm having in ubuntu (audio works fine in windows.) whenever try adjust volume through panel or keyboard shortcuts, hear can described mix of swarming bees , static. way regular sound going change profile sound device in sound settings menu. gets normal, doesn't solve static problem. happens on every profile setting. hear faint static when playing music. run of lspci command show sound card: code: audio device: ati technologies inc sbx00 azalia (intel hda) there known issues card , ubuntu? simple driver problem? appreciated! thanks, -d. ps., installed gnome alsa mixer , allows me lower , raise volume without static, can still hear static in background , it'd nice have work panel.... Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubu

Multiple Images (maybe Gallery?) in com_contact? - Joomla! Forum - community, help and support

hello there, right i'm building hp tourist office of our town. to represent different hotels think com_contact should great, because may add details , visitor able contact immediatly through contact form different hotels. unfortunatley there no possibility publish multiple images 1 specific hotel. is there plugin existing solves problem? for best there in ebay ...1 big picture changes clicking on thumbnails under it.... catalog functions of shopping extensions aren't great beacause there no dedicated contact form thank in advance fraenz i suggested using k2 else in post: http://extensions.joomla.org/extensions/core-enhancements/content-management/8061/details i have yet use myself, plan check out soon. if try it, let me know how it. way create "content templates" kind of describing , need find solution myself. you might check out directory & documentation category , see if can find in there might work: http://extensions.joomla.org/extensions/directory-a-documen

Image optimisation in Google using an image gallery module - Joomla! Forum - community, help and support

hi, i trying put image gallery artist. there plenty of gallery modules around can used, when @ html, use javascript, not sure if can picked google images, , morefeoshow 1 have started using doesn't allow me use 'alt' tags, not using html. should using module using css , html rather javascript, , if can 1 recommend one. thanks. martin. http://www.hinchliffeart.co.uk - website talking about. Board index Joomla! Older Version Support Joomla! 1.5 Search Engine Optimization (Joomla! SEO) in Joomla! 1.5

Thread: ALC882 and Pulseaudio in Lucid

does know if there guide getting alc882 working pulseaudio under lucid please? have tried steps outlined in post - http://ubuntuforums.org/showthread.p...light=model%3d unfortunately still getting stereo sound , not 5.1 channels should getting. suggestions welcome. pulse audio defaults 2 channels. have here: http://ubuntuforums.org/showthread.php?t=1491347 http://ubuntuforums.org/showthread.php?t=795525 http://ubuntuforums.org/showthread.php?t=899139 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] ALC882 and Pulseaudio in Lucid Ubuntu

Text Direction in DropDowns

flashbuilder updated 4.1sdk.  after doing rebuild text in of dropdowns (menus, combo boxes, etc) displayed backwards if reading in mirror.  went settings compiler , told use 4.0 sdk, rebuilt , dropdowns normal.   am crazy or there bug or setting need set if using 4.1 sdk? more information: appears related new mirror layout in 4.1. need use 3 compatibility settings , doesn't allow setting of use flash text engine setting on compiler tab.  i'm guessing problem affects developers have setup. More discussions in Flex (Read Only) adobe

calling itemid - is it unique for one page? - Joomla! Forum - community, help and support

hi hope posting in correct forum here. i adding bit of php code index page can identify 1 page in if...else php code. have used itemid parameter (if correct word) identify specific id number. have noticed more 1 thing can have same id number in different sections of joomla admin - mean coding flawed in if identify 1 page want different using itemid parameter, affect other pages, or itemid unique each , every page, there no risk of other pages being changed well? the whole code identify itemid is: if (jrequest::getint('itemid') == 60) thank help. the itemid menu item id , unique Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Problems with playback of embedded .mp4 videos in PDF

i creating ebook has embedded videos made in premiere pro cs4.    they play great in pdf on imac when email pdf windows laptop, videos barely play!  windows laptop has acrobat 9 reader installed.    i have tried embedding videos multimedia tool using flash format , using legacy multimedia content option.   why windows have trouble playback!?  of customers have windows computers need resolved.   any thoughts????? when used flash tool, did convert mp4 flash? if how , settings? More discussions in Acrobat Macintosh (read-only) adobe

Adobe Media Encoder not working

when opened adobe media encoder, "start queue" button gray (it can't clicked). there error message says fireworks.mov (the file trying open) not imported adobe media encoder. also, divx appears file icon. have it? have suggestions?   thanks, More discussions in Adobe Animate CC - General adobe

PS has a poor help system

hi,   since years, mainstream applications have implemented contextual help. every single little shareware or big commercial program wrote, have put button in every dialog box displayed program. clicking on button or hitting f1 bring user directly relevant page. basic behavior of application's system has been rule years.   not in ps . f1 has no effect in dialog boxes, not in preferences dialog box.   for top level application ps, find disappointing. adobe has decided go different way enable live updating , commenting. it has points hate it. More discussions in Photoshop Windows (read only) adobe

Could someone help? Flash player crashing my computer.

okay here problem after latest update can't go on websites tinychat livestream ustream.tv or omegle. i watch videos, play flash games, edit swf files , play them on computer, play multiple videos, music, , flash games @ same time. but cannot go on websites have online chats/live webcam chats.   for example omegle.com when go site it's text chat / video chat website the front page plain says text or video chat can choose between either one... if pick either crashes know it's not webcam chat websites i cannot join text chat site   is there possible fix or there wrong latest update ? eversince downloaded through firefox can't on chats please help, thanks.   i run dell operating system: windows vista™ home premium (6.0, build 6002) service pack 2 language: english (regional setting: english) system manufacturer: dell inc. system model: dell xps430                  bios: phoenix rom bios plus version 1.10 a00 processor: intel(r) core(tm)2 quad cpu    q8300  @ 2.50ghz (4 cpus

Multiple Warnings: Parameter 1 to JHTMLGrid::access() expect - Joomla! Forum - community, help and support

going through quick start tutorial i'm getting multiple warnings this: warning: parameter 1 jhtmlgrid::access() expected reference, value given in c:\xampp\xampp\htdocs\joomla15\libraries\joomla\html\html.php on line 87 warning: parameter 1 jhtmlgrid::checkedout() expected reference, value given in c:\xampp\xampp\htdocs\joomla15\libraries\joomla\html\html.php on line 87 also main menu box shows this: warning: parameter 1 modmainmenuhelper::buildxml() expected reference, value given in c:\xampp\xampp\htdocs\joomla15\libraries\joomla\cache\handler\callback.php on line 99 any gratefully received, day 1 joomla many thanks, chris tipney cornwall, england hello chris, newbie joomla.. , experiencing same problem.. check link.. viewtopic.php?f=429&t=425793 Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

Thread: Ubuntu 10.04 no detecta el scanner de mi multifuncion epson stylus tx200

hola todos, este es mi primer post, necesito ayuda con el scanner de mi multifuncion epson stylus color tx200, probe instalar gutenprint, y el iscan pero no logro hacerlo funcionar, ubuntu 10,.04 detecta la perfeccion la immpresora pero no el scanner, soy nuevo en ubuntu por lo tanto cualquier ayuda prueba de tontos me sirve. muchas gracias todos. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Ubuntu 10.04 no detecta el scanner de mi multifuncion epson stylus tx200 Ubuntu

Download images from external sites - Joomla! Forum - community, help and support

hello, i searching addon external images in articles download joomla , replace them downloaded images. i need because if host of external images offline or cant see images. thank you! so if understand right, you want inline link images elses website , when take offline have image says "the site stealing picture found out" there may facility out there nothing have ever seen inline linking (also known hotlinking, leeching, piggy-backing, direct linking, offsite image grabs , bandwidth theft ) use of linked object, image, 1 site web page belonging second site. second site said have inline link site object located. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Can you please help me fix a crackling/distortion problem that i have with AA when recording?

Image
i've read before on forum other users have same problem , i've tried quite fix problem well, still no result.   when record, in aa 1 or in aa 3, end channels being distorted (randomly!).   here's config:     i think it's important i've been having problem starting few months ago, though haven't reinstalled windows or anything. i'm working windows xp sp3. think (though i'm not sure) problem occured same time i've updated m-audio drivers version 5074. i've tried disabling c1e i've read on forum on topic , no result.   also, here's sample of crackling: http://dl.transfer.ro/transfer_ro-26jun-168e94ae4dc5d9.zip   i'll send bottle of jack whoever helps me fix 1 now, i'm desperate! i don't hear crackling in sample, myself, split-second rant in language can't identify, anyhoo...     1. have tried rolling 5069 driver? http://www.m-audio.com/index.php?do=support.drivers&f=930   2. check out thread: http://forums.m-audio.com/

Redraw or re-render flex 3 custom component

hi have tab navigator. inside 1 of tabs, have lot of nested custom components , datagrid. while loading application, datagri d becomes distorted. want redraw entire tab alongwith children inside. have tried using invalidatedisplaylist , validatenow(). dont seem work. can please suggest way re-render tab of navigator? . try use updatedisplaylist instead of invaliddisplaylist ..   i guess solve problem!!! More discussions in Flex (Read Only) adobe

Print on a DVD - a4 format chosen by the driver

i use print on dvd program delivered along epson printer r220. design label in id cs4, cannont choose right "paper format". experience or advice?   yours knud you mean, custom dvd paper size not appear in list of 'available' sizes? no problem -- don't have select predefined size, can type in correct width , height in respective boxes in new document setup dialog.   did use program print label, or possible print within other programs -- i.e., directly indesign, or pdf? More discussions in InDesign adobe

Spark List has no scroll bars w/Air 2 and FB 4

i having inconsistent problems spark list latest download of air 2 , flash builder 4.  using macbook pro w/os x 10.6.4.   the common problem scrollbar, not show.  can set scroll policy on, , show, disabled.  if change list dropdownlist have workable scrollbar.  also, spark list border.visible inconsistently works.   along spark list issues have inconsistently working auto-fill.   i have reinstalled latest sdk's fb , air.  have tried new workspaces.  new projects have same issues.   in logs have error:   !message warning: detected recursive attempt part com.adobe.flexbuilder.editors.mxml.mxmleditor create (this probably, not necessarily, bug) !stack 1 thanks in advance help, john More discussions in Archived Spaces adobe

Moving from localhost to server without losing functionality - Joomla! Forum - community, help and support

Image
so issue i've been using wamp awhile work offline , move across real servers once i've uploaded , unpacked joomlapack file lose ability upload extensions, images etc. tells me "error, unable move file". permissions thing? easy 1 i'm still novice i'm little behind. it's bit of pain having updates offline , reinstall. help! welcome forums mark this server issue have @ thread possible explanations , maybe workaround viewtopic.php?f=470&t=436405 . Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Can't Burn WMV file created by Premier Elements 8

i organized slideshow in photoshop elements 8 opened adobe premier 8. adobe premier 8 created .wmv file of slide show. have tried burn .wmv file using ashampoo burning 8. ashampoo runs in end annouces dvd burn has failed. can burn cd dont think plextor drive. ashampoo tech seems of no help. wondering if else has trouble burning wmv files of slideshows? i'm not sure can third-party program. why aren't outputting wmv premiere elements or, if you're creating slideshow in elements organizer, why aren't outputting wmv directly there?   it's not clear why or how you're involving ashampoo in whole workflow.   or saying created wmv premiere elements -- , you're trying burn wmv disc disc burner software?   i'm not sure why you're doing -- resulting disc not play on dvd player. might know if dvd burner dvd-r or dvd+r burner , type of discs you're using in drive. More discussions in Premiere Elements adobe

Botones y barra de navegación

quizás sigo terco en algo que ya fue, pero qué debo hacer entonces? quiero insertar botones "decentes" y x ende una barra de navegación como debe ser.   antes, el dw tenía un facilitador en el que simplemente ibas insertando las diversas imágenes/botones de los diferentes estados del botón. (arriba-sobre-click-activo)   tanto fwks como flash en cs5 tienen herramientas para hacer botones, pero pregunto.   1. si un botón tiene digamos 4 estados. debo diseñar por separado cada uno? por ejemplo para el estado 2 podría cambiar el color del texto, no? y así...   si mi barra de navgación tiene 6 botones, debo diseñar entonces 24 botones? suena algo artesanal no?   anteriormente cuando usaba windows compré unos softwares de mtop (aleo) que me facilitaban todo tremendamente.me ayudaban construir barras de navegación y botones con suma facilidad y.... pero si tengo el flash que es la madre de todos esos softwares, cómo funciona?   2. hay alguna herramienta en fw, fl o el mismo dw que m

help needed! getting error with TInymce editor - Joomla! Forum - community, help and support

hi, i'm using joomla 1.5.13 tinymce editor. when i'm uisng tinymce editor front end. in popups in editor there problem - please @ pic.: any suggestion helpful my suggestion upgrade 1.5.14. version 1.5.13 had issues media manager , tinymce fixed in 1.5.14. i mistaken screenshot not appear issue addressed in 1.5.14's patch. if problem persists, might try recopying entire tinymce folder 1.5.14 full install package. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Thread: Replacement For Win98

hi everyone, first thread! anyway, going given old "piece of junk" , turn speedy little "toy" use things, along os x , xp. computer has windows 98 installed , has 32mb ram (could 64, not sure until im given it) , 1gig hdd. has cd drive , floppy. speed max, make perform (in comparison) mac. eg. when apps opened, take few seconds pop up. looking @ linux distros struggling find 1 suitable. thinking of puppy dsl more suitable. recommendations whether should give windows fresh install , try delete whatever unnecessary, or clear , download linux , use wine. sorry such long post , sorry if isn't should go. posts appreciated. considering specs., either puppy or dsl good. slitaz option: http://www.slitaz.org/en/ Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [other] Replacement For Wi

Can't move text in Acrobat 9

we create document in word 2007 , save as .pdf.  use text touch tool edit text , move certain text.  used in acrobat 5 without issue, in acrobat 9 there no handles on text boundary after selecting text touch tool.  please help. things change new versions. should able cut , paste text. acrobat's touch text tool limited , acrobat not authoring tool. best edits done using source file , application created pdf. More discussions in Acrobat Windows (read-only) adobe

Thread: Wireless won't work, am I using the wrong driver? How to tell?

my wireless no longer works after installing ubuntu. searched around on forums, i'm not sure if it's problem i'm having. put in command prompt code: lspci -v in order figure out wireless card is. came this. i'm guessing i'm looking for, i'm not sure means seemed relevant. code: 06:02.0 network controller: broadcom corporation bcm4318 [airforce 1 54g] 802.11g wireless lan controller (rev 02) subsystem: hewlett-packard company device 1355 flags: bus master, fast devsel, latency 64, irq 21 memory @ c0200000 (32-bit, non-prefetchable) [size=8k] kernel driver in use: b43-pci-bridge kernel modules: ssb how know if i'm using wrong driver, , how can 1 wireless working again? i tried solution no luck : check in system > administration > hardware drivers binary driver. instance, many broadcom cards work broadcom sta driver. unfortunately, driver pr

Photomerge (missing manual mode)

we using photomerge assemble huge panoramic overviews of retina. cannot guarantee overlap of 30-40% per picture, since have keep exposure of specimen low possible, it's "easy assemble" pictures, corrected, shift in x/y axis has performed , images have seamlessly stitched.   until use photoshop cs2, because it's last version know have manual stitching mode (automated stitching epically fails our pictures). since pictures big (easilie 12 x 12 pictures of 3k x 3k pixels) memory limit on 32-bit forced assemble them in patches.   we got new core i7 / 8gb ram workstation now, running win7 64-bit , installed trial version of cs5 photoshop extended make maximum use of 64-bit... come know build in photomerge functions perform worse in stitching our images , manual mode "gone".   i found out install old photomerge ( http://forums.adobe.com/message/2242257#2242257 ), guess 32-bit , limited 1 use?   is there other solution this? upgrade cs5 (for other nice functions 64

Menus invisible after installation,also menu entries in back - Joomla! Forum - community, help and support

hi everyone! how comes right after installation, joomla! accesses through root permissions mysql db (in development environment), menu entries not visible? not in frontend, in backend. no entries shown , new-made entries not visible. sample content - no menus seen. also checkboxes entries, no matter in articles, categories or sections, missing! joomla fresh installed on xampp 1.7.2 environment, former joomla versions worked fine. attached screenshots. the menu entries appearing in database, menu? , checkboxes? without them, it's impossible delete anything! greetings, dongee you using xampp 1.7.2 contains php 5.3.0. @ present joomla! not certified work php 5.3.0. have use lesser version of php (e.g., php 5.2.9). so, uninstall current version of 1.7.2. download xampp 1.7.1 http://sourceforge.net/projects/xampp/files/ , install it. should solve problem. Board index Joomla! Older Version Support Joomla! 1.5 Installati

Quite Imposing vs PDF Snake

much of time when imposition discussed here quite imposing software seems recommended one.   now boss has thrown clanger @ me , recommends pdf snkae recommended him via dealer.   i have never heard of pdf snake before.   any opinions? using pdf snake?   all feed appreciated   thank you     hi there   nobody knows pdf snake or nobody using pdf snake?   no further opinions on quite imposing either?   pity. feedback.   anyone? More discussions in InDesign adobe

Streching the joomla to the full page size? - Joomla! Forum - community, help and support

dear all, plz check http://w3dtek.com/sicom/ , how can make joomla take space of page not fixed size? thx in css file located at: code: select all /sicom/templates/rhuk_milkyway/css/template.css look this: code: select all body.width_medium div#wrapper {    width: 950px; } change 100%. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Text in my swf is editable, how to lock it?

hey,   i have made simple flash ad with  adobe flash cs4. have placed animations , text in it, i  found when move mouse on text in ad, coursor changes  text written in html. bad when will  click on text can edit it! able delete text and  insert different easily. why happening? how can lock  it?   (yes  takes place in published swf file)   thanks help, is  driving me crazy can't find myself. if text not assigned using actionscript, change static textfield.  also, in properties panel, there icon specifying whether textfield selectable... deselect icon textfield not react mouse interaction. More discussions in Adobe Animate CC - General adobe

Find all objects within an area?

is there method somewhere return array of pageitems contained within geometric space or have write function loop through every pageitem check each one? that's really, slow.   in corel there "selectobjectsinrect" see nothing in adobe scripting.   thanks! hi bill,   i'm curious know how many pageitems have system work .. or kind of function written. so.. reply: think not there kind of instruction, i'm not expert. note pathitems[x].area exist. regards, art.chrome More discussions in Illustrator Scripting adobe

Översättning JUser - Rättighetsproblem eller? - Joomla! Forum - community, help and support

hej! eftersom jag inte hittade en svensk översättning på juser så gjorde jag en egen. men när jag installerar den (genom att enligt instruktioner från juser lägga språkfilen en viss mapp) får jag följande felmeddelande: warning: include_once(/srv/www/site/httpdocs/administrator/components/com_juser/language/swedish.php) [function.include-once]: failed open stream: permission denied in /srv/www/site/httpdocs/administrator/components/com_juser/admin.juser.php on line 25 warning: include_once() [function.include]: failed opening '/srv/www/site/httpdocs/administrator/components/com_juser/language/swedish.php' inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /srv/www/site/httpdocs/administrator/components/com_juser/admin.juser.php on line 25 jag kör detta på en lokal lamp-server. hur fixa? jag är inget linux-freak men tycker att jag gett alla rättigheter världen till såväl filen admin.juser.php som mappen den ligger i. tacksam för hjälp! / david löste det sjä

Habilitar boton para enviar correo

hola, tengo un formulario creado en livecycle designer 7.0, cuando lo lleno en arobat professional 7 funciona el boton de "enviar correo electrónico", sin embargo cuando lo abro en acobar reader 9 me inhabilita el boton, ¿eso se puede solucinar de alguna forma?.   gracias!! lo siento para mi espanol terible, pero:  creo que tengas un problema con los versiones de designer estas usando.  ¿puedes aumentar la versión 8 o 9?   otra vez, lo siento. More discussions in LiveCycle Designer adobe

Default Image Path On Wysiwyg Editor - Joomla! Forum - community, help and support

does know how set default path of users can upload images on front end , not backend editors. don't want them see that's in side entire /image directory or other subdirectories. want them in folder specify people using frontend editor upload images, images/public/. also separate problem i'm discovering when try upload image, way point lightbox shows directories of images & folders, when try upload new image, nothing happens, gives? new bug in newest version of joomla? i'm running 1.5.14, else ran problem? if you're running 1.5.14 can please let me know if works them, using joomla's default editor, tiny mce . take at: user images (p) http://extensions.joomla.org/extensions/authoring/authors/6743 joomla authors can edit articles text , insert images or other types of media. if site has lot of articles , users? it's not unusual find huge number of image files , directories, makes file management difficult less experienced. besides, don't want users

PSE8 Full screen view with high-res images

the full screen view in pse8 doesn't seem cope high-resolution images, eg full-frame dslr (eg sony a850 6000 x 4000 px).   after selecting image in organsier , starting full screen view first image displayed successfully, clicking button move subsequent images results in "cracked image" symbol.  (it's unrelated image though - closing fsv, selecting suspect image , restarting fsv displays properly).   i same symptoms jpeg , raw images, , on 2 windows pcs.  one's xp 1.5gb, other windows 7 8gb.   i've tried maximising ram available pse8 (in editor preferences), makes no difference. here link kb article may help http://kb2.adobe.com/cps/402/kb402760.html More discussions in Photoshop Elements adobe

Can read/write rule file be configured dynamically in structapps.fm for an XML application

hi, i've rpc client running in solaris machine. whenever open xml template rpc client, pass xml application name used xml template. i've around 10 xml templates different geographies, though nature of application same, i've create 10 applications in structapps.fm file because of different encoding formats , read/write rules used each application.   as i've xml template different geographies uses different read/write rule file , encoding formats. but, dtd, template name, doctype remains same, so, there way, in, can configure xmlapplication dynamically using api's.   any inputs appreciated.   thanks, basav basav,   what want achieve: configure r/w rules or xmlapplication?   the xmlapplication used xml file can controlled via fdk (i assume, because can done when using framescript), framemaker 9 there special processing instruction can embed xml.   the r/w rules file part of xmlapplication , therefore cannot changed independently, can of course change content of file 

Hvorfor får jeg så mye font-info i alt jeg skriver? - Joomla! Forum - community, help and support

når jeg skriver artikler på testsiden min får jeg vanvittig mye font-info. dette gjelder også når jeg f.eks lager en ny modul basert på mod_custom. sjekk ut dette avsnittet som omhandler annonsering: code: select all vi kan tilby annonser følgende størrelser:</span><span style="font-family: tahoma, arial, &quot;helvetica&quot;, sans-serif;"><br /></span><span style="font-family: tahoma, arial, &quot;helvetica&quot;, sans-serif;"><br /></span><span style="font-family: tahoma, arial, &quot;helvetica&quot;, sans-serif;">toppbanner: 728x90</span><span style="font-family: tahoma, arial, &quot;helvetica&quot;, sans-serif;"><br /></span><span style="font-family: tahoma, arial, &quot;helvetica&quot;, sans-serif;">banner on artikler på hovedsiden, under logo på forumet: 468x60</span><span style="font-family: tahoma,

Separate number count of practice from quiz on "Number of Questions"

Image
i have program has practice (4 questions) , final quiz (25  questions) section. both developed in question slides i'd final quiz section report score. set 4 question in practice section score 0 , not report, end of final quiz, total number of questions showed 29 (25 quiz + 4 practice).   i therefore create fake text box saying "number of questions: 25" fool users cannot apply same cheat solution "questions correct". number cannot modified through javascript files in scorm package...   a similar question has been posted here year ago no solutions it. wonder if changed since , if knows how fix issue.   here's picture of screen fake text box saying total question 25. score reports correctly (4 points each, , 24 correct out of 25, user gets 96 points.) questions correct showed 28 out of 29 (25 + 4).     thanks! hello,   there no way change system variables reporting number of questions. if feel, me, having such control interesting, please fill in feature requ

Thread: problem with using refspoof

here problem: i'm trying refspoof wall street jr. website (wsj.com) digg.com since wsj.com submits restricted content digg.com. when try error message firefox "the refbar used input , works 1 open browser window -- use tabbed browsing" i'm pretty sure have 1 firefox window open... what's going on here? seems have invisible firefox window open... Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] problem with using refspoof Ubuntu

Contact form doesn't work from own domain email on Godaddy - Joomla! Forum - community, help and support

i've read lot of threads here problem , none of them worked me. i'm on dedicated server @ godaddy, , when set email myname@mydomain.com in contact component, doesn't work. when set email else, sends email it. the thing owrks me submit emails when smtp host set localhost. mailer mail from from name sendmail path smtp authentication no yes smtp username smtp password smtp host anybody have clue? so doesn't work when set email use php within global config? use "php mail function" within joomla global configuration > server > mail this requires php_mail function turned on within php settings on dedicated server typically should on default. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: Update error.

when try , update keep getting errors. code: failed fetch cdrom://ubuntu-netbook 10.04 _lucid lynx_ - release i386 (20100429.4)/dists/lucid/main/binary-i386/packages.gz please use apt-cdrom make cd-rom recognized apt. apt-get update cannot used add new cd-roms failed fetch cdrom://ubuntu-netbook 10.04 _lucid lynx_ - release i386 (20100429.4)/dists/lucid/restricted/binary-i386/packages.gz please use apt-cdrom make cd-rom recognized apt. apt-get update cannot used add new cd-roms index files failed download, have been ignored, or old ones used instead. system->admin->software sources. uncheck cdrom box , reload. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Update error. Ubuntu

Newbie needs help getting button click &gt; URL

i not programmer, , i'm on head in trying use flash cs4 cause symbol (image based button) open url. likely, basic thing do. it frustrating have do, seemingly, achieve little. <apologies, frustration eeking out> any assistance appreciated. make button movie clip (hit f8) , give mc name, btn. put on stage. in properties panel, give instance on stage name well, btn_mc. on frame (not movie clip itself) put script: btn_mc.onpress = function(){ geturl(" http://www.yoururl.com", "_blank") }; or you attach code button directly on (press) { geturl(" http://www.yoururl.com", "_blank"); } that should it, _blank part cause open in new browser window. More discussions in Adobe Animate CC - General adobe

PHP scripts inside Joola generated pages - Joomla! Forum - community, help and support

hi, i'm new joomla , new websites, html , stuff. i'm going move existing, simple static html site onto joomla. 1 thing want check - have form on site php script people can e-mail le through site. still able use within joola site? there special considerations need aware of make work (e.g. how create form, put php script file etc.)? thanks, rob is simple contact form? in case, can use joomla contact form. if you're looking more advanced forms, have @ facileforms component. you'll able create newsletters using that. Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

"Camera Profile" in Camera Calibration ACR tab - Q

i upgraded pse5 whcih used acr 4.7 - , using pse8 w acr 6.1 in camera calibration tab in camera profile drop down - see "acr 4.7" still listed. can tell me how make use of tab , how can delete acr 4.7 , use 6.1 - if there benefit doing so? thank-you! first of all, version of acr important. can confirm have version acr 6.1 installed. in editor, help->about plug-in->camera raw.   also, did install camera profiles? doesn't happen automatically when install acr; separate step.   next important know camera using, , if photos raw or jpg. More discussions in Photoshop Elements adobe

Customization - Joomla! Forum - community, help and support

dear all, i newbie joomla framework, meantime want begin designing of home page. having html file , have design home page. there way ?. whether have follow rules in designing section. please advice ? whether there specific url me, if kindly me. thanks jo you have few options: 1. can either use current html file landing page , call "index.html". joomla! uses "index.php" file , since servers configured parse "index.html" files before named "index.php", file loaded when browses site. 2. may aware, jooma! presents page elements via template. possible convert practically html file joomla! template using combination of css, custom joomla! php code snippets , optionally javascript. here helpful guide on topic http://www.tobacamp.com/tutorial/5-easy ... -template/ . Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5