Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: samsam598 on May 18, 2010, 03:14:55 am
-
Greetings to everybody!
Sorry maybe it is a silly question,but I really do not know how to do it,I searched in wxSmith but did not found anything help.
My request is very simple,re-order the Tab order to part of the controls in the frame,how?
Thank you so much for your help in advance.
-
Items are tabbed in the order that they are created; a.k.a. "the Z-order".
Right-click on a component and select "Move To Front" or "Move To Back" to change the Z-order (and the tab order).
Ringo
-
Right-click on a component and select "Move To Front" or "Move To Back" to change the Z-order (and the tab order).
Ringo
Thank you Ringo.
I wish there is a popups when I right click on a control,but there is nothing.My C::B is nightly build 6181.Was I missing something else?
Regards,
Sam
-
No, the popup menu is built into wxSmith. If you using the GUI designer and right-click on a component (a button for example, or a static text label), you should see a popup menu appear with "Bring To Front" and "Send To Back" on it. Selecting one of those changes the creation order of the components.
If you are not getting the popup, then something is very wrong. What OS are you using?
Ringo