Hide Menu, Show Menu, Hide Popup, Show Popup, Move Popup, Size Popup
These commands date back before the Windows menu revolution, when you could set your own standards for how the menus and popups in your application behaved. In those days, it was okay to have menus disappear and reappear and to move popups around on the screen. These days, we don't do that—it violates the Window interface guidelines and, more important, confuses the heck out of users.
Usage |
HIDE MENU MenuList | ALL [ SAVE ] SHOW MENU MenuList | ALL [ PAD PadName ] [ SAVE ] HIDE POPUP PopupList | ALL [ SAVE ] SHOW POPUP PopupList | ALL [ SAVE ] |
Usage |
MOVE POPUP PopupName TO nRow, nCol | BY nRows, nCols SIZE POPUP PopupName TO nRows, nCols | BY nRows, nCols |
Example |
* Make popup wider and shorter SIZE POPUP MyPopup BY 5,-10 |
See Also |