Hi All
To automate repetitive tasks, I'd like to create a JadeScript to create a subclass of say "Table" and setup columns ect..
Is it possible to create the subclass itself in Jade code ?
I currently have some templates that I use to speed things up, Template scm;ddb files that I use that I jadLoad into my Dev systems.
Would like to be able to create classes, add controls from within the Jade IDE itself via a script.
Another question, can I from a JadeScript open a Class Window or a Method window by code?