Calling ASS application from applescript
Calling ASS application from applescript
- Subject: Calling ASS application from applescript
- From: Rainer Standke <email@hidden>
- Date: Tue, 6 May 2008 18:34:06 -0700
Hello,
I have an AppleScript Studio application that contains 3 separate
script files. One script controls the user interface and another one
does the bulk of the processing the app needs to do. The UI controller
script calls a handler within the main script with a parameter (in
fact a list of parameters), and all of this works just fine.
I want for a plain AppleScript application I am building in Script
Editor to be able to hand one parameter to the UI controller script,
and then to trigger the main script. I have had no luck with this at
all.
I created a handler inside the UI controller script that in turn calls
other handlers in that script. I get errors to the effect that my
plain AS app doesn't know about the variables and parameters used
inside the other handlers in the UI script.
The purpose of this is for another application to trigger what's going
on in mine. Am going about that in the wrong way?
Thanks,
Rainer
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden