my first scriptable app
my first scriptable app
- Subject: my first scriptable app
- From: jerome LAURENS <email@hidden>
- Date: Sat, 2 Feb 2002 09:30:41 +0100
As a newbie in AppleScript in both using and programming, i have read
the docs for scripting with cocoa, the sketch example, standard and non
standard suites, but... it is not that clear to me
all i want to is have my app respond to
tell application "myApp"
activate
process "path"
end tell
i have created with propert y list editor templates the .scriptSuite and
.scriptTerminology, letting NSApplication support command "process"
using the suite registry i can see that my suite is registered... but
the above script does not launch from the OS X script editor. I tried to
open a dictionary but my app is not listed by the script editor...
Is there a true basic exemple? Sketch is useless to me as long as i have
no sample scripts, are they hidden somewhere?
i have so many questions on that subject...
sorry for cross posting omnni+cocoa but this is urgent to me
tia