About Store Forum Documentation Contact



Post Reply 
tab order
Author Message
JonathonA Offline
Member

Post: #1
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
Visit this user's website Find all posts by this user Quote this message in a reply
PsychoBoy Offline
Member

Post: #2
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
Visit this user's website Find all posts by this user Quote this message in a reply
JonathonA Offline
Member

Post: #3
RE: tab order [unresolved]
The order of creation determines it; okay, I'll drop in a feature request.
06-16-2012 10:51 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
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
Find all posts by this user Quote this message in a reply
Post Reply