Does anyone have an example applescript script which drives the
Interface Builder to build a .nib file ?
aka: script thats ends commands to Interface Builder to insert a text
box at location X Y, sets attributes of that text box and then saves the
..NIB file ?
I am able to start interface builder and open an existing do***ent.
Unable to create a new one, and definitely don't wher where to start to
start inserting objects into a window.
Having an example would allow me to associate what I see in the
dictionary for interface builder with the script and greatly help me.
(My goal is to parse legacy form layouts into an applescript that would
create a apple native .NIB file with roughly same layout as on the
legacy platform)