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?
Friday, April 21, 2006, 11:53:03 AM, Keith wrote:
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?
Tried an event.Skip()?
-- tacao
No bits were harmed during the making of this e-mail.