Re: How can we execute remote AppleScript?
Re: How can we execute remote AppleScript?
- Subject: Re: How can we execute remote AppleScript?
- From: Jim Skibbie <email@hidden>
- Date: Thu, 12 Nov 2009 13:34:13 -0800
- Thread-topic: How can we execute remote AppleScript?
Title: Re: How can we execute remote AppleScript?
Try this ...
launch application "test_app"
tell application "test_app" to Add_Numbers(1, 2, 3)
set y to the result
Let us know how it works.
I think the issue was that my application only had a handler in it, so when it launched, it doesn’t have anything to do and so it immediately quit.
I saved out the handler app with the “Stay open” flag checked and then either solution worked.
Thanks for the help.
Jim
_______________________________________________
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