[wxPython] Question about textfields.

Hi,

I have a question.
Is it possible in wxpython to code the textfields, so if you have serval
textfields, you can change between them by pushing the TAB button?!

Regards,
Thomas

"Knowledge is of two kinds. We know a subject ourselves, or we know where we
can find information on it." -- Samuel Johnson

I have a question.
Is it possible in wxpython to code the textfields, so if you have serval
textfields, you can change between them by pushing the TAB button?!

If you place your controls on a wxDialog or a wxPanel then that is the
default behaviour.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!