Im creating an interface that is only using one panel and a bunch of children sizers basically the sizers are used to calculate size and position in the window and then using that information to draw back on the parent panel ands its been working fine. but as soon as I assign a wx.EVT_SIZE to the panel all my sizers dont work they stop calculating their size and position the main panel still registers the full size of the window though its like when I bind to that event its overriding some built in size calculation for the children any thoughts?
I’m creating an interface that is only using one panel
and a bunch of children sizers… basically the sizers are used to
calculate size and position in the window… and then using that
information to draw back on the parent panel… ands its been working fine.
but as soon as I assign a wx.EVT_SIZE to the panel all my sizers don’t
work… they stop calculating their size and position… the main panel
still registers the full size of the window though… its like when I bind
to that event its overriding some built in size calculation for the
children… any thoughts?