JonathonA
Member
|
tab order
Hello there, this isn't about "Tabs" element, its about the tab order of elements in a gui object.
When I press 'tab' and cycle through the elements of the loaded gobj; how is that order determined because I haven't written it in codes?
Thank you.
|
|
06-14-2012 10:32 PM |
|
PsychoBoy
Member
|
RE: tab order [unresolved]
I think that when you place new gui element it is added on end of tab order. It would be nice if there would be an option allowing to set tab order.
|
|
06-15-2012 04:13 PM |
|
JonathonA
Member
|
RE: tab order [unresolved]
The order of creation determines it; okay, I'll drop in a feature request.
|
|
06-16-2012 10:51 AM |
|
Esenthel
Administrator
|
RE: tab order [unresolved]
(06-15-2012 04:13 PM)PsychoBoy Wrote: I think that when you place new gui element it is added on end of tab order. It would be nice if there would be an option allowing to set tab order.
yes, that is correct
there are also GuiObj::moveUp,moveDown,moveToBottom,moveToTop
|
|
06-16-2012 10:18 PM |
|