Slow navigation in the Open dialog

Here at work, we've just updated all of our Macs to OS X 10.8.3 (Mountain Lion), the latest version as of this writing, from Snow Leopard.  This has brought about a very unwanted change in Illustrator CS6's behavior.
Previously, whenever opening a file in Illustrator, navigating through a folder with hundreds of files by typing the first few letters of the file name we're after, it would take us quickly to that file.  If it was slow to do so, then it was because the dialog was trying to generate a thumbnail preview of each file that we were hitting along the way.  No big deal, since we could easily hit the down-arrow next to "Preview" so that the dialog would not try to generate a preview image for each file that was selected.
Now, however, the preview window takes up the rest of the Open dialog and it cannot be closed.  For example, as we type the filename "test.ai" in a folder with hundreds of files in it, the selection would stop at the first file with the letter "t" as the first letter, take about five seconds to generate a preview of that file, then move on to the next file, which is the fist one that begins with "te"—stopping at it to generate a preview, of course—then on to "tes", etc.  This means that it can take upwards of a good 15–20 seconds for the dialog to finally reach the file we need before we can finally hit <return> on it to open it up.  Please note that this behavior is not present in InDesign CS6, however.
Is there any way to turn off this "previewing" of files that are highlighted in Illustrator CS6's Open dialog on Mountain Lion?
UPDATE:  We have tried using each of the four different view options at the top of the Open dialog—Thumbnail, Details, List, etc.—with the same result.  Even in the Detail view, which doesn't have a Preview pane, still takes several seconds to move from one file to the next as you're typing out the target filename.  Any thoughts on what is causing this, then?
Message was edited by: SturmB359

Hi,
Is there any error message when you try to map network Drive manually? It would be better to provide more details about error message.
Generally speaking, this problem can be caused by Network Connection problem, please make sure your Client PC could access to Network Drive PC.
In addition, please check Network Drive PC security setting, if there is any firewall policy prevent this operation.
If still no use, please check Event Viewer if it identify this problem.
Roger Lu
TechNet Community Support
There is no error.  There is no connectivity problem.  THe drives map automatically and always have.  I can open up File Explorer and browse these drives all I want.  I can open up Word and browse to these drives just fine.
However, when I open certain programs, and click File | Open, the mapped network drives just simply aren't there.  I only see C and D and that's it.

Similar Messages

  • MAC OSX 10.9.5: What is this strange file format in the Open Dialog box?

    Hello all.
    I'd never really noticed this, but I saw a rather unusual file format in the Open dialog box and was wondering why it appeared as it did. It appears as follows from the file/open dialog box:
    To be completely transparent, I'd originally posted this image on my twitter feed to @illustrator. Since then I have been in communication with Scott but the advice has been to reinstall Illustrator. If this had happened on one machine, I'd be inclined to agree that this may do something, but since discovering this unusual format, i've since seen it on six macs running OS 10.9.5 and illustrator version 18.1.0 OR 18.1.1
    Can anyone else confirm that they see the same thing; or if there is a difference, what this format is meant to actually be. I suspect this is a bug but need confirmation by other users.
    Colin

    The error occurs on all machines I have tested. 5 of the machines have the suitcase fusion auto-activation plug-in, but one had no plug-ins at all. All software was installed literally "out of the box" from the creative cloud.
    UPDATE - tested 3 more machines in the office all running 18.1.1 on OSX 10.9.5 and they ALL do the same thing, all installed with the suitcase fusion auto-activation plug-in, but otherwise installed "out of the box" from creative cloud.
    Colin

  • Can't see psd thumbnails in the open dialog box.

    In the open dialog box, the thumbnails for psd files do not show the picture but show an Elements logo instead.  How can I see picture thumbnails for psd files as I do for jpg files?  I found a dng codec on the web site but not a psd codec.  The dng codec doesn't work for psd files.

    Hi,
    Is there any error message when you try to map network Drive manually? It would be better to provide more details about error message.
    Generally speaking, this problem can be caused by Network Connection problem, please make sure your Client PC could access to Network Drive PC.
    In addition, please check Network Drive PC security setting, if there is any firewall policy prevent this operation.
    If still no use, please check Event Viewer if it identify this problem.
    Roger Lu
    TechNet Community Support
    There is no error.  There is no connectivity problem.  THe drives map automatically and always have.  I can open up File Explorer and browse these drives all I want.  I can open up Word and browse to these drives just fine.
    However, when I open certain programs, and click File | Open, the mapped network drives just simply aren't there.  I only see C and D and that's it.

  • Double-click no longer opens the open dialog in CS5

    I am testing the trial of CS5 and I noticed that I can no longer double-click the photoshop desktop to pop open the open dialog.  Did they get rid of this?  I looked through the preferences and I didn't see any option to turn it on.

    Yes, I suppose that is it, it doesn't let you double-click nor drag on files to open them underneath the toolbar.  The new layout of Photoshop usually has the images that I am editing maximized and covering the photoshop desktop, so I have no way of just double-clicking or dragging files on, except I did find that you can drag the files onto a blank spot at the top of the tabs to open.  However, even if that is full it is hard to find a spot, I find myself just getting used to now opening files the Ctrl+O way.

  • Script to open the Open Dialog Window

    Hello everyone!
    I'm new to scripting and this is probably an easy question but I'm trying to write a script that opens the Open Dialog Window. Basically I need to start the script in one active document, have the script open the Open Dialog (to let the user select another image) and then finish the script in the newly opened document. Every script I find is to open a specific file, but I need it to be User Selected through the Open Dialog of Photoshop.
    I hope that makes sense! LOL. Any help would be greatly appreciated!
    Thanks,
    Bradi

    Is this also possible to simply open the "Find and Replace" dialog in Illustrator & then close it?
    No need to do anything with "Find and Replace" just want to open it then have it close to avoid an Illustrator bug.

  • How do I get the Open Dialog on Android ICS 4.0?

    Hi,
    I am using Flash CS6, Android setup, 3.0 AS
    I have a Galaxy Tab, ICS 4.0 for a device
    I can read & write a text file perfectly fine on my PC.
    But, when I upload to my Galaxy Tab 2 (7")....
    1) I get a generic dialog that displays my path (/mnt/sdcard/) ... And it also displays "Audio, Image, Video" options. It says "Download" as a diaglog title.
    I can save the file perfectly fine.
    2) When I try to open, it only displays the "Audio, Image, Video" options BUT DOES NOT allow me to open the file I saved.
    SO, HOW DO I GET A DIALOG THAT ALLOWS ME TO BROWSE TO THE FILE I SAVED??
    Here is my code...
    package com.adobe.examples
              import flash.display.Sprite;
              import flash.filesystem.*;
              import flash.events.*;
              import flash.system.Capabilities;
              import flash.text.TextFormat;
              import fl.controls.Button;
              import fl.controls.TextArea;
              //import flash.net.FileFilter;
              public class TextEditorFlash extends Sprite
                        //Fwhilton added
                        //var fileToOpen:File = new File();
                        //var txtFilter:FileFilter = new FileFilter("Text *.txt", "*.txt");
                        // The currentFile opened (and saved) by the application
                        private var currentFile:File;
                        // The FileStream object used for reading and writing the currentFile
                        private var stream:FileStream = new FileStream();
                         // The default directory
                        private var defaultDirectory:File;
                        // Whether the text data has changed (and should be saved)
                        public var dataChanged:Boolean = false;
                        public function TextEditorFlash()
                                  trace("TextEditor()");
                                  defaultDirectory = File.documentsDirectory;
                                  //Fwhilton added
                                  //defaultDirectory = File.documentsDirectory.resolvePath("testapps/");
                                  newBtn.addEventListener(MouseEvent.CLICK,newFile);
                                  openBtn.addEventListener(MouseEvent.CLICK,openFile);
                                  saveBtn.addEventListener(MouseEvent.CLICK,saveFile);
                                  saveAsBtn.addEventListener(MouseEvent.CLICK,saveAs);
                                  var tf:TextFormat = new TextFormat();
                                  tf.font = "Courier New";
                                  tf.size = "16";
                                  mainTextField.setStyle("textFormat",tf);
                        * Called when the user clicks the Open button. Opens a file chooser dialog box, in which the
                        * user selects a currentFile.
                        private function openFile(event:MouseEvent):void
                                  var fileChooser:File;
                                  if (currentFile)
                                            fileChooser = currentFile;
                                  else
                                            fileChooser = defaultDirectory;
                                  fileChooser.browseForOpen("Open");
                                  fileChooser.addEventListener(Event.SELECT, fileOpenSelected);
                        * Called when the user selects the currentFile in the FileOpenPanel control. The method passes
                        * File object pointing to the selected currentFile, and opens a FileStream object in read mode (with a FileMode
                        * setting of READ), and modify's the title of the application window based on the filename.
                        private function fileOpenSelected(event:Event):void
                                  currentFile = event.target as File;
                                  stream = new FileStream();
                                  stream.openAsync(currentFile, FileMode.READ);
                                  stream.addEventListener(Event.COMPLETE, fileReadHandler);
                                  stream.addEventListener(IOErrorEvent.IO_ERROR, readIOErrorHandler);
                                  dataChanged = false;
                                  currentFile.removeEventListener(Event.SELECT, fileOpenSelected);
                        * Called when the stream object has finished reading the data from the currentFile (in the openFile()
                        * method). This method reads the data as UTF data, converts the system-specific line ending characters
                        * in the data to the "\n" character, and displays the data in the mainTextField Text component.
                        private function fileReadHandler(event:Event):void
                                  var str:String = stream.readUTFBytes(stream.bytesAvailable);
                                  stream.close();
                                  var lineEndPattern:RegExp = new RegExp(File.lineEnding, "g");
                                  str = str.replace(lineEndPattern, "\n");
                                  mainTextField.text = str;
                                  stream.close();
                        * Called when the user clicks the "Save" button. The method sets up the stream object to point to
                        * the currentFile specified by the currentFile object, with save access. This method converts the "\r" and "\n" characters
                        * in the mainTextField.text data to the system-specific line ending character, and writes the data to the currentFile.
                        private function saveFile(event:MouseEvent = null):void
                                  if (currentFile) {
                                            if (stream != null)
                                                      stream.close();
                                            stream = new FileStream();
                                            stream.openAsync(currentFile, FileMode.WRITE);
                                            stream.addEventListener(IOErrorEvent.IO_ERROR, writeIOErrorHandler);
                                            var str:String = mainTextField.text;
                                            str = str.replace(/\r/g, "\n");
                                            str = str.replace(/\n/g, File.lineEnding);
                                            stream.writeUTFBytes(str);
                                            stream.close();
                                            dataChanged = false;
                                  else
                                            saveAs();
                        * Called when the user clicks the "Save As" button. Opens a Save As dialog box, in which the
                        * user selects a currentFile path. See the FileSavePanel.mxml currentFile.
                        private function saveAs(event:MouseEvent = null):void
                                  var fileChooser:File;
                                  if (currentFile)
                                            fileChooser = currentFile;
                                  else
                                            fileChooser = defaultDirectory;
                                  fileChooser.browseForSave("Save As");
                                  fileChooser.addEventListener(Event.SELECT, saveAsFileSelected);
                        * Called when the user selects the file path in the Save As dialog box. The method passes the selected
                        * currentFile to the File object and calls the saveFile() method, which saves the currentFile.
                        private function saveAsFileSelected(event:Event):void
                                  currentFile = event.target as File;
                                  saveFile();
                                  dataChanged = false;
                                  currentFile.removeEventListener(Event.SELECT, saveAsFileSelected);
                        * Called when the user clicks the "New" button. Initializes the state, with an undefined File object and a
                        * blank text entry field.
                        private function newFile(event:MouseEvent):void
                                  currentFile = undefined;
                                  dataChanged = false;
                                  mainTextField.text = "";
                        * Handles I/O errors that may come about when opening the currentFile.
                        private function readIOErrorHandler(event:Event):void
                                  trace("The specified currentFile cannot be opened.");
                        * Handles I/O errors that may come about when writing the currentFile.
                        private function writeIOErrorHandler(event:Event):void
                                  trace("The specified currentFile cannot be saved.");

    It is impossible with just AIR. If you do not want to user native extensions you can easily implement a simple file browser with File class.
    Try this: http://forums.adobe.com/message/4107990#4107990

  • Accessing the Open dialog causes RoboHelp to hang and eventually crash.

    Whenever I attempt to take an action that requires the Windows "open" dialog, RoboHelp starts to hang and eventually crashes.
    My only thought: I've seen other .NET applications have issues like this where the framework steals window focus from the Windows dialog. Could this be happening here?
    Has anyone ever seen anything like this? Any ideas?
    Many thanks!

    Does the dialog even make an appearance? Or does it behave as if the dialog is there but unseen?
    If the former, I'd say I smell a bug somewhere. But if it's the latter, try pressing and holding your Windows key on the keyboard. Then press the left arrow key a couple of times. Under some conditions dialogs will appear but be out of the viewable space. If that has happened, that key combination should coax the window back into the viewable area.
    Cheers... Rick

  • Every time I click a TXT or PDF file it opens the file and STILL opens the "Open" dialog box

    I have several TXT files I have that track some info for me.  Used to be, like in any OS, I could just double click it and viola, there it is in the text editor.  Ever since Mountain Lion, I open it and it opens fine, then on TOP of that I get ANOTHER open dialog box from text edit with the finder window to let me pick a text file to open.
    I ALREADY opened the file I want so i certainly don't need another unasked for dialog box to open every time.  Same thing with PDF's.  Apparently just about everything that opens with preview or text edit does this.
    I must be missing something since this clearly shouldn't be default behavior.  Anyone have something somewhere I've missed that will stop text edit or preview from prompting me for a file location to open when I've already opened the file I wanted in the first place?
    Thanks for any insight.
    John

    Anyone else hitting it, I finally tracked it to icloud.  Even though I was not using it for anything other than my IOS device backups, somehow it got flagged for "documents" as well.  Killed that and finally preview works as it should without bringing up unwanted open dialog boxes every time I open something.

  • How to disable the open dialog when I open preview?

    Hi,
    I click on an PDF in the Finder.
    Preview launches, opens my PDF AND OPENS A OPEN-DIALOG (iCloud) ?
    Why? iCloud is nice, but things like that are annoying and I wish sometimes I can go back to Snow Leopard.
    Is there a secret workaround to fix this?
    Maybe a secret scew driver?
    Many greetings to all!
    rob

    I've had the same issue bugging me since installing Snow, er, lion, er, cat, er, cougar, er, Mountain Lion. Incredibly ANNOYING.
    It's stupid stuff like this and reverse scrolling that really turn long-timer users off. I'm personally glad Forstall got fired for blunders such as these.
    I'm serious peeved that turning off iCloud Documents & Data actually deletes documents and data locally. That's just incredibly stupid.
    MANY thanks mende1 for the answer on how to fix it.

  • CS5 slow to get the 'open' and 'save' dialog box over networked computer.

    I have been having this problem since the suite was installed, but recently has gotten much slower. Any time I click open or save it takes 8-10 seconds just for the dialog box to come up.  CS1 was lightening fast - I know that was ages ago, but I can't help compare the two.  I have the same problem with InDesign and Illustrator. The suite is running on a Windows 7 machine through a home network, accessing files from an XP machine as well as a Buffalo Linkstation.  Once the dialog box comes up, and I double click, the file is pretty quick to appear.  I have researched online and I believe the problem to be somewhere in the network or the settings.  The network is quick, Windows Explorer has no delay in opening or finding files, nor do other programs outside of Creative Suite. I did an experiment to narrow down the problem - I closed Photoshop, unplugged the network cable, and reopened the program.  AMAZING - it was SO FAST to open the dialog box for both opening and saving files!  I then closed Photoshop again, plugged the network cable back in, and opened Photoshop.  It was back to the slow opening of the dialog box.  Everything else in the programs runs fine - no delay when performing operations in any of the Creative Suite - it has to do with the network and how CS is looking for the files.  Can anyone help me, I am so frustrated - this is adding unnecessary time to everything I do and I dread opening and saving any files!!

    Once again - thank you!
    We used to have a network storage device attached to our home network, but it crashed and we replaced it with another model.  A while back I had added it as an item to display in the places bar.  When we removed it from the network, the link on the left side disapeared, so I forgot all about it.  When I read your posting it jogged my memory.  I searched the subject to remember how I had made the change and found this posting from Adobe Community: http://forums.adobe.com/thread/795196 (its in #6).  I found the original storage device in the places bar, removed it and replaced it with the new device.  I opened Photoshop and Acrobat and both open and save dialog boxes appear as they should - the problem has been resolved!  THANK YOU!

  • Something is wrong with my preview in the column layout of the Open dialog

    I can't figure out why this is happening.  I try and resize the preview pane but can't seem to make it happen.  Ideas?

    Same issue my post here:
    Weird window behavior after 10.10.3
    Issue happened after 10.10.3 update.

  • HT204490 How to change which folder shows in the open dialog box

    Since upgrdaing to 10.10.3 the folder that shows is documentz which I don't use. How do I change this? I've done it before but I can't remember

  • How to set the size of an open dialog

    HI Everyone:
    I cannot set the size of the open dialog.
    I create a menu and menu item called "open"
    The menu item "open" will call OpenFile().
    However, I cannot set the size of the open dialog
    Everytime when the open dialog pops up
    the size isn't 500 x 500.
    Does anyone know what's wrong with this program ?
    Thanks a lot,
    Rodger
    ================================================================
    public void OpenFile(){
    JFileChooser fc = new JFileChooser();
    fc.setSize(new Dimension(500,500));
    fc.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);
    fc.showOpenDialog(this);
    ================================================================

    Try this and then tell us if it worked:
    JFileChooser fc = new JFileChooser();
    fc.setPreferredSize(new Dimension(500,500));
    fc.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);
    JDialog d = new JDialog(new JFrame());
    d.setSize(500, 500);
    d.getContentPane().setLayout(new FlowLayout());
    d.getContentPane().add(fc);
    d.setVisible(true);

  • Why does it take so long for the Open, Save, or Save As Dialog Boxes to Open?

    I'm having a problem throught CS6 with the Open, Save, or Save As dialog boxes not opening for a period of time after clicking on the desired functions.  It can take over a minute just to get the Open dialog box up to browse for a file.  Eventually, the dialog boxes open, but during the time that it's trying to open, the program is unresponsive.  It is happening with all of my CS6 programs.  I have unistalled and reinstalled with no fix.  The programs are updated.  Anyone else having this trouble?  Any solutions?

    Thanks for your response.  The system is a Windows 7 64-bit system with 4GB RAM installed.  I am not trying to save anywhere in particular.  By default, it would open to the user's documents, and does eventually, but it currently just sits for about a full minute before doing anything.  This machine was saving properly when CS6 was first installed about 5 months ago. 
    I've checked for unconnected network drives. I've also renamed the Illustrator preferences file based on a reccomendation that I found elsewhere.  However, neither of these helped.
    I can provide screenshots or anything else that's needed.

  • Diable "open dialog box" on right mouse click so I can use l mouse to advance to next slide and r mouse click to "go back."  How in PP 2010 for mac????

    I do presentations in PP10.  I am new to macair, and used to Windows.  HOW DO I DISABLE THE "OPEN DIALOG BOX ON RIGHT CLICK"?  I would like to use L mouse to advance slide, and R mouse to go back.  The default is to use R mouse to open dialog box.  I can disable this by unchecking the box in "advanced" on the PC.  How do I do it with the Mac????
    Thanks
    hacmd

    Hi Rod,
    As originally stated in my opening post, the SWF is to be inserted into an Articulate '13 slide (what I called an aggregator originally - I tried not to bring them up since I don't want the chatter about "There's your problem - using Articulate"! ).
    Recall that posting this published file to our LMS did not allow right-mouse click functionality as the flash player menu just gets in the way.
    If I insert the captivate 6 files into Articulate as a Web Object (referencing the entire folder with html, htm and assets, and then posted to our LMS, and it DOES allow RM click operations in both IE and FF (although no sound on the Captivate slide in FF). But this is not what we want to do as this introduces 2 navigation controls (the Captivate one and the Articulate Player).
    Why must anything be posted to a web server for this functionality to work?
    I am able to go into the Captivate 6's published folder, and launch the Captivate demonstration by simply double clicking on the index.html file and this works great in both FF and IE after changing the security settings for flash.
    Again - I can not believe I am the only one out there trying to use the right-mouse click feature to do a software simulation by embedding the Captivate SWF into an Articulate '13 project.

Maybe you are looking for