Contents | Index | < Browse | Browse >

   GUIWINDOW  GuiFile  ON|BIG|SMALL|FRONT|BACK|WAIT|RESUME

 With this command you can do various things to a GUI.

 ON      - will activate the GUI

 BIG     - will zoom the GUI to its WinBig size (if it was small)
 SMALL   - will zoom the GUI to its small size

 FRONT   - bring the GUI to the front
           (also done by double-clicking on the window)
 BACK    - Move GUI to the back of other windows.

 WAIT    - Will change the pointer to the default wait pointer and
           disable any user input into the GUI.
 RESUME  - will break the WAIT above.


 WAIT and RESUME are usefull for when you launch a command, or do 
 something which will take some time. You can set the gui to wait so
 that  you don't have to worry about the user clicking buttons while
 he's waiting.