Search found 2 matches

by rogerzavala
Mon Nov 08, 2004 2:45 pm
Forum: C++ Development
Topic: Processing a TAB for text controls.
Replies: 4
Views: 2182

Re: Processing a TAB for text controls.

Hey, I have a simple wxNotebook with only wxTextCtrls (writing a small text editor for practise), and I am wondering one thing. When I have only one text control in my frame, I can use the TAB key for the text control fine, but with wxNotebook I can't. I have wxTE_PROCESS_TAB enabled. My question i...
by rogerzavala
Mon Nov 08, 2004 2:39 pm
Forum: wx.NET
Topic: Urgent, Tab Navigation problem!
Replies: 0
Views: 1970

Urgent, Tab Navigation problem!

I have tab navigation problem, when i use combobox control, for code (not XRC), the modifier wxTAB_TRAVERSAL don't work. If i change my combobox or my listbox for a textbox, por example, all controls in my panel work fine. But if i use ListBox or ComboBox, the Tab Navigation stop, returning to the p...