Discussion:
weird bahavior with tab order!
leo.zhou
2014-03-03 14:23:17 UTC
Permalink
Hi,
I'm using the latest wx version for mac. I need to show a modeless frame
in my app. The frame has two wxTextCtrl, one left and one right. I
encountered a few problems.
1. The tab order doesn't change when I change the order of creation on my
code. Always the left one gets focus when the frame is activated.
2. When I first create a wxPanel, then the wxTextCtrl, the focus can never
traverse back from right one to left one. If I create these wxTextCtrl
directly on wxFrame, the tab order works perfectly.

Anyone knows why this happens? Thank!

Leo
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...