Save As / File Open dialog boxes too large to use on laptop

I have a Macbook Air and am using one of the new Apple LED Cinema Displays, although this problem was also present when I was using my older Apple Studio Display.
The problem is that some of the system dialog boxes, notably File Open and Save As are huge when I am just using my Macbook with no external screen. They are so big i cant see the lower right drag handle and make them smaller and cant access buttons at the bottom like "New Folder".
I think this is because I resized the dialog box when I last had my large external monitor connected and now that it is not connected (I'm at home on holiday not at work) I cant find a way to make them reset to their normal size.
Does anyone know anything that would help? I've had a good search online and also in these forums and havent found anything - but apologies if I've missed an existing open thread.
Thanks,
Glenn.

This did not work for me - and in my case it was the "Export" Save As sheet in Keynote. There is a real solution for this problem. Firstly all user 'preferences' and these are things that include not only preferences set in the application's preferences window but also window position, size, recent items etc. are stored in the preferences .plist file for an application (stored in the users account Library folder) . If an application starts to behave strangely, crashes on start etc. deleting this file while the application is NOT running can often fix a problem. So if a window is in an unusual location or partially off-screen then trashing the file often will fix the problem (BTW - if you are unsure how to find the file activate the Finder and select the "GO" menu -> "Go to Folder" and type ~/Library/Preferences - make sure you are not in the System's preferences folder - deleting these items is typically bad...). Preference files for an application are typically named com.companyname.programname.plist. So for Keynote the plist is com.apple.keynote.plist. Preferences are recreated when the application is launched. Often though this is a bit extreme. If you double click a plist file the "Property List Editor" application will start (at least if you have the developers tools installed - all free and on the Leopard DVD - with a free Apple Developer ID you can also run the most up to date version pre-snow leopard). In the plist editor all of the various options available in the program are listed - ones from the preference panel and other application information. In the case of Keynote (possibly other apps - I haven't checked) the NSNavPanelExpandedSizeForSaveMode key stores the size of the Save/Save As sheet. I downsized from a 17" MBP to a 15" MBP and the string size for this was 682 wide by 843 tall in pixels - my screen is only 900 px and once you consider the space needed for the application menu bar and tool bar the dialog buttons were 'just' barely visible - tauntingly so. I dropped the height to 743, saved the plist and reopened Keynote (remember to edit these while the application is not running - and always save a copy first before editing the file). This worked for me perfectly and unlike other suggestions here provides precision control. Now having said that 1) these files are XML and can be edited using a text editor but the plist editor is much prettier; 2) typically the keys are named using their appropriate Coca names for the property - but each developer can and does write their own code often deviating from Coca - hmm MS, Adobe come to mind - so remember that its good to read through the plist and Google to make sure that you are editing the correct information; 3) plists are automatically recreated if you really screw-up and need to delete - unfortunately in doing so Word will forget that no-one actually likes "when editing automatically select the whole word" so you will need to redo all of those kinds of preference tweaks.
D.

Similar Messages

  • Save PDF File As dialog box not appearing

    I am running Acrobat 8 Pro on Windows Server 2008. I'm having a problem with the Adobe PDF printer. When I attempt to print a document to this printer, the "Save PDF File As" dialog box does not appear. The dialog box does open, but it is either hidden behind the running application or is minimized. I have to click the icon on the taskbar to bring the window to focus. This problem only occurs the first time I attempt to print after logging onto the computer. On subsequent print jobs the dialog box shows up fine.

    Is there a registry setting or anything that I can set to get rid of the 'Save Scanned File As' box.
    No.

  • Problem with File Open Dialog box

    Gurus,
    I am using Forms 10g with Windows environment .. My requirement is, to display File Open Dialog Box, and whatever file I am selecting it has to open .. I am able to get Dialog box, problem is, when I select a file (for example, test.txt), I cant see the file getting opened .. Can anyone suggest me how to get the desired result ...
    Pasting my code below
    declare
         a varchar2(100);
    begin
         a := WEBUTIL_FILE.FILE_SELECTION_DIALOG('c:\temp','','*.*','c:\temp',OPEN_FILE, TRUE);
    end;
    Regards

    You can see the code in the webutil.pll library.
    FUNCTION CLIENT_GET_FILE_NAME (directory_name Varchar2 := NULL,
                                   file_name      Varchar2 := NULL,
                                   file_filter    Varchar2 := NULL,
                                   message        Varchar2 := NULL,
                                   dialog_type    Number   := OPEN_FILE,
                                   select_file    Boolean  := TRUE) return Varchar2 is                             
    * CLIENT_GET_FILE_NAME
    *   Client (Browser) side implementation of the standard GET_FILE_NAME Built-in
    *   Used to display File Open, Save  and directory listing dialogs
    *   Implemented using calls to WEBUTIL_FILE
    * Version 1.0.0
    * Change History
    *   1.0.0 DRMILLS 23/DEC/2002 - Creation
    \*********************************************************************************/ Here is one example:
    the_file := client_get_file_name('c:/', null, 'All Files (*.*)|*.*|',null,open_file,true);Francois

  • Launching file open dialog box in Forms 6i

    hi,
    We have to launch file open dialog box using forms 6i within oracle apps
    and store the file into the database.
    Any ideas?
    Thanks,
    AZ

    Hi azodpe
    i have a solution(Source Code) plz give me ur email address
    i ll mail u later.
    Khurram

  • File Open Dialog Box

    Under my install of Vista Enterprise on an AD network, I'm am not getting the "computer" option to access local and network drives when I select "File/Open".  All I get is the redirected "home" directory for that user.  True for all Adobe applications (have the latest Creative Suite 4).  Other Windows apps using Windows file/open dialog box can get to the network.  Tech support said I should have an option to select the OS dialog box, but I do not see that on my install.

    In Edit > Preferences > File Handling, uncheck "Enable Version Cue".  This is where you will find it in CS4; earlier versions may have slight variations.  In some versions, you may also get a checkbox in the file open dialog (down at the lower left, as I recall) that lets you select OS dialog or Adobe dialog.   Also, in Bridge (again CS4), go to Edit > Preferences > Startup Scripts, and uncheck Adobe Version Cue CS4.  (I have this unchecked, and even with Enable Version Cue checked in PS I don't get the Adobe dialog or the option to set it, so the setting in bridge seems to be the master.)

  • File Open Dialog Box Hiding Behind - Urgent

    Hi All
    We have write code for Opening File in File Open Dialog Box. But its stays in inactive mode behind SBO. Once we press ALT +TAB only then we can see it. How to Activate it or make it visible automatically in SAP Business One.
    The Code for Opening File we have written is in C#
    <b>OpenFileDialog objOpenFileDialog = new OpenFileDialog();
    objOpenFileDialog.InitialDirectory = System.Windows.Forms.Application.StartupPath + "
                        objOpenFileDialog.Filter = "Excel files (.xls)|.xls";
                        if(objOpenFileDialog.ShowDialog()!= DialogResult.Cancel)
    string ExcelFilePath = objOpenFileDialog.FileName;
    }</b>
    Thanks in Advance
    Asutosh

    Common problem... Do the following instead.
    System.Windows.Forms.Form form = new System.Windows.Forms.Form();
    form.TopMost = true;
    OpenFileDialog objOpenFileDialog = new OpenFileDialog();
    objOpenFileDialog.InitialDirectory = System.Windows.Forms.Application.StartupPath + "\";
    objOpenFileDialog.Filter = "Excel files (*.xls)|*.xls";
    if(objOpenFileDialog.ShowDialog(form)!= DialogResult.Cancel)
    string ExcelFilePath = objOpenFileDialog.FileName;
    That should do it

  • File Open Dialog Box  on Button Click

    Hi
    I am devloping some webpages using JSF and RichFaces..
    I would like to appear File open Dialog box to choose single file and multiple files and another Folder chooser dialog box to choose the folder content..
    Both the operation should be performed while choosing the Button Choose File and Choose Folder...
    I have already tried Input type = file and aphace tomohawk..
    But i all the components are coming with text box and browse button..
    I dont need that. I need to open the dialog box once i clilck my choose file r folder button and it should work browser indepent.....

    HTML doesn't provide you the possibility to select multiple files or select folders at a single browse. Thus JSF can't do any much for you. Best what you can do is to write a signed applet or web start application which does the task. The Mojarra Scales component library has a ready-to-use component which embeds an applet which does that task. Check [https://scales.dev.java.net/multiFileUpload.html].

  • File open dialog box broken in all apps! ( 10.5.6/7

    Hi, I've got a very odd problem that Apple phone support seem to be unable to solve.
    Basically, every file open dialog box system wide is broken, from file->open in textedit to the browse button on websites for uploading files.
    When trying to display this finder panel, it beachballs for ten seconds then gives me a grey area where the usual finder browser usually resides and the open / cancel buttons at the bottom of the panel.
    I've repaired permissions which had no effect.
    The finder works perfectly other than it's little file open dialog which other applications use...
    Updating to 10.5.7 did nothing to fix the issue.
    Does anybody have any idea how to resolve this?
    Thanks!
    chris.

    V.K. had you create another user to eliminate the possibility that it is a preference file causing the problem. It was reported the problem remained with another user, so the problem is system wide, not with a single user's preferences.
    The Archive & Install is relatively painless. It only replaces the system and leaves everything else untouched. What is replaced is saved in a new folder it creates named Previous System, in case there is something there you might want to bring back (most often 3rd party files, but I have never needed anything from the Previous System folder).
    The only hassle with the A & I is resetting preferences. If you check the option during the A & I to retain user settings, there is usually not very much that needs resetting.

  • 'Save Scanned File As' dialog box causing problems

    A lot of our users just upgraded to Adobe Std 8 from Adobe Std 7. With Adobe Std 8, the 'Save Scanned File As' dialog box comes up even before the document gets scanned (this was not the case with Adobe Std 7). How do you get rid of the dialog box? This is causing us a lot of problems because our Adobe is integrated with a document management program called DM5. With Adobe Standard 8 our users cannot save directly to DM5.Because the
    #Save Scanned File As# dialog box comes up first, now they have to tell Adobe to save it first somewhere other than DM, after the document
    gets scanned they save the document again to DM then they go back and delete the document that they saved in the other location. Is there a registry setting or anything that I can set to get rid of the 'Save Scanned File As' box. If you hit CANCEL, the document does not get scanned so users really do not have a choice but to save the document twice. As I said earlier, this was not the case with Adobe Std 7.

    Is there a registry setting or anything that I can set to get rid of the 'Save Scanned File As' box.
    No.

  • Word and Excel file and folder icons missing in File Open dialog box

    Running office 365 on Windows 7 Pro: In Word and Excel, when opening and browsing for files in the file Open dialog box, all file and folder icons are missing.  This problem does not occur within Windows Explorer.

    Can you open Word/Excel files normally?
    Go to File>Advanced>Disable hardware graphics acceleration
    Start Office in safe mode to troubleshoot the issue:
    http://office.microsoft.com/en-001/support/why-cant-i-start-my-office-2013-application-HA104011864.aspx
    If the issue persists, do a repair for your Office suites in Control panel>Program and features>Office>Change>Repair
    Tylor Wang
    TechNet Community Support

  • How to invoke 'File Open' dialog box in Forms (under unix)

    Hi all,
    On the Unix platform (motif), how do I get the File Open Dialog
    Box by using Forms45.
    Thanks and regards,
    Srinivasa.
    null

    going from 6i to 10g is a migration. That's no easy step normally.
    client-server-functionality has gone. web-functionality is new.
    Install the new webutil-toolset from oracle and use the new file-open-dialog from the webutil.pll. That's the way you work in the new 10g-environment.
    Read in the forms-section of the OTN the migration-papers and the webutil-doc's

  • Thumbnails in "OPEN" dialog box too small to see!

    The thumbnails are  too small in the open dialog box so that I can't see the file I want to open.  Yes, you can make them bigger in finder itself...but I am always opening pictures and I just can't see them!
    Almost as frustrating as the column issue.   The name column is very very wide when I try to open a file.. so I can't sort by the other columns without dragging over the bar at the bottom of the screen.  THis is so so frustrating.  I resize but it doesn't stick to the next session.
    Apple invented the finder.  Why is it so inferior to windows explorer?

    The only solution to enlarging the icons in an application open dialog window is to use the Accessibility panel in System Preferences. Under Zoom, enable Use keyboard shortcuts to zoom.
    The first time you have an application open dialog, you press the keys: option + command + =  as many times as you want to zoom in. This will enlarge the open dialog window and its contents. When done, press option + command + 8 to restore normal window size. Subsequently, you can alternatively press option + command + 8 to zoom to the previous setting, or return to normal zoom.
    This is as good as it is going to get. The applications (not just Apple’s) only use a subset of Finder’s settings in the open dialogs, and these do not include icon enlargement settings, which as you realize, are part of the actual Finder’s settings. The application development frameworks, and not Finder, are remiss in not providing icon size adjustments in open dialog windows.
    You can provide feedback to Apple regarding OS X.

  • Set thumbnail view as default in the File open dialog box

    When I hit File/Open in PS, the dialog box always opens in"details" and I have to hit the select view icon and chose "thumbnails". I've looked in preferences but can't find anything to change the default to Thumbnails. Is it that you have to do this somewhere in Windows OS ?

    What versions of Photoshop and Windows are you running?
    I ask, because running Photoshop CS5 and Windows 7 x64 when I select a view - e.g., Large Icons (which yields thumbnails) it sticks.  Make sure you actually open a file after making the change.
    -Noel

  • File/Open Dialog Box / Setting MIME type

    In my application, I am calling a web service that returns text that I need to download into an EDI application. I am simply looking to have an open/file dialog box open when the text is returned. I was using the following code in a PL/SQL process:
    begin
    -- Set the MIME type
    owa_util.mime_header( 'application/octet', FALSE );
    -- Set the name of the file
    htp.p('Content-Disposition: attachment; filename="EDIOuput.edi"');
    -- Close the HTTP Header
    owa_util.http_header_close;
    end;
    The problem is the HTML code that comes along with the text that is returned. Is there a way to simple call the procedure on a page that only containes the raw data?
    Thank you.

    HTML doesn't provide you the possibility to select multiple files or select folders at a single browse. Thus JSF can't do any much for you. Best what you can do is to write a signed applet or web start application which does the task. The Mojarra Scales component library has a ready-to-use component which embeds an applet which does that task. Check [https://scales.dev.java.net/multiFileUpload.html].

  • Custom file open dialog box

    Dear Friends!
    I need a custom file open/select dialog box (i.e a LabVIEW VI) that I can customize to mimic the looks of my project color scheme etc. Does one exist somewhere? If someone has already made one could you kindly share it with me? I'll be so much grateful to you.The one below is the one that windows provide, I need it in the VI form (so that I can customize it, change its colors etc) and use this in my application.
    Message Edited by C .DOT on 03-19-2009 04:58 PM
    Attachments:
    Snap16.png ‏23 KB

    Here is a very simple example that could be a starting point.
    "There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
    Attachments:
    browse folder.vi ‏16 KB

Maybe you are looking for

  • Can not reinstall Java 7 on Windows 8 x64

    Hi, Restinstalling Java 7 opens a dialog box saying that Java is already installed and should be uninstalled first. When I click on Yes to go on with unstalling, I get a second msg box saying that this action is only valid on installed products. I tr

  • Need help in getting more information on Adobe AIR

    Hello RoboHelp Experts, I use RoboHelp version6 and I generate Adobe's WebHelp as an output type for our Web-based application. I am the only person in my company who works with this tool. My supervisor is interested in Adobe AIR. I have done some re

  • Observable and Observer

    I am trying to use Java Observable and Observer to notify the change in one object to other. So i have to extend Observable class on the object which i want to montior on and my observer class implements the observer to listen toupdate. I have achiev

  • How to color a particular row in a matrix

    Hi All, Using SBO, i am having two queries: 1. Is it possible to color single row, Cell in a matrix or a grid by any way. 2. And How to copy particular row from 1 matrix to another?. I want this by using drag n drop event of mouse. Only click and rig

  • Removing items from startup/ at login

    I let my nephew use my mac for a bit and after that it started up with loading virex scan and i movie can get it of form startup menu in utilities, system, or individual prefrence panes. HELP ME I have Fallen and can't re configure.