solved! the window parent to my control at runtime, did not use the
WS_CLIPCHILDREN style, so any painting done in the window would make
the child flicker. I got the control's parent window and set it's style
to clip children. seems to work well.
chris skogen
gizmolabs. inc.
On Feb 9, 2005, at 4:45 PM, Christopher Skogen wrote:
oops. left out the part about resizing. this is all an issue when
resizing the window.
chris skogen
gizmolabs, inc.
On Feb 9, 2005, at 4:33 PM, Christopher Skogen wrote:
hi,
it appears that on windows, a realbasic window behaves differently in
the ide (design time) than it does when running as an exe. in the
ide, the window does no repaint on a WM_ERASEBKGND if the window has
no backcolor. when the exe is built, the window repaints a color even
though no back color is chosen. it's odd, since the window has no
brush in it's class style. i can only assume that the realbasic
wndproc is painting something at run time.
has anyone experienced this? any work arounds?
thanks,
chris skogen
gizmolabs, inc.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|