Re: calling the run method in an AppleScript from a cocoa application

2010-03-12 Thread jonat...@mugginsoft.com
On 12 Mar 2010, at 16:56, David Alter wrote: > I need the ability to call an AppleScript from a Cocoa Application. I have > done this in the past using NSAppleScript and it works great. This time I > need to call the "on run" and pass in parameters. That I have not done. I > looked at the followi

Re: calling the run method in an AppleScript from a cocoa application

2010-03-12 Thread Kevin Wojniak
Hey Dave, I think this may be what you want: http://homepage.mac.com/kenferry/software.html#KFAppleScript Kevin On Mar 12, 2010, at 8:56 AM, David Alter wrote: > I need the ability to call an AppleScript from a Cocoa Application. I have > done this in the past using NSAppleScript and it works

calling the run method in an AppleScript from a cocoa application

2010-03-12 Thread David Alter
I need the ability to call an AppleScript from a Cocoa Application. I have done this in the past using NSAppleScript and it works great. This time I need to call the "on run" and pass in parameters. That I have not done. I looked at the following Tech note Technical Note TN2084: Using AppleScript S