Tab traversal with several wxStaticBoxes Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
forrestcupp
Earned some good credits
Earned some good credits
Posts: 102
Joined: Thu Dec 28, 2006 5:12 pm
Location: Indiana, US

Tab traversal with several wxStaticBoxes

Post by forrestcupp »

I have 5 wxStaticBoxes that each contain two wxTextControls and two wxRadioButtons. Pressing Tab moves focus from the first text control to the 2nd one and that is all.

Is there a way that I can get it to go ahead and tab to the text controls in the other static boxes, too?
forrestcupp
Earned some good credits
Earned some good credits
Posts: 102
Joined: Thu Dec 28, 2006 5:12 pm
Location: Indiana, US

Post by forrestcupp »

Never mind. I just had to set the panel that contains all of that with the wxTAB_TRAVERSAL style, and it works. I just thought it must have defaulted to that since it partially worked.
Post Reply