in reply to Re^2: wxWidgets Events question
in thread wxWidgets Events question
Ok, how can I do something after a specific event handler is done?
Is there an event type that is documented to fire after that specific event? Is it supported by wxPerl? For the installed/compiled-against version of wxWidgets?
If there is, you simply register another event handler :)
If there is not, then whatever you needed to do, you should have done from within your original event handler, perhaps at the very end of it :)
OTOH , you can update display from within event handlers ... and from outside of them
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: wxWidgets Events question
by greenhorn_007 (Acolyte) on May 28, 2014 at 08:47 UTC | |
by Anonymous Monk on May 28, 2014 at 09:26 UTC | |
by Anonymous Monk on May 28, 2014 at 11:12 UTC |