Page 1 of 1

Can I control the z-order of added shapes

Posted: Tue Nov 09, 2021 10:37 pm
by rickbarlow
I want to be able to draw lines and shapes on the screen and be able to control which of the shapes are on top vs. which are below. I am using addShape call, but I don't see a way to control which shape is visible. For instance, if I want to draw a line across the screen, and also want other shapes to be put on the screen but have them ON TOP of the line, I cannot figure out how to do it, when I cannot guarantee the time order in which I put each shape on the screen.

Any ideas on how to configure as needed?
 

Re: Can I control the z-order of added shapes

Posted: Fri Nov 12, 2021 9:04 am
by Svyatoslav
Hi. Right now you can't really control that, as far as I remember. Adding such functionality is a valid feature request.