Hi,
I'm new to wxPython and was wondering how to change the behavior of my
application so that pressing tab in one input box automatically moves
to the next input box. At the moment, tab does nothing. I've
developed a somewhat complex GUI using wxGlade composed mostly on
BoxSizers and GridSizers and embedded BoxSizers and GridSizers. How
would I enable tab stops? Thanks for your help.
Hi,
I'm new to wxPython and was wondering how to change the behavior of my
application so that pressing tab in one input box automatically moves
to the next input box. At the moment, tab does nothing. I've
developed a somewhat complex GUI using wxGlade composed mostly on
BoxSizers and GridSizers and embedded BoxSizers and GridSizers. How
would I enable tab stops? Thanks for your help.
--
Place your widgets in a panel.
···
2008/1/7, Mathew Brown <mathewbrown@fastmail.fm>:
Mathew Brown
mathewbrown@fastmail.fm--
http://www.fastmail.fm - Send your email first class---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
--
-- Guilherme H. Polo Goncalves
Mathew Brown wrote:
Hi Guilherme,
Hi,
I'm new to wxPython and was wondering how to change the behavior of my
application so that pressing tab in one input box automatically moves
to the next input box. At the moment, tab does nothing. I've
developed a somewhat complex GUI using wxGlade composed mostly on
BoxSizers and GridSizers and embedded BoxSizers and GridSizers. How
would I enable tab stops? Thanks for your help.
--Place your widgets in a panel.
What would be the easiest way to add a panel to my current frame? What
parts would have to change? Thanks.
Exactly the same way you do now, except the only child window of the frame will be the panel, and all other widgets will be children of the panel.
···
On Mon, 7 Jan 2008 12:41:21 -0200, "Guilherme Polo" <ggpolo@gmail.com> > said:
2008/1/7, Mathew Brown <mathewbrown@fastmail.fm>:
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!