Author Topic: [Solved] Add Control via Code to Parent Control  (Read 356 times)

How would I add, for example a button, to a parent control (named TestControl) via script?
« Last Edit: September 18, 2012, 03:47:53 PM by Jeep »

TestControl.add(%button);

%button being the button's object.

TestControl.add(%button);

%button being the button's object.
Thank you!