Re: win32lib and child windows
On Mon, 24 Feb 2003 04:26:47 +0000, Raudaun Long <LilFreak02_ at hotmail.com>
wrote:
>
> Any reason why a simulated MDI interface using a parent window and
> several child windows would cause the child windows to not redraw when
> they get focus? The styles of the parent window are:
>
> styles = {WS_THICKFRAME, WS_SYSMENU, WS_MINIMIZEBOX, WS_MAXIMIZEBOX}
>
> ex_styles = {WS_EX_CLIENTEDGE}
>
> The child styles are:
>
> styles = {WS_CHILD, WS_BORDER, WS_THICKFRAME, WS_CAPTION, WS_SYSMENU,
> WS_MINIMIZEBOX, WS_MAXIMIZEBOX}
>
> ex_styles = {0}
Does adding WS_VISIBLE to the child style help?
--
cheers,
Derek Parnell
|
Not Categorized, Please Help
|
|