Look at the following sample:
First bug:
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd MDI
ACTIVATE WINDOW oWnd
RETURN NILFirst bug:
- - run the sample
- click on Childs then New
- maximize the MDI child window
- press ALT-C and you will get the system menu instead of Childs menu
- press ALT-W and you will get the Childs menu instead of Window menu[/list:u]
Second bug:
- - run the sample
- click on Childs then New
- maximize the MDI child window
- press ALT-C
- press ESC
- press ESC again and the child icon will disappear[/list:u]
EMG