Customize File Open and Save As view

Customize File Open and Save As view

3
NewbieNewbie
3

    Apr 17, 2009#1

    In Word, Excel, Windows Explorer and many other applications you may set folder views to Thumbnails, Icon, List, Details, etc. I am unable to set a default Menu View for the "Open" window. I would prefer to set my default Menu View to Details and display the contents sorted by Date Modified in Descending Order. Also, it would be very helpful to set the default "Open" window size.

    Is this possible if so how, if not why not the rest of the world seems to offer those options.

    Thank you

    Ed

    6,602548
    Grand MasterGrand Master
    6,602548

      Apr 18, 2009#2

      Yes, some applications like Microsoft Office have their own Open and Save As dialogs and do not use the Windows standard Open and Save As dialogs or allow to customize it (a Microsoft product does not use the Microsoft Windows standard, crazy). Some applications are not natively Windows applications (often ported from Linux or Mac) and therefore also do not use the Windows standard Open and Save As dialogs.

      Following articles of Microsoft are maybe of interest for you:
      How to customize the My Places bar in both the Open and the Save As dialog boxes in Office
      How to customize the Favorites Links list in common file dialog boxes in Windows Explorer in Windows Vista

      I have found also the interesting tool FileOpenPatcher on the ElmüSoft Downloads page. File-Ex is another tool. I have not tried any of these 2 tools.

      To set the order you wish to see after clicking on the details view in the Open or Save As dialog, open Windows Explorer, switch to the details view, select the column and the direction for ordering the files you want, hold Ctrl key and press the Close button on the window. The sorting order for the Open/Save As dialog should be changed as well as the default in Windows Explorer. You need to restart UltraEdit to see files in the open and save as dialog in the details view now in the new default order. I have monitored with registry key was modified using this method. It was

      [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
      "ShellState"=hex:
      ...

      The MSDN article SHELLSTATE Structure explains the structure of this key - for programmers only!

      The article Open and Save As Dialog Boxes in the MSDN is for programmers, but is maybe also for interest of you to understand how complicated it is to customize the standard Open and Save As dialogs from within a program which should run on Windows 2000, XP, Vista and the server versions of Windows. I was forced for one of our Windows applications to deeply look into it and you can believe me, it is a nightmare for every Windows programmer. I needed 5 days for just a simple select folder dialog to work properly on all currently available and used Windows versions because there are so many differences in the look of the dialog and what is supported and what is not supported depending on the Windows version (or more precisely the version of the DLL containing the common Open and Save As dialog objects).

      But back to your question: No, UltraEdit has no options for configuring the common file open and save as dialogs for UE only.
      Best regards from an UC/UE/UES for Windows user from Austria

      3
      NewbieNewbie
      3

        Apr 19, 2009#3

        Thank you for your response but my question was specifically about UltraEdit v14.20.1.1008. I apologize that I did not make that reference clear.

        It is possible in UltraEdit Professional v14.20.1.1008 to set the Menu View in the file Open window to have the default display set to Details by date in ascending order? If so, how can that be done? Can the default Open window Menu View be set to Details?

        Thanks,

        6,602548
        Grand MasterGrand Master
        6,602548

          Apr 19, 2009#4

          Your question was clear and my last sentence answered it - NO. All above my last sentence was my attempt to explain you why this is not possible and which workarounds maybe exist by using 3rd party tools.
          Best regards from an UC/UE/UES for Windows user from Austria

          3
          NewbieNewbie
          3

            Apr 19, 2009#5

            Sorry, I had stopped reading before I reached the last paragraph. I guess that was obvious. Had I been answering the question your last paragraph might have been my first followed by your very enlightening explanation.

            Thank you for taking the time to provide such a knowledgeable response.