rigordo959 / tsWxGTUI_PyVx_Repository

The TeamSTARS "tsWxGTUI_PyVx" Toolkit is designed to be a foundation for developing, operating and troubleshooting those Python Curses based application programs embedded in local and remote 32-/64-bit computer systems used to monitor and control mission critical equipment.
13 stars 1 forks source link

tsLibGUI/tsWxGraphicalTextUserInterface lack of Pending Event handling. #47

Open rigordo959 opened 8 years ago

rigordo959 commented 8 years ago

tsLibGUI/tsWxGraphicalTextUserInterface lack of Pending Event handling.

wxPython-style event handling should include front-end (real time) dispatching or queuing with back-end (idle time) ProcessPendingEvent handling.

While the wxPython emulation is under construction, the workaround involves front-end use of tsWxProcessSelectedEventTable. The workaround has been used after much trial and error to demonstrate buttons, checkboxes, radio buttons and the scroll bar "arrow" buttons and gauges associated with text scrolling.