why two "open/save" dialogs?

Page 1 of 2 12 LastLast

  1. Posts : 575
    7600 x86
       #1

    why two "open/save" dialogs?


    i've seen 2 open/save dialog boxes in Windows 7:



    the first one is very useful. the second one is not.

    why are there two? can i make the second one go away? it reminds me of XP, and it makes my head ache
    Last edited by Brink; 16 Apr 2011 at 10:24. Reason: removed broken images
      My Computer


  2. Posts : 4,925
    Windows 7 Professional 64-bit
       #2

    I think theres more than two. It depends on the version of windows it was compiled on/for and the compiler would've built in the dialogs for that version. Ive seen some even older ones for Windows 9x. Really Windows should override the dialogs for the latest version imo.
      My Computer


  3. Posts : 575
    7600 x86
    Thread Starter
       #3

    i can't imagine they're all built into apps, they must be part of windows. i launched both of those from firefox. the first one with CTRL-O, and the second while adding an attachment in gmail.

    going though the apps pinned to my start menu...

    Photoshop CS4: old
    Office 2007: new
    Notepad2: new
    MP3tag: new
      My Computer


  4. Posts : 620
    7264x64/7260x86
       #4

    The dialog(s) is part of the OS, but It's up to the programs to decide which dialog style/combo to pull up.
      My Computer


  5. Posts : 575
    7600 x86
    Thread Starter
       #5

    ok, but why two styles? why would there be more than one, and why would an app pull up the outdated one intentionally? it always throw me when i go to save something and my favorites are not there...
      My Computer


  6. Posts : 99
    Windows 7 Professional x64
       #6

    If the app is coded for older OS that doesn't have the newest dialog, the new wouldn't work, thus it's safer to use older because they exist in newer windows'.

    I'm not that familiar with coding but sure you can detect OS and that way decide which dialog pops up, assuming he coded it with vista/7 in mind along with xp and/or older OS.
      My Computer


  7. Posts : 620
    7264x64/7260x86
       #7

    It's not really about one being outdated and another not. The open dialog is a moduled based ui in windows.

    For example, older office programs had their own dialogs that didn't use the "default" common places on the side. (on XP)

    Programmer preference on how they think you might want to get to your files.
      My Computer


  8. Posts : 575
    7600 x86
    Thread Starter
       #8

    i understand. but i still think it's bizarre that the old XP style dialog still exists in Windows 7, and that apps like Photoshop CS4 use it instead of the newer and more functional design...
      My Computer


  9. Posts : 620
    7264x64/7260x86
       #9

    It's also possible there's a "default" settings that will pull the new one, and programs that don't specify a different dialog just go to the new one.
      My Computer


  10. Posts : 2,528
    Windows 7 x64 Ultimate
       #10

    The top one is the "shell" file dialog and is "part of the OS" as it ships. Programs can call it if they want but they have no real control over it.

    The second one is the "MFC" dialog which most programs use. It's part of the programming API, not the OS and it gets installed with the VC runtime libs. There are several permutations of it too, if you have enough software installed you may see 3-4 slightly different ones. But also, that dialog can be "extended" with custom controls so you may see even more permutations of that one over time.

    So program written for the MFC one will remain in that frozen state as long as they live, while programs wrtten to launch the shell one will have the dialog change on them from S to OS and possibly the API as well.

    For that reason and just general backwards compatibility it isn't really possible to just override the "old" one with the new one.

    The main problem is that the system one has evolved faster than the MFC API one so the disparity is considerable at this point :/
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:02.
Find Us