User forums > Using Code::Blocks

wxSmith and tab order

(1/2) > >>

Jan van den Borst:
How can I set the tab order of controls in wxSmith?

Jan

byo:
Hmm, if you use sizers, they automatically set tab order, if you don't use them... hmm, curently no feature dedicated to this. It can be done by some trick (by moving all items to some temporary panel and put them back one after another in required order), but that may introduce some problems.

Regards
   BYO

Grom:
Byo, could you pls add row and col number to the wxTable. Those are only few more commands.

Jan van den Borst:
Is it perhaps possible to hack the .wxs file manually (first entry has lowest TAB order) ?
Jan

byo:

--- Quote from: Jan van den Borst on September 11, 2007, 11:43:18 pm ---Is it perhaps possible to hack the .wxs file manually (first entry has lowest TAB order) ?
Jan

--- End quote ---

Yup, this could be done either through wxs or through xrc (if used). The order in which items appear in wxs/xrc is the final tab order.

I'll also try to implement some easy right-click popup menu with stuff like "Bring to front" and "Put to bottom" - this also could be used to set valid tab order.

BYO

Navigation

[0] Message Index

[#] Next page

Go to full version