Hello, I need help
it is possible to move an object, using code such as through the click of a button, above all other objects
thank you
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
I am not sure I understand what you are after. Do you want to move an object in front of other objects, so that it obscures them?
You can move objects around the form at runtime, by changing their x/y coordinates. However you can't change the position of the object within the hierarchy, eg bring it to the front.
Niall
Views
Replies
Total Likes
Hi,
I am not sure I understand what you are after. Do you want to move an object in front of other objects, so that it obscures them?
You can move objects around the form at runtime, by changing their x/y coordinates. However you can't change the position of the object within the hierarchy, eg bring it to the front.
Niall
Views
Replies
Total Likes
it was, thank you
Views
Replies
Total Likes
Hi,
One option would be to hide an object that is above the other objects and then at the appropriate time set its presence to visible.
Would that help?
Niall
Views
Replies
Total Likes
hello thanks for the help.
I solved by moving the objects through the board hierarchy
Views
Replies
Total Likes
Views
Likes
Replies