IDE Scripting Creating Controls on Window or Container Control

Hello together,

i’m playing with IDE scripting for automation of some repeating steps with windows and container controls…

is there a way to place a control (TextField) to a window or container control via Scripting

thanks

Björn

ok… i think this will not work :slight_smile:

i think i will try to create the container controls and forms dynamically in xml and import this to the xojo project later…

are there any documentations about the xml file formats of windows and container controls?

thanks

Björn

Theres code generation code here
http://www.great-white-software.com/REALbasic_Code.html

Thank you Norman,

these classe help a lot