Hi there, I had two objects, A and B. A is on top of B, but I wanted B to be on top of A, to do that, I tried moving B on top of A on Z Order Bar, but when I test the layout, it din work.
Then, I tried creating instance variable for both of the object,
A's instance variable : sortorder = 2
B's instance variable : sortorder = 1
On event sheet,
On A created, System Sort A Z order by sortorder
On B created, System Sort B Z order by sortorder
But it din work also, help please..