On Thu, Dec 17, 2009 at 23:30, Ed Leafe <[email protected]> wrote: >> Question Should you always add a panel, and add a Sizer Vertical as >> page 4 >> and 5 or is it added for you > > You should always add a base panel, as wxPython requires that to get > tab navigation between controls. When you add a panel, no sizer is > added to the panel; you have to add it yourself if you need it.
Another thing to add is that if you do not use a base panel the form looks incredibly crappy on Windows. Regards, Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
