P
Peter Larsen [CPH]
Hi,
I have a window that resize itself when some event occurs.
What happens is that a panel is toggled invisible when idle and visible when
active. Also the window height change.
There are also other layout changes, but basically we are talking about a
window resize (just to simplify it).
This work just fine if the desktop is visible.
But if the desktop is locked or not visible for some reasons, the size is
calculated wrong.
I think it does make sense since the form won't need to update if not
visible. The problem is that the form is left with a wrong size.
My question is - are there a way where i can detect if the form think it is
invisible or doesn't need to update its handle/form ??
Thanks
BR
Peter
I have a window that resize itself when some event occurs.
What happens is that a panel is toggled invisible when idle and visible when
active. Also the window height change.
There are also other layout changes, but basically we are talking about a
window resize (just to simplify it).
This work just fine if the desktop is visible.
But if the desktop is locked or not visible for some reasons, the size is
calculated wrong.
I think it does make sense since the form won't need to update if not
visible. The problem is that the form is left with a wrong size.
My question is - are there a way where i can detect if the form think it is
invisible or doesn't need to update its handle/form ??
Thanks
BR
Peter