Slow Progress Bar on Photoshop CS5

POSTED ON 18/2/12
Hi,
I need help with Photoshop CS5.1 v12.1 ,
Problem: When ever i insert a gradient or a photo it comes up with a progress bar which takes ages to load and it used to load in 1 second but now it takes ages , i have looked every where but there was no results and i really need help because i am currently editing a Wedding Movie in a different Program but i also need to make a menu for when the DVD is in the DVD Player but i went to photoshop to edit a photo but this happened and i have reinstalled it but nothing has changed. I have tried the Edit then Performance solution but that did nothing. So i need Answers As Soon As Possible!
Thank You for your Time
Kayy
THIS NEEDS TO BE FIXED BY 20/2/12 or 23/2/12

THANK YOU VERY MUCH FOR POSTING AND TRYING TO HELP
I noticed yesterday it had something to do with the size (Length and Width) but still this is the correct answer!!!
Thank You,
Kayy

Similar Messages

  • About progress bar and Photoshop

    I have been reading a lot about how to make a progress bar in photoshop (scripting) and my conclusion is that it is not worthy. The only way to make a progress bar is by using Palette window but Photoshop does not support it. If we use a dialog window, since it is modal, it will freeze whatever your script is doing so, you cannot use it (how to track the progress of a script if the script is paused while the dialog is being shown?). Although Photoshop does not support Palette, there are two workarounds that would make it work and they are using either app.refresh() or waitForRedraw() (and undocumented function that seems to me to do exactly the same thing that app.refresh() does). But as the manual says, app.refresh() will slow down considerably your code. According to my experimentation, each time you call app-refresh(), your script will waste about 1 second (no matter how powerful your computer is). That is a lot of time! In practical terms, you would use app.refresh() only a few times so your progress bar could be refreshed only a few times during the whole duration of your script, still one second lost for each time you use it. In other words, there is no good way of making a progress bar in photoshop scripting.
    My question is: am I right? Is there a way to code a progress bar in PS that would not delay the code unreasonably?

    Since I wrote that post I've learnt that BridgeTalk is pretty sensitive - for instance to binary code: instead to let .toSource() functions that needs to go to the message, you'd better of wrapping them into a String literal.
    True, AM is lightning fast compared to DOM! But I won't use BridgeTalk for a Palette if the Palette is needed just for a progress bar. Such a Palette will stay alive while your script does all the things it's supposed to do without the need of waitForRedraw().
    In my snippets library I've found this one that might help:
    * Create a progress window
    * @param  {String}  title           = title
    * @param  {String}  message         = message (updatable)
    * @param  {Boolean} hasCancelButton = add a Cancel button (default: false)
    * @usage          w = new createProgressWindow "Title", "Message", true
    createProgressWindow = function(title, message, hasCancelButton) {
      var win;
      if (title == null) {
        title = "Work in progress";
      if (message == null) {
        message = "Please wait...";
      if (hasCancelButton == null) {
        hasCancelButton = false;
      win = new Window("palette", "" + title, undefined);
      win.bar = win.add("progressbar", {
        x: 20,
        y: 12,
        width: 300,
        height: 20
      }, 0, 100);
      win.stMessage = win.add("statictext", {
        x: 10,
        y: 36,
        width: 320,
        height: 20
      }, "" + message);
      win.stMessage.justify = 'center';
      if (hasCancelButton) {
        win.cancelButton = win.add('button', undefined, 'Cancel');
        win.cancelButton.onClick = function() {
          win.close();
          throw new Error('User canceled the pre-processing!');
      this.reset = function(message) {
        win.bar.value = 0;
        win.stMessage.text = message;
        return win.update();
      this.updateProgress = function(perc, message) {
        if (perc != null) {
          win.bar.value = perc;
        if (message != null) {
          win.stMessage.text = message;
        return win.update();
      this.close = function() {
        return win.close();
      win.center(win.parent);
      return win.show();
    Cheers,
    Davide

  • Is it possible to use a progress bar in Photoshop?

    Hi,
    I'm developing an automation plug-in to Photoshop. It take long time to do the work, I therefore want to start a none modal dialog with a progress bar and a cancel button. I did not find any example of this in the SDK. Is it possible to use any of the functions in the PIProgressSuite.h for this kind of dialog?
    Regards,
    Mattias

    I don't think you will have much luck with the progress suite. It is used for one operation that your plug-in would control. You are probably using multiple Photoshop events and want to sum them up in a progress bar. Ideally you would want a double progress bar, one for the overall progress and one for the step progress. Unfortunately, the progress suite will get reset with each process that Photoshop tries to show progress for. Your best bet is to just use an OS progress bar in your dialog. Figuring out the progress will be dificult.

  • BIG PSD and slow Progress Bar!

    To open a 200meg PSD file in CS3 takes about 20 secs, I get this progress bar come up saying Reading Photoshop Format... is this normal?
    I have a fast P4 processor, 2 gigs of Ram and large separate hardrive I'm using as the scrtch disk.
    I am curious becuase my friend has a less efficient system running CS3 and he gets no progress bar or delay when opening this same image or any large image for that matter?
    Thanks

    On Tue, 29 Apr 2008 00:25:36 -0700, [email protected] wrote:
    > To open a 200meg PSD file in CS3 takes about 20 secs, I get this progress bar come up saying Reading Photoshop Format... is this normal?
    > I have a fast P4 processor, 2 gigs of Ram and large separate hardrive I'm using as the scrtch disk.
    > I am curious becuase my friend has a less efficient system running CS3 and he gets no progress bar or delay when opening this same image or any large image for that matter?
    > Thanks
    The times you report show that you may be getting only 10MB / second, which
    is not fast by today's standards.
    The first thing I would check is your disk throughput, using a program such
    as DiskTT:
    http://www.softpedia.com/get/System/Benchmarks/Disk-Throughput-Tester.shtml
    When using DiskTT, I generally save time with a buffer size of 50 megs, and
    use the write times only when I want to make a quick comparison. The
    larger default buffer size will give a more accurate reading, particularly
    for read times.
    Test your internal drive, as well as the external one. If your internal
    drive is faster, you may see better performance if you use it as your
    scratch drive and save your images on the the external drive.
    BTW, I'm not questioning the other person's individual experience, but IMHO
    it's very unlikely that this has anything to do with your default printer
    setting.
    Mike Russell - http://www.curvemeister.com

  • Photoshop CS5 update doesn't fix artifact problem in the menu bar !

    Hi to all,
    I've installed the new update (december 7) recommended by Adobe, but that doesn't fix the Artifact problems in the menu bar !!!
    More, with my Windows 7 Pro (French language), Photoshop CS5 video pilot create artifacts in the menu bar in several situations.
    With Windows classic Theme chosen, theme management disabled:
    1. Opening a photo and applying a filter (especially Noise Reduction).
    2. Opening a photo and changing some preferences.
    3. Opening a photo with Windows 7 File Explorer working cause the pilot to crash with a black screen, ans followed by a message saying that Win 7 has recovered the video pilot.
    To suppress most of the problems, I need to Activate "Themes" and choose an Aero theme or the Basic Theme.
    I also need to activate some items that slow the PC !
    Very strange !
    Could someone help, me please ?
    Have a Nice Day.
    Thierry

    Yes, I've an Asus ENGT220/G/DI/1GD3, tried Windows default pilot, 2009 Asus pilot "nv19045_Win7Vista64.zip", and 2010 latest version "nv25919_Win7Vista64.zip", no change !
    More, I've exchanged the video car by a "monster" ENGTX465 with it's driver, NO CHANGE !
    So what to do ?!
    Help, please !

  • Photoshop CS5 suddenly slow.

    Never seen this before. My 8 core 2.8 GHz Mac Pro has 10 GB RAM and a blank 100 GB scratch disk. Photoshop is always quick. Has been for years. Suddenly today, Photoshop is slow like molasses to open & save files. Lots of progress bars and wait cursors. Everything else on the Mac is fine. It boots quickly & normally, and other apps are happy. My boot drive, a clean installed Mountain Lion system, says S.M.A.R.T. Status: Verified. In Activity Monitor, a process with ID # 0, Kernel Task, was using 700 to 800 MB RAM, while another process, mds, with ID # 44, is using 350 MB RAM. Does anybody know what is going on?
    I should add that I booted from a backup system and its copy of Photoshop was also doing the same thing. In addition, a high level troubleshooter on Apple Discussions informed me that my present level of 500 MB RAM for Kernel Task is normal. So all I know is Photoshop is suddenly slow.

    Gary Politzer wrote:
    I have rebooted numerous times. Interesting that you are aware of others with this issue.
    I was thinking specifically of this thread:   http://forums.adobe.com/thread/1026715
    There's a fair bit of noise in that thread, and at least some folks found the 13.0.1 update to fix things up or them.
    You do have the 13.0.1 update, right?
    -Noel

  • Photoshop CS5 & Lightroom running slower than expected...

    Hi All,
    Hope someone can help me out here. I have a 2.66 Quad Core MacPro (2009) with 8gb RAM & I find Photoshop CS5 and Lightroom don't run as quickly as I would expect.
    For instance a lot of times when applying actions in Photoshop I will get the blue "applying filter" bar which will sit for quite some time.
    I have IStat widget installed so tonight as Photoshop really slowed down I went to the widget to take a look and this was what was happening: (not sure if this is useful or not?)
    CPU was 97% idle
    Memory was Wired-643mb / Active-4.91gb / InActive-2.42gb / Free-11mb
    Processors was Adobe Photoshop between 6.8% & 23.6%
    Any idea what would cause the slow down and if there is anything I can do to speed things up?
    Appreciate it.
    Andrew

    There are a number of guides to setting up Mac Pro.
    http://macperformanceguide.com/
    Read, test, and follow this guide using your own files and such:
    http://homepage.mac.com/boots911/.Public/PhotoshopAccelerationBasics2.4W.pdf
    http://discussions.apple.com/thread.jspa?messageID=11661836&#11661836
    http://kb2.adobe.com/cps/404/kb404440.html
    10.6.4 + CS5 + Graphics
    http://discussions.apple.com/thread.jspa?threadID=2462882&tstart=0
    Double your memory probably if not more.
    http://eshop.macsales.com/shop/memory/Mac-Pro-Memory#1066-memory

  • Photoshop CC Dock Icon Saving – No Progress Bar

    Apple Mac Question.
    With Photoshop CS5.1 the Dock icon would show a progress bar when saving.  This doesn't seem to be the case with Photoshop CC.  This was quite a handy feature.
    Has anyone else found this ?
    Anyone from Adobe like to comment ?

    Updtaed Photoshop CC to latest (2014 bug fixes).  Interesting.  Now I get a progess bar for opening files but not for saving them !

  • Photoshop CS5 very slow performance, MacBook Pro i7

    Hi, I've noticed some posts on slow screen redraw, but my issue seems to be with specific performance with web based files having many layers and layer groups.
    A sample file is a 27mb psd. It has lot of layers (525), mostly type layers (limited to 3-4 typefaces in the file) and layer groups. If I select a particularly large layer group and try to move it on the canvas, I get the Adobe throbber cursor icon for at least 20 seconds. Even small layer groups bring up the throbber cursor for a few seconds. Overall, things seem much slower than CS4. Not good! And I'm just speaking of basic operations, not hitting intensive tools or major filters yet.
    I've looked at the site below, but not much information except the option to purchase some scripts to 'warm-up' Photoshop. After what I spent on Design Premium, I don't think I should have to purchase third party scripts to warm it up. (I did experiment with the tiles option under performance pref's, but upping that made opening files take 2 minutes, where before opening was achieved in 10-15 seconds.
    http://macperformanceguide.com/index_topics.html#OptimizingPhotoshopCS5
    I have a brand new MacBook Pro i7, 8GB, 7200 internal drive. I installed everything from a fresh install of Snow Leopard. CS4 has never been installed on this Mac.
    Any thoughts?

    if you have 4GB RAM, the system would need about 1-2GB,
    so if you quit all other apps and only run PS, it has 2-3GB RAM left.
    you can set RAM-usage in percentage, in the settings menu of photoshop,
    i set it to 70%, the rest is for osx.
    so lets say PS uses 2GB RAM in your case, the more hires images you open at once and the more layers they have,
    and the bigger they are, the 2GB RAM are gone and PS will use the scratch disc for the mentioned images you opened at once, which is also configured in the settings menu. usage of a scratch disc (PS writes data to the scratch disc permanently) will slow down overall performance, it may lagg and everything is slower than before (in my experience). best for scratch disc usage is a separate, fast, internal disc, as huge as possible (50-250GB discsize and empty, no files on it, so that PS can write continously, in order to avoid disc-fragmentation, which would slow down the writing process additionally)
    thats the reason i would add 8GB RAM.
    RAM is very important for photoshop CS5.
    (also processor clock speed and number of cores - in the moment 2 cores are enough
    as CS5 isnt optimized yet for more than 4 or 6 cores. more to come soon, i hope...
    in my case, i added 24GB RAM, cause i want to avoid usage of a scratch disc at all. this is a huge gain of performance for myself.
    i never liked my old scratch disc, as working was terrible slow with it. i also had only 4GB RAM in my last mac, and working was no fun
    i work on large format files, 50-100cm at 300dpi and lots of layers, each layer has to be seen like an image itself, so each layer rises RAM consumption.
    its a pitty that i never saw adobe delivering some kind of performance guide for photoshop, how to improve performance for professional users, like posting that guide on their main photoshop site, i had to digg for these informations for a long period of time and found it in the end at diglloyd´s comprehensive site. i wonder why adobe makes a secret about photoshop performance, a lot of my friends at work mentioned formerly, that they have had huge lag issues and dont know where to begin solving these problems, which are solvable for sure.... (new hardware, proper settings and so on)
    you can read detailed instructions, on how to speed up things in PS here: (where i took it for myself)
    http://macperformanceguide.com/index_topics.html
    subtopic:
    http://macperformanceguide.com/OptimizingPhotoshopCS5-Intro.html
    enjoy your new macbookpro!
    peter

  • Photoshop CS5 Very Slow Liquify

    I've noticed that in Photoshop CS5, Liquify just works terribly slowly. When I click and drag to distort an image, the image gets distorted sometimes even 10 seconds after I've lifted my hand. Sometimes I have to wait 30-40 seconds for the distortions to happen before I can regain control of Photoshop.
    Also, panning is a bit more choppy than in CS4, which annoys me a lot, as it was the case with CS4 compared to CS3, etc... I predict that panning in CS7 will look like a slideshow.
    And another thing, when you Flick-Pan, and release the mouse, the canvas flies across the screen, and during that flying animation, in CS4, you could still zoom in and out with the keyboard. In CS5, you have to wait until the canvas has slowed down to a stop to be able to zoom. This is also a strange feature.
    Adobe said CS5 will have performance improvements, and I can see filters, adjustments and brushes perform a tiny bit better, but basic things like panning, zooming and liquify got MUCH worse and less responsive, and this is not worth the tradeoff for me, since I use these features very frequently, many times a second.
    I use a Wacom Bamboo Fun tablet most of the time, and I noticed that Liquify is much faster (although still too slow for me to use it) when I use my trackpad instead of the pen.
    I'm using the Photoshop CS5 trial now, and I have Photoshop CS3 and CS4 both installed on the same computer, so I can tell that CS3 ran much faster, CS4 was a bit slower and CS5 is a LOT slower. I'm using a late 2008 15 inch Unibody MacBook Pro with 9600M / 9400M graphics, 4GB RAM and 2.53 GHz CPU, and speed gets a bit better when using the 9600M.
    Here are my questions:
    Has anyone else had any of these problems, especially Liquify?
    Has anyone else used CS5 and noticed that Liquify runs just fine?
    Does anyone have any suggestions of what I could try to cure any of these problems?
    Is it possible that this is the way Photoshop CS5 should run on my computer, due to my hardware limitations and bloated software?

    How long is it going to take to fix this liquify problem?? Come one guys I need it to work now and better than in CS4 not worse!!! Otherwise why did I spend almost 1K to upgrade???
    Looking into the problem isn't enough!!! I need a solution since I use the liquify tool for almost 99.9% of my images (fashion/beauty photography retouching).
    Is there a temporary fix??? using the CS4 liquify plugin into the CS5 software?????
    do  a google search on slow liquify and see what comes up..... still pretty nice and insecure requests for the reason why it is so slow because users think it is their machine (computer) but if I don't get an answer and fi very soon (couple of days at the most) this nice and insecurity will vanish for a HUGE ADOBE *** kicking campaign !!! Since photoshop is known for their arrogantly slow updates for their software and waits till the next big update to correct things....I am not going to wait 18 months for you guys to fix the liquify problem!!!
    SO GET TO IT NOW!!!!! So I can do my work and make enough money to keep spending on adobe upgrades!
    And as a side note...didn't you "wizzards" have enough time to discover this BIG problem beforehand?? Or were you to busy fighting with Apple about your huge Flash problem??

  • Progress bar in CS5

    I have an progress bar object that stoped working in CS5, it worked well in CS4.
    If I alert the string (str) in set_info it updates the palette, it updates fine. So it seems that i have to update the window some how.
    this.progress.layout.layout(true); did not work.
    var Progress = {
      progress: null,
      show_panel: function() {
        this.progress = new Window(
          "palette { \
            progressInfo: StaticText { text: '', size: [400, 16] }, \
            subInfo: StaticText { text: '', size: [400, 16] }, \
            mainProgressBar: Progressbar { size: [400, 10] }, \
            subProgressBar: Progressbar { size: [400, 10] } \
          }", "Progress"
        this.progress.progressInfo.text = "Startar import...";
        this.progress.center();
        this.progress.show();
      set_info: function(str) {
        this.progress.progressInfo.text = str;
        this.progress.subInfo.text = '';

    I just found some time to do some serious testing. It had to be set of by a menu item to trigger it.
    So what this is is a menu item with a script menu action.
    Not that I start by removing all existing script menu actions, if you like to test my code.
    It triggers a function that makes a dialog and the word Start sets, it centers and is shown.
    Right after this I try changing the text to Test, then sleep for 3 seconds and then an alert.
    I would expect the text to be Test so fast that you wint see the 'Start' text at all, but it wont show until the alert.
    In my big script I open documents, add pages etc, but the progress bar doesn´t update until its all finished.
    I think this is a bug, or i´m missing something..?
    I tried the exact same script in CS4 and it worked, so it seems to be a new thing.
    #targetengine 'session' test_menu = app.menus.item('$ID/Main').submenus.add('Test'); app.scriptMenuActions.everyItem().remove(); app.menus.item('$ID/Main').submenus.item('Test').submenus.everyItem().remove(); var test_sub_menu = app.scriptMenuActions.add('Test'); test_sub_menu.eventListeners.add('onInvoke', function() {      var win = new Window(           "palette { \                info_line: StaticText { text: '', size: [400, 16] }, \                bar: Progressbar { size: [400, 10] } \           }",           "Progress"      );      win.info_line.text = "Start";      win.center();      win.show();      win.info_line.text = "Test";      $.sleep(3000);            alert('Test');            win.close();      }); test_menu.menuItems.add(test_sub_menu);

  • Slow Brushes In Photoshop CS5

    Hi:
    I've just started experimenting with the new capabilities of brushes in Photoshop CS5 and I'm having problems with the brush response being abysmally slow.  I'm working on a Mac Pro Quad Core, 2.93 GHz with 8 MB of RAM and a wrireless mouse.  Can anybody tell me what might be contributing to this slowness??
    Herman R.

    I've installed the 12 02 update and the latest drivers for the
    FX3400 graphics card. Now when CS5 opens it tells me its disabling theGPU enhancements. I have the GL turned off.
    It also likes to crash when I run Imagenomics plug ins.
    So CS3 did not use GL? Whatever.   So that means that its slow  and crashes now.  I can see in other threads here and elsewhere the retarded brush action is common.   They released CS5 too soon. Its not even half-baked.  Also I want the images to open on the right monitor but with CS5 I have to drag each image over to work on it.
    I'm back to using CS3 and they said my refund will be credited to my card the first week of January.  I'll have to monitor to see if they get their application working before I return as I have wasted so much time with this I think they should pay me for helping with their product development.

  • Slow photoshop cs5, mac os x

    Hello.
    My photoshop CS5 is not working well recently. It is extremely slow, so slow It is not possible to work on. I have all the Design Premium, and photoshop is the only one making this problem. I uninstall all the CS5 Design Premium from my computer (via adobe uninstaller) and reinstall it, but the same problem still occurred.
    I work on Mac OS X Mountain Lion operating system.
    I wold like you to help me solve this problem.
    Thanks,
    Gili Richman.

    Good day!
    Please read
    http://forums.adobe.com/message/4587299#4587299
    and provide information on your RAM, scratch disc etc.
    For general Photoshop performance improvements please read 
    http://helpx.adobe.com/photoshop/kb/optimize-performance-photoshop-cs4-cs5.html
    Boilerplate-text:
    Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by keeping command-alt-shift/ctrl-alt-shift pressed while starting Photoshop after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed, 3rd party plug-ins deactivation, system maintenance, cleaning caches, font validation, etc.)?
    Regards,
    Pfaffenbichler

  • Photoshop CS5 considerably slow

    I have Photoshop CS5 x64 for my Mac, and over CS4 and CS3, I have noticed a considerable speed decrease in how it runs and handles images. I mainly use it for photography work like RAW conversions and image editing. When I bring RAWs into Camera RAW, it takes PS about 1.5x slower than CS4 to import them. Then when i'm moving the sliders for each category, there is about a 1 second delay upon the image changing. Now when I did this in CS4, it was instant. Same with something as simple as moving from one image to the next in the thumbnails to the left of the screen, there is major lag when I want to move between images. Moving away from CameraRAW, when I try to open a batch of images straight into PS, it takes freakin' forever to do so, CS4 took about half the time to import a nice sized batch, it's rediculous. Why is PS so slow, is it just because it's fresh out of the box and needs an update?

    Try the 6.1 update. There are several performance tweaks in it:
    http://labs.adobe.com/wiki/index.php/Camera_Raw_6.1

  • Photoshop CS5 Slow Panning

    Hi, I started this discussion in a different thread (Photoshop CS5 Very Slow Liquify) - my problem concerns panning in Photoshop CS5, which is very slow and jerky when compared to Photoshop CS4. To go into more detail this is my set up and the problem I'm finding.
    I'm using a brand new MacBook Pro i7 with 4GB Ram. My computer is set to Automatic Graphic Switching (I have also tried it with automatic graphic switching turned off, forcing it to use the high performance graphic card, with exactly the same results). In Photoshop CS5 prefs, it is set to enable OpenGL Drawing and in the advanced setting it is set to Advanced (Again, here I have tried all the other settings, including disabling OpenGL with the same results).
    When I open a 21MP image, zoomed to 100% and try to pan across the image using the trackpad on my MBP, the response is very slow and jerky (when moving slowly you can see that the image jumps several pixels in the direction of the movement rather than moving smoothly). It takes approximately 5 'sweeps' of the trackpad to move across the entire image.
    Compare this to the same image opened in Photoshop CS4, panning is much smoother and more responsive and only takes 2 sweeps of the track pad to move across the image.
    Incidently the slow panning is also evident in Adobe Camera Raw 6.0, and is if anything even more slow and unresponsive when compared to ACR 5.7.
    This direct comparison between Photoshop CS5 and CS4 ( and ACR 6 & 5.7) on the same computer with the same settings is evident to me that there is a real issue here with the new software.

    I know this is a Mac thread, but I thought this information might help.
    It is very clear that this problem is an Adobe software issue and not hardware or OS brand or version.
    If panning can be good anywhere (which it is), it can be equally good everywhere.  Somebody at Adobe has the software doing the wrong thing at the wrong time.
    I'm on Win 7.  Desktop. Mouse. i5 3.2GHz  8GB  NVidia GT320   21 MegaPixel file
    In Photoshop CS5, when I pan (click and drag) with the hand tool @100% (or any magnification):
    Open GL OFF:     Panning is perfect, as if the image is mechanically connected to the mouse.
    Open GL ON (any combination of settings):   Panning is pretty good (tolerable), but jerky and should be fixed.
    Bridge:
    21MP file @100% (preview mode: spacebar + mouseclick).  Panning is pretty good/jerky, about like in Photoshop with OGL on.
    When I check "Use Software Rendering" the panning becomes more jerky and on the verge of intolerable.
    Adobe Camera Raw 6.1:
    21MP CR2 file  @ any magnification. Panning is totally unuseable and makes me want to NEVER buy or use anything Adobe EVER again!!!!
    (200% and greater the panning is a little less bad than it is at 100% or lower)
    Using the spot removal tool in ACR is an equally HORRIFYING experience.
    Why must I report this stuff. Why don't I get paid for all this troubleshooting? Adobe is supposed to deliver a finished product. If I delivered unfinished junk like this in my business, I'd be horrifyingly embarrassed!
    Please Adobe, I NEVER want extra features if they don't work right. I ALWAYS want a fully debugged program with fewer features over a buggy (beta?) program with more features.
    There are lots of other things newly wront with CS5 (over earlier versions) but that is for a different thread.
    There are a few things in CS5 that I like, but this thing should still be a beta in the development, debugging, and refining stages.

Maybe you are looking for

  • Using DELL printers to print on iphone or Ipad

    hello I have DELL printer C1765nf, how can i configure it to print on my Iphone or Ipad. Will appreciate your help please. thanks

  • PO not going in account of release authority.

    Hi all In my release strategy for POs, Porg, net order value and Material Group are defined as a chracteristics. while creating PO with multiple lines with multiple Material Groups it is going to incorrect release authority. that is picking another r

  • Smoothing factor in Vendor evaluation

    Hi, I'm not able to understand the math underneath the "smoothing factor" used in vendor evaluation. Could someone throw some light in this? thanks!

  • Lenovo Tablet Thinkpad 10

    I have recently bought a tablet, thinkpad 10. The first thing I do with new taptops is change the desktop resolution and font size.  So, on my new tablet, I selected Desktop (I have win 8.1 pro) and followed directions to increase the font size.  I c

  • Error while using xmlbeans

    I am using xmlbeans2.2 . I passed the wsdl to scomp utility to it,it returned me the jar which include all the classes and interfaces from the wsdl.in short using xmlbeans i converted wsdl type to java type(classes and interface).but when try to inst