[wxPython] wxSashLayoutWindow help

Hi all, love wxPython!

I have a question about wxSashLayoutWindow... when adding sash windows to
this control they all clump up in one place unless I manually resize the
parent window (incrementing/decrementing it by one each time I add a new
control). This is a problematic workaround as it causes the app to sit there
and resize a bunch of times while adding windows. Since it seems that when I
send the size event to the parent window (and then ultimately the sash
windows), I assumed that what I was doing in my OnSize() would handle it,
but calling that instead of resizing the parent window doesn't help.

Any thoughts?

Thanks.

I have a question about wxSashLayoutWindow... when adding sash windows to
this control they all clump up in one place unless I manually resize the
parent window (incrementing/decrementing it by one each time I add a new
control). This is a problematic workaround as it causes the app to sit

there

and resize a bunch of times while adding windows. Since it seems that when

I

send the size event to the parent window (and then ultimately the sash
windows), I assumed that what I was doing in my OnSize() would handle it,
but calling that instead of resizing the parent window doesn't help.

Version?

Does it happen in the demo too?

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!