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

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to