Convert the program from GUIOnEvent Mode back to MessageLoop mode so that a dedicated function can be written to handle the GUI.
Said function should handle all GUI messages, and return control back to the function or method that called it, unless the event is $GUI_EVENT_CLOSE at which point it should exit the program.
Convert the program from GUIOnEvent Mode back to MessageLoop mode so that a dedicated function can be written to handle the GUI. Said function should handle all GUI messages, and return control back to the function or method that called it, unless the event is $GUI_EVENT_CLOSE at which point it should exit the program.