1. RE: win32lib and child windows

Derek Parnell wrote:
> 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
> 
> 

Just tried it and no still the same effect

new topic     » topic index » view message » categorize

2. RE: win32lib and child windows

Derek Parnell wrote:
> 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
> 
> 

Just tried it and it gives the same effect

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu