gui items like check boxes etc


Author Message
Geoffg

Guru

Joined: 06/06/2011
Location: Australia
Posts: 3348
Posted: 06:57pm 24 Jun 2025      

On Page 1 of the manual the option is described quite clearly:
  Quote  To use the GUI controls the memory required for the GUI controls must be allocated first by using the command OPTION GUI CONTROLS.  Typically you would use the command like this:  
OPTION GUI CONTROLS 75
This will set the maximum number of controls that you can define to 75.  This option is permanent (i.e. it will be remembered on power down).  By default the maximum number of controls is set to zero and in this case the GUI features will not be available and no memory will be used.


Geoff