BUG: Menus Disappear When All Child Windows Are ClosedLast reviewed: March 14, 1996Article ID: Q148382 |
The information in this article applies to:
SYMPTOMSClosing all the child windows in a QuickWin application causes the application's menus to disappear.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Sample Code to Illustrate ProblemC Compile options needed: /MW
include 'fgraph.fi' include 'flib.fi' open(1,file='user') ! Opens a child window and displays write(1,*)'hello world' ! "hello world". At this point, the ! menu is visible. call sleepqq( 10000 ) ! The application pauses for 10 close( 1, status='delete' ) ! seconds then closes the child window, ! which causes the menus to disappear. call sleepqq( 5000 ) ! The application pauses for 5 seconds end ! before terminating. |
Additional reference words: 1.00 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |