This class makes it easy to tell your user that the program is
temporarily busy. Just call the class method ‘busy’ and run the code
that your program is busy with within a block. A small window with an
informational message will be displayed on top of the application
For example:
Wx::BusyInfo.busy(“Please wait, working…”) doNone
Displays a busy info window as child of parent and displays msg
in it, while running the block. When the block’s execution is completed,
the busy info window is removed from the display.
NB: If parent is not nil
you must ensure that it is not
closed while the busy info is shown.
[This page automatically generated from the Textile source at 2023-06-13 21:31:36 +0000]