.WIDGET HIDE STD MENUS
This subroutine hides the standard pull down menus.
Usage:
GOSUB --- .WIDGET HIDE STD MENUS
* Check for errors
IF --- .WIDGET HIDE STD MENUS NE
Description:
This subroutine hides the standard pull down menus. There are no parameters.
This should be called in the Pre-Display or Global Pre-Display event points. Appx adds these menus automatically on every iteration of the image, so if you want to hide them, you must call this routine every time as well.
Note that this does not delete the underlying --- WIDGET record. You can also unhide the menus via
.WIDGET SHOW STD MENUS and you can delete them via
.WIDGET DEL STD MENUS.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2012-02-07