win32lib and child windows

new topic     » topic index » view thread      » older message » newer message

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}

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu