Re: AppleScript Record and NSDictionary

2009-07-22 Thread has
Steve Cronin wrote: From my Cooca app I want to call an AppleScript with several parameters one of which is an AppleScript record. I've got everything about calling and return values working smoothly. What I can't seem to get is how to create that parameter record. ObjC-appscript's AEMCodecs

Re: AppleScript Record and NSDictionary

2009-07-21 Thread Jim Correia
On Jul 21, 2009, at 6:51 PM, Steve Cronin wrote: From my Cooca app I want to call an AppleScript with several parameters one of which is an AppleScript record. [...] When I look at the docs for -recordDescriptor and I see the 4 character code business - I get the ugly sinking feeling but m

AppleScript Record and NSDictionary

2009-07-21 Thread Steve Cronin
Folks; From my Cooca app I want to call an AppleScript with several parameters one of which is an AppleScript record. I've got everything about calling and return values working smoothly. What I can't seem to get is how to create that parameter record. I have been able to build AppleScript l