Re: Sample code - building an Apple Event in a Cocoa application?
Re: Sample code - building an Apple Event in a Cocoa application?
- Subject: Re: Sample code - building an Apple Event in a Cocoa application?
- From: Nathan Day <email@hidden>
- Date: Sun, 27 Jan 2002 20:56:20 +1030
I developed a wrapper for AppleScripts that included send apple event to
script (ie not just run, but open, quit etc) so I had to construct
AppleEvent. Don't know if it will help but you can download the project
at my iTools home page at
http://homepage.mac.com/nathan_day/
On Sunday, January 27, 2002, at 07:10 AM, Steven M. Palm wrote:
I hate to trouble the list with this, but I've been playing with and
creating lots of little utils in Cocoa. I wanted to use SOAP to get
data from an in-house data source, and have run into a brick wall.
I did a "proof of concept" in no time using AppleScript Studio, and
thought I'd move it to Cocoa to improve the speed.
I also have seen the Apple sample code on building an Apple Event and
sending it off from a C++ file.
I cannot, no matter what I try, manage to find a way to get that worked
into a callable/useable format from a Cocoa type app.
Anyone have any sample projects lying around they could toss my way?