[wxPython] Sash under MDI Refreshing

I reverted back to 2.3.0 and confirmed that 2.3.1 was causing me grief on
the Windows refresh.
It only seems to be happening on my Windows 2000 machine and not on '98.

I'm doing wxSashLayoutWindow withing MDI child windows. It seemed fine
until now. When the window first opens you can see it try to build up all
the layout windows from a very small size and then finally refresh into the
final size. No such behavior in 2.3.0 or using 2.3.1 under '98.

I suspect something to do with the wxLayoutAlgorithm().LayoutFrame(self)

I haven't found this shows up on any other basic MDI or Sash type apps I
build. Only the more complex one.

Lorne White

I reverted back to 2.3.0 and confirmed that 2.3.1 was causing me grief on
the Windows refresh.
It only seems to be happening on my Windows 2000 machine and not on '98.

I'm doing wxSashLayoutWindow withing MDI child windows. It seemed fine
until now. When the window first opens you can see it try to build up all
the layout windows from a very small size and then finally refresh into

the

final size. No such behavior in 2.3.0 or using 2.3.1 under '98.

If you can reduce this to a smallish sample I'll take a look at it and see
if it can be solved.

ยทยทยท

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