Re: More AppleScript-ObjC Bridge Weirdness

2015-11-12 Thread Dave
> On 11 Nov 2015, at 22:34, Shane Stanley wrote: > > On 12 Nov 2015, at 4:29 AM, Dave wrote: >> >> I restarted my Mac and and added as string on the handler definition and it >> started working (not sure which of these helped): > > The "as string" did it. Passing from Objective-C to AppleSc

Re: More AppleScript-ObjC Bridge Weirdness

2015-11-11 Thread Shane Stanley
On 12 Nov 2015, at 4:29 AM, Dave wrote: > > I restarted my Mac and and added as string on the handler definition and it > started working (not sure which of these helped): The "as string" did it. Passing from Objective-C to AppleScript uses lazy conversion; it doesn't happen unless you ask fo

More AppleScript-ObjC Bridge Weirdness

2015-11-11 Thread Dave
Hi, I restarted my Mac and and added as string on the handler definition and it started working (not sure which of these helped): on getOutlookMessagePropertiesDictionaryWithMessageID:(theMessageIDString as string) say "getOutlookMessagePropertiesDictionaryWith