Posted: Wed Apr 30, 2003 11:49 am
Damn! You won.
In my code without UpdateWindow_() the tons of events, which come with overlaying the Debugger-Window, are handled with 1 ms delay EACH, before the final refresh comes.
In your WindowEvent()-code the whole queue of Events - if there is one - is handled immediately.
I promise, I will do it this way in all my future-codes.
Thank you for washing my head!
Now I'll be quiet.

In my code without UpdateWindow_() the tons of events, which come with overlaying the Debugger-Window, are handled with 1 ms delay EACH, before the final refresh comes.
In your WindowEvent()-code the whole queue of Events - if there is one - is handled immediately.
I promise, I will do it this way in all my future-codes.
Thank you for washing my head!
Now I'll be quiet.