Tab Order Property?
Bob Sneidar
bobs at twft.com
Tue Dec 6 13:46:34 EST 2011
Belay my last. Pretty simple:
on clickOrder
put the selectedobjects into theObjectList
repeat for each line theObject in theObjectList
set the layer of theObject to top
end repeat
end clickOrder
> Hi all.
>
> Is there some kind of hidden property pertaining to the tab order of objects on a card? I know about the layer property, but I was hoping there was some kind of list, so I could set the tab order of fields by entering a repeat loop and clicking on objects, building a list of them, then moving the objects in the list to the bottom in the order clicked, effectively setting their tab order.
>
> Has anyone developed a method for doing this?
>
> Bob
More information about the use-livecode
mailing list