The information in this article applies to:
SYMPTOMSYou edit a program, file, form, or class. You maximize the editor or designer window. When you close and then reopen the editor window, it will once again be maximized. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. Q194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why MORE INFORMATIONVisual FoxPro is a Multiple Document Interface (MDI) application. MDI applications use a single primary window (the MDI parent window) to display one or more child document windows (MDI child windows). In the case of Visual FoxPro, the parent window is the Visual FoxPro desktop and the MDI child window would be the editor or designer window. When an MDI child window is maximized, the child window's title bar icon appears to the left of the primary window's menu bar, and the child window's control buttons (Minimize, Restore, and Close) will appear to the right of the primary window's menu bar. The name of the document being edited will appear in the application's main title bar followed by a hyphen and the normal application titlebar caption. For example, if you are editing a program called myprogram.prg in Visual FoxPro, when the editor MDI child window is maximized, the titlebar caption will read "myprogram.prg - Microsoft Visual FoxPro." Steps to Reproduce BehaviorNOTE: SET RESOURCE must be ON for this behavior to occur.
The editor window will again appear maximized. This is incorrect. MDI guidelines dictate that child MDI windows should appear maximized only when the application itself is in an MDI maximized state. The application's MDI maximized state occurs when any child MDI window is explicitly maximized. This means that any additional MDI child windows opened after one is maximized will also appear maximized, and any currently open MDI child windows will be maximized when a single MDI child window is subsequently maximized. The described behavior also occurs within the Class Designer, Form Designer, Database Designer, and code editor windows within the Form and Class Designers. REFERENCESThe Windows Interface Guidelines for Software Design. Redmond, WA: Microsoft Press, 1995. Additional query words:
Keywords : kbDesigner kbVFp500abug kbVFp600 kbVFp600bug kbVS600sp3fix kbGrpFox |
Last Reviewed: September 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |