Hi all,
I am trying to improve the window repainting response, which I notice
will not happen while the app is processing something heavy.
In C# there is a command called Appllication.DoEvents, which one can
call regularly during the heavy processing. You can even filter the
windows messages so that only WM_PAINT (and maybe the clicking on the
Cancel button) is processed.
Does anyone know that is the equivalent for wxPerl? I'm quite sure there
will be.
|