AppleScript Studio I thought this was done in Xcode , not in the AppleScript editor. Code in AppleScript Editor can only be saved as scripts , and the language is just AppleScript .
If you do this, Xcode, at 10.6, AppleScript Studio no longer exists. Now AppleScript-Obj-C
I do not know the exact answer .. but ...
If you take - (void)makeKeyAndOrderFront:(id)sender in AppleScript-Obj-C, if I have a property related to the window in Xcode, I just go: myWindowProperty makeKeyAndOrderFront_(sender)
Hope this helps at least a little!
source share