From: Mark D. <mar...@zn...> - 2007-06-01 17:28:33
|
Hi see wxApp::Yield and wxSafeYield Being cross platform you don't get the kind of granularity that would allow you to filter down to individual Window messages, but it should suit your purpose. Regards Mark Foo JH wrote: > 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. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users |