Adding a Shape to the form

Hi all,

Is there any way to place/add a Shape(Rectangle, Circle, Border Panel etc.) to the form, created by using SM.

and also any way to bring the object to front & send to back…

Thanks.

ars:
and also any way to bring the object to front & send to back…

the z-order is defined by the formIndex property on the elements:

mybutton.formIndex = 1
mylabel.formIndex = 2
...

Shapes have not been added to the solution model, please create a feature request for that.

viewtopic.php?f=13&t=6361

Rob

Thanks Rob,

Feature request created CASE ID : 176455