Hi,
I have a question regarding applications written in AppleScriptObj-C and whether they can be customized to look graphical like any other apps written in Objective-C for example as opposed to a simple looking interface.
Thanks,
t.
Hi,
I have a question regarding applications written in AppleScriptObj-C and whether they can be customized to look graphical like any other apps written in Objective-C for example as opposed to a simple looking interface.
Thanks,
t.
Yes, apps written in ASOC can have as complicated and sophisticated an interface as anything written in Objective-C. Only a small subset of cocoa methods, ones that use blocks or pointers to pointers, for example, can’t be used in ASOC, and these would not affect the look of an app.
Ric
Thank you for clarifying this to me. Are there any references with examples in forms of books or online material which I can refer to.
Regards,
t.
I would recommend Shane Stanley’s book “AppleScriptObjC Explored”. It has many examples and includes sample projects with complete code. Go to http://www.macosxautomation.com/applescript/apps/ for more details.
Ric