kmorgan2 / ResTool-NXT

Computer Repair and Troubleshooting utility for ResTech, a department of NIU Housing and Dining
1 stars 1 forks source link

Convert program back to MessageLoop GUI Style, implement GUI Message Handling Function #25

Closed kmorgan2 closed 8 years ago

kmorgan2 commented 9 years ago

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.