On Nov 29, 2007, at 8:28 AM, Bill Bedford wrote:
> I want to be able to shift the focus between fields in a grid sizer
> using the tab key. Is there a bit of dabo neat code for this or I have
> to code each field in turn?
The sizer should have no effect whatsoever on the tab behavior.
The 'trick' in wxPython is that tab navigation is only supported if
the controls are on a panel. That's one reason why we advise that you
first add a dPanel to your form, and then add controls to the panel.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
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/dabo-users/[EMAIL PROTECTED]