Object overlapping problem

 

Hi,


I am new here, but I've been working on a EA project for some time. I have a question:


Is it possible to overlap graphical objects (text, label etc) in a specific order. In other words, I understand there's no such property as zIndex (as in some other high level programming languages), so how can I position elements such as labels on top of each other in a particular order. I thought that putting them in execution order will make the last object created appear on top of rest, but that's not happening (It's somewhat random)


I would appreciate any help. Thanks.


Jason

 

There's no control over it, although there is the choice of Background = 0/1 on all objects.

I don't know what the default ordering is, though, among different objects of the same type, or different types, or even colors.

 

Thanks for your help Phy. I guess I'll try to find a workaround for this problem.

Reason: