Add a busy indicator to the status bar. This can be done via a simple text switch but it would be more neat, if it could be done via a wxGauge, which is green for ready and pulsing for busy.
The status bar fields have to be adapted, so that the first field can be used as busy indicator. If the size of the first field is defined statically, we don't need to handle the gauge in a size event handler. To separate the status bar logic from the remaining frame, we can abstrahize the status bar logic into a separate class derived from wxStatusBar.
This functionality was tested thoroughly in production tests. All deviations were resolved.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r394]
Diff: