Changing ZOrder of an object
Posted: Sun Aug 24, 2008 08:04
I know this is probably something easy to do, but I can't figure it out. I have a StaticText element that I want to be below all other elements. Some kind of way to either send it all the way to the back, or manually adjust where in the view order it is. If anyone can point me in the right direction I'd much appreciate it
EDIT: Finally figured it out There is a moveToFront() and moveToBack() function that can be called on things. Also, the activate() function is useful for those who want to do something like this.
EDIT: Finally figured it out There is a moveToFront() and moveToBack() function that can be called on things. Also, the activate() function is useful for those who want to do something like this.