Who knows what the window style NO_FULL_REPAINT_ON_RESIZE means? In the demo code BitmapButton, it's used for the enclosing panel that contains bitmap buttons.
Thanks in advance.
···
--
narke
I can't go back to yesterday - because I was a different person then.
It used to be that when a window was resized it would get a paint event with the entire window in the update region, and this style was used to turn that off such that only the newly exposed area was in the update region. Now this behavior is the default and there is another style to cause the full window to be repainted after resize events.
···
On 6/14/12 9:53 PM, narke wrote:
Hi,
Who knows what the window style NO_FULL_REPAINT_ON_RESIZE means? In the
demo code BitmapButton, it's used for the enclosing panel that contains
bitmap buttons.
Thanks for the explanation. Now I understand why I did not find noticeable changes when I used or not used the style.
···
On 6/15/2012 2:27 PM, Robin Dunn wrote:
On 6/14/12 9:53 PM, narke wrote:
Hi,
Who knows what the window style NO_FULL_REPAINT_ON_RESIZE means? In the
demo code BitmapButton, it's used for the enclosing panel that contains
bitmap buttons.
It used to be that when a window was resized it would get a paint event
with the entire window in the update region, and this style was used to
turn that off such that only the newly exposed area was in the update
region. Now this behavior is the default and there is another style to
cause the full window to be repainted after resize events.
--
narke
I can't go back to yesterday - because I was a different person then.