CS5, slow to get the "open" and "Save" over the network computer dialog box.

I had this problem, since the suite has been installed, but recently got a lot slower. Whenever I have click on open or save, it takes 8-10 seconds just for the upcoming dialog.  CS1 has quick relief - I know it was hundreds of years ago, but I can't help but compare the two.  I have the same problem with InDesign and Illustrator. The suite is running on a Windows 7 computer with a home network, access files of a machine XP as a Buffalo Linkstation.  Once the dialog box appears, and I double click, the file is pretty quick to appear.  I did research online and I think that the problem was in the network or settings.  The network is fast, Windows Explorer has no delay in opening the search for files or other programs outside of the Creative Suite. I did an experiment to refine the problem - I closed Photoshop, disconnected the network cable and reopened the program.  WONDER - it was so FAST to open the dialog box for opening and saving files!  I closed and then Photoshop again, plugged the cable network Photoshop to and open back.  He was back at the slow opening of the dialog box.  Everything else in the programs works fine - no delay during the execution of the operations in one of the Creative Suite - it has to do with the network and how CS is looking for the files.  Can someone help me, I'm so frustrated - it adds unnecessary time to everything I do and I'm afraid to open and save files!

Have you tried to work with the display of the dialog box at all under Windows 7 under the drop to organize (left side)? Also, is - one of your Favorites in this dialog box are pointing to something that might be offline?

Tags: Creative Suites

Similar Questions

  • How can open 3GP video, I remove Open or save for a device browser dialog box?

    How can I design the following?

    A user clicks on a link video 3GP appearing open using the browser on the device:

    private void launchBrowser(int browserType, String url) {
      BrowserSession browserSession = createBrowserSession(browserType);
      browserSession.displayPage(url);
      browserSession.showBrowser();
    }
    

    The browser opens, but the user sees a dialog box with the instruction 'do you want to open or save the item?' more open, save and Cancel button.

    If the user selects open, the 3GP file plays without problem.

    I would rather 3GP just play the video to the user.

    1. Is there a way to remove the open or save dialog box for the device of the browser?
    2. What is ill-conceived and should I use a BrowserField?
    3. I'd rather a way to get the next job, but I'm short on time...
    public final class PlayVideo implements PlayerListener {
    
    private Player player;
    private VideoControl videoControl;
    
    private Video video;
    
    public PlayVideo(Video video) {
    this.video = video;
    }
    
    public void openVideoFullUrl() {
    final String url = video.getVideoURL();
    
    if (url != null) {
    Runnable r = new Runnable() {
    public void run() {
    new Browser(url);
    }
    };
    
    new Thread(r, "Event").start();
    }
    }
    
    public void openVideo() {
    
    try {
    if (this.video.getVideoURL() != null) {
    int transportType = 0;
    TransportDetective td = new TransportDetective();
    
    if (td.isCoverageAvailable(TransportDetective.TRANSPORT_TCP_CELLULAR)) {
    transportType = TransportDetective.TRANSPORT_TCP_CELLULAR;
    } else if (td
        .isCoverageAvailable(TransportDetective.TRANSPORT_WAP)) {
    transportType = TransportDetective.TRANSPORT_WAP;
    } else if (td
        .isCoverageAvailable(TransportDetective.TRANSPORT_WAP2)) {
    transportType = TransportDetective.TRANSPORT_WAP2;
    } else if (td
        .isCoverageAvailable(TransportDetective.TRANSPORT_MDS)) {
    transportType = TransportDetective.TRANSPORT_MDS;
    } else if (td
        .isCoverageAvailable(TransportDetective.TRANSPORT_BIS_B)) {
    transportType = TransportDetective.TRANSPORT_BIS_B;
    } else if (td
        .isCoverageAvailable(TransportDetective.TRANSPORT_TCP_WIFI)) {
    transportType = TransportDetective.TRANSPORT_TCP_WIFI;
    }
    
    HTTPRequestRunnable getData = new HTTPRequestRunnable(
        video.getVideoURL(), null, transportType, false);
    getData.run();
    
    String errorMessage = getData.getErrorMessage();
    if (errorMessage == null) {
    if (getData.gotResponse()) {
        byte[] response = getData.getResponse();
        if (response.length > 0) {
          // URL without suffix.
            String redirectedUrl = getData
                    .getCleanConnectionURL();
    
            player = Manager.createPlayer(redirectedUrl);
            player.setLoopCount(1);
            player.prefetch();
            player.realize();
    
            videoControl = (VideoControl) player
                    .getControl("VideoControl");
            videoControl.initDisplayMode(
                    VideoControl.USE_DIRECT_VIDEO, this);
            videoControl.setVisible(true);
    
        }
    }
    }
    }
    } catch (IllegalStateException e) {
    Logger.logEventWarn("[PlayVideo] Illegal state: " + e.getMessage());
    } catch (IllegalArgumentException e) {
    Logger.logEventWarn("[PlayVideo] Illegal arg: " + e.getMessage());
    } catch (SecurityException e) {
    Logger.logEventWarn("[PlayVideo] Security: " + e.getMessage());
    } catch (Exception e) {
    Logger.logEventWarn("[PlayVideo] " + e.getMessage());
    }
    }
    
    public void playerUpdate(Player player, String event, Object eventData) {
    if (event == PlayerListener.BUFFERING_STARTED) {
    Logger.debug("[PlayVideo] BUFFERING_STARTED.");
    } else if (event == PlayerListener.BUFFERING_STOPPED) {
    Logger.debug("[PlayVideo] BUFFERING_STOPPED.");
    } else if (event == PlayerListener.STARTED) {
    Logger.debug("[PlayVideo] STARTED.");
    } else if (event == PlayerListener.STOPPED) {
    Logger.debug("[PlayVideo] STOPPED.");
    } else if (event == PlayerListener.ERROR) {
    Logger.debug("[PlayVideo] ERROR.");
    } else if (event == PlayerListener.END_OF_MEDIA) {
    Logger.debug("[PlayVideo] END_OF_MEDIA.");
    }
    }
    }
    

    Have you tried to invoke the media application directly by using the content (CHAP) API Manager?

    Invoke the media application

    http://supportforums.BlackBerry.com/T5/Java-development/invoke-the-media-application/Ta-p/442964

  • Documents with Smart Objects - very slow to open and save - Photoshop CS6

    When open and save documents with dynamic objects photoshop freezes the charger of the PS adobe (circle points) is replaced and the system loader (multi color wheel of death) runs for 30 seconds or more.

    What I've tried so far based on different positions by looking at.

    Photoshop Preferenes

    • Reduction in the background
    • Maximize PSD and PSB file compatibility ever
    • Tile cache size: 128 k
    • The advanced GPU settings: Basic & Normal
    • The layer Panel options: no thumbnail

    Observations and workthroughs so far

    • The size of the file and the amount of objects intelligent effects him propelling file that is more intelligent objects, you have the worse it gets
    • These files worked perfectly in PS CS5
    • It also happens on files created natively in PS CS6
    • The CPU is maxing out at 100%, while expenses for PS
    • Suitcase open or closed has no effect.

    System:

    • iMac 27 inches, mid-2011
    • 3.4 GHz Intel Core i7 processor
    • 16 GB 1333 MHz DDR3 memory
    • AMD Radeon HD 6970 M 1024 MB graphics card
    • Mac OS X Lion 10.7.5 (11G 63)
    • Suitcase 4

    Anyone got any ideas? It is making me go nuts!

    A solution!

    It turns out that the problem in my case was in fact the case. Previously, I tried to turn it off, but it does not solve the problem, so this time, I uninstalled it completely and the problem disappeared. Then I started to add new (installed 15.0.1, updated, etc) and the problem has resurfaced with the addition of the specific Photoshop plugin. Removal of this plugin solves the problem. So, it seems that "disabling" suitcase by stopping the TypeCore don't seem to actually deactivate all the tentacles that he sticks in your system.

    You can find the plugin here: Applications / Adobe Photoshop CS6 / plugins / automate / ExtensisFontManagementPSCS6.plugin

    (After a reboot, I also had to remove the font cache, as described here http://helpx.adobe.com/photoshop/kb/troubleshoot-fonts-photoshop-cs5.html but your mileage may vary.)

    Alternatively, if you do not want to remove the plugin, it disabled in Photoshop seems to work as well. To do this, go to file > Automate > Extensis, click on Preferences..., and then deselect enable Suitcase Fusion 4 - Automatic Activation.

    Fortunately, the plugin does not seem necessary at all to use the main features of suitcase (to activate and deactivate fonts) in Photoshop. I didn't even know what these plugins makes specific app until that research on this problem, and I don't always quite understand the point of them. I guess that they allow you to leave the apps for which they are installed a small bit more their own management (activate a font via suitcase that is not on the system-wide), but that seems to be more control I need - if I am allowing a police, I want that all my software to use it.

    In any case, the problem seems to be solved completely on my system now, although I have all this, so more tests in the coming days is required. I'll post here if problems arise. I'm interested in hearing if this solve for someone else.

  • Slow, open and save Photoshop CC psb files

    Here is my system info:

    Mac Pro early 2009

    Processor clocked at 2.66 GHz Quad - Core Intel Xeon

    Memory 32 GB 1066 MHz DDR3 ECC

    Graphics  ATI Radeon HD 5770 1024 MB

    Software  OS X 10.8.4 (12E55)

    Photoshop on a 220 GB SSD running as my boot drive, and then my stripes are two 1 TB Western Digi black Caviar, both at about 60% full, running Big and flat in prefs PS CC.

    Running Photoshop CC 14.0.0

    I'm having very slow to open and save times for files psb ranging from 2 GB to 6 GB - slow, which means only 5-6 minutes

    Anyone have any suggestions to improve this time?

    You can disable"maximize PSD and PSB file compatibility 'in the file handling preferences.

  • I just switched to a Nikon D80 with a Nikon D90 and I use Photoshop 4 and bridge. I can't open the NEF (raw) images off bridge. How can I get the camera raw dialog screen which came to my D-80?

    I just switched to a Nikon D80 with a Nikon D90 and I use Photoshop 4 and bridge. I can't open the NEF (raw) images off bridge. How can I get the camera raw dialog screen which came to my D-80?

    Devices supported by Adobe Camera Raw

    First of all, the D90 was supported in Camera Raw 5.1.

    Open Photoshop and click on Photoshop (Mac) or help (Win) > Plug-ins > Camera Raw to see what version you use.

    Photoshop CS4 comes with Camera Raw 5.0.

    Try to update Camera Raw in Photoshop to 5.7 via help > updates.

    If this does not work, try to manually edit Camera Raw

    Adobe - Photoshop: for Windows: Camera Raw 5.7 update

    Adobe - Photoshop: for Macintosh: Camera Raw 5.7 update

  • Currently, I have Photoshop CS5 standard and want updgrade to CS5 Extended to get the 3D features.  Is this possible, I don't see any CS5 update available?

    Currently I have Photoshop CS5 standard and upgrade to CS5 Extended to get the 3D features.  Is this possible, I don't see any CS5 update available?  I tried to download a new trial as well, but my current operating system will not support, so I would stick with a version of CS5 that will allow me to work in 3D.  What are my options?

    You can switch to CS6 extended for $400

  • Illustrator CC open and save the file windows crashing several times

    I have an incredibly frustrating time with Illustrator CC. open and save the file or the other crashes immediately when I click on a folder to specify the file to save or open location. I'm running the Mavericks on my mac, and I have a feeling that is the culprit. I updated the app yesterday hoping that would solve the problem, but it only got worse.
    Work is piling on me and it is really hard not not to be able to easily save/open/export files.

    Solved the problem by disabling the spring loaded folders in the finder and finder to the block list preferences discovers only

  • OSX addon to improve open and save dialogue

    My mind is empty.

    Years, I used this addon for osx to improve open and save. The app has additional features, enabled a click in the finder to move to a folder full of good things. But I couldn't use it for several months with 10.11. Now I'm going to buy the latest version again, and I don't remember his name. I googled but, no. I'm sure someone here will know. Thank you very much.

    Do you mean default folder X?

  • How to set a default view for 'Open' and ' Save as '.

    I am running Windows XP, Service Pack 3.  I want to set a default view for the windows 'OPEN' and 'SAVE AS' sort by 'Name' of A--> Z.  How can I do?

    Hello

    I suggest you to follow these steps and check if that helps:

    a. right-click in the folder.

    b. click the name to sort by alphabetical order.

    You can also click on the name of the list view to sort the files alphabetically.

  • Windows Live Mail does not open. Contacted the help people who told me to uninstall Windows Live and start over, but my computer won't uninstall it?

    Windows Live Mail does not open. Contacted the help people who told me to uninstall Windows Live and start over, but my computer won't uninstall it? Back to the use of Windows Mail, but now some of my emails are not received by some of their recipients even if they seem to send and there is no error message. It is not a server problem, as everything goes through, if I send directly from their site. Help please.

    original title: Windows Live Mail does not open.

    Hi Fenellacat,

    Here are specific instructions on how to remove and reinstall Windows Live Mail.

    http://support.Microsoft.com/default.aspx/KB/938275

    Matt Hudson
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How can I get the "network" icon in the taskbar? The box of 'network' in the bar of tasks and Start Menu Properties; Notification area; System icons, will not respond to what it is.

    How can I get the "network" icon in the taskbar? The box of 'network' in the bar of tasks and Start Menu Properties; Notification area; System icons, will not respond to what it is.

    Use this tutorial:

    http://www.Vistax64.com/tutorials/106787-notification-area-system-icons.html

    Go to method 3.

    3. for the network icon.

    (B) to activate the icon network - Enable_Network.reg< click="" to="">

    * Don't forget to restart to complete the procedure. ***

  • I cann't get the network wireless hp 7500 to connect. I use wep-64 and shared.

    I cannt get the network wireless hp 7500 to connect. I use wep-64 and shared.

    I'm glad it's working for you now.

    Thank you to inform the community that has solved the problem.

  • My computer is dead, had to get the new computer. Installed PS CS2 and tried to activate it. Cannot call the online help desk, they sent me to you to activate my software. I have the serial number and the last activation number. T

    My computer is dead, had to get the new computer. Installed PS CS2 and tried to activate it. Cannot call the online help desk, they sent me to you to activate my software. I have the serial number and the last activation number. Thank you. Or to intervene in the forum.



    [address removed by email.. mod]


    Hi carlkent,

    Your serial for Photoshop CS2 key would not work as the activation for CS2 servers were closed.

    You must visit this link to download the version CS2 and use the key to series mentioned in this link: https://helpx.adobe.com/creative-suite/kb/cs2-product-downloads.html

  • Slow Yosemite on the network

    After the upgrade of the Mavericks to Yosemite (10.10.5), discovered and navigation in folders are very very slow on the network (such as 2 minutes to perform a search). To access the files on it from another computer is the local computer with Yosemite is not itself slow  I get the MacMini 2012 end with Yosemite since early 2009 iMac running the Mavericks. For the moment, I need to use iWork ' 09, and this is why El Capitan is not used. I saw a few fixes for find slow and record opening in Yosemite, but it only occurs on the network and moved, when we had another filesharing computers (iMac with Snow Leopard worked well and iMac with the Mavericks worked well). Any advice?

    Try disabling "Show icon preview."

    Finder-> display-> display the Options-> [_] preview icon (uncheck it)

  • I get e-mails and others are told that my mail box is full. When I send emails part only cross. Get error 450.

    say it error 450

    I get e-mails and others are told that my mail box is full.  When I send emails part only cross.

    Said e-mail message settings for your outgoing e-mail needs must be configured.  Time Warner told me 21/2
    hours later that it is a problem of Ms.
    They also tell me that the 'properties' in need of repair email.
    Dear God can someone help me?

    Your 'server' mailbox is full.

    Click on the Menu button. Options | E-mail accounts | Properties | Advanced. Uncheck: Leave a copy of messages on the server.

    Close and open WLMail. If the problem persists, log on to the Road Runner Webmail site and remove messages from the Inbox it.

    Windows Live Mail Forum
    http://windowslivehelp.com/forums.aspx?ProductID=15

Maybe you are looking for

  • Books corrupt in iBooks

    G ' Day,. Today, I bought and downloaded 5 books.  I then synced them on my iPad. When I open them on the iPad, I get a cover page and pages aside then white.  When I open them in iBooks on my iMac, I get the message: "cannot open this book. The book

  • Why is there no user interface for moving the cache locations/profile?

    OK, so it took me a long time to find how to move the location of the cache and the reason is that it is done by an entry that does not exist originally, so a user need to know the channel config even magically set it.(this is browser.cache.disk.pare

  • Tecra S10 - video configuration TurboCache

    Hello As you guys know now, Tecra S10 comes with a Quadro NVS 150 with 256 MB dedicated memory and beyond 1 GB of TurboCache. Thing is that I don't really need so much video ram so I thought that if there is a way to change this. So, I could increase

  • Remove password VPN Yoga YOGA series Tablet 2-1050

    I set up a VPN password and now it requies the password to start the control panel. How can I remove this password?

  • Visual control of an analogue Signal, varying in time

    Hello Here is my configuration (Fig. 1), where X coil - block "simulate Signal", which emulates an analog value that varies in some way. This value is the result of a treatment on analog inputs... in this configuration the signal, I chose wave SIN ju