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

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