Re: Found It!! Another Weird AppleScript-ObjC Problem
Re: Found It!! Another Weird AppleScript-ObjC Problem
- Subject: Re: Found It!! Another Weird AppleScript-ObjC Problem
- From: Dave <email@hidden>
- Date: Tue, 17 Nov 2015 12:37:27 +0000
Hi,
I found the problem, it’s the name:
setOutlookPropertiesDictionary
it thinks its a property setter which doesn’t have a return value and it must be setting it to nil.
If I change the name to XsetOutlookPropertiesDictionary then it works!!!!
This *was* working before, but it had two parameters not one, I then optimised it because I didn’t need the extra parameter as it was already inside the dictionary passed into it.
Not sure what to do for the best now, setOutlookPropertiesDictionary is actually what the method is doing, I suppose I could just add an extra parameter and pass in nil…….
All the Best
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden