Change the position of a component

Hello,

Is it possible to move / resize a control programatically?

Thank you.

There are at least 3 scripting functions to do this:

system.gui.moveComponent
system.gui.resizeComponent
system.gui.reshapeComponent (does both above simultaneously)

See Ignition manual Appendix C: Scripting Functions.

Thank you very much pphillips,

I think I have to review the user manual before posting a question hehehehe. :mrgreen:

Thanks a lot