Force repaint

Hi Ilian,

Does your “window.Invalidate()” invalidate the whole region, i.e to what InvalidateRect params does it map?

I suppose to and will check.

“Force repaint” should be something like using a 5Hz WM_TIMER to redraw the whole UI.
Yes, this make sense…

A LockWindowUpdate might be a hackish way to cause or cure the thing (wild speculation).

I never know about this, I will try to understand what is used for.

Just a wild guess… turn off shadows under menus.
Mmm… this a nice one.

Thanks,

I’ll make some tests and let you know…

Alberto