Re: Loading an AS dict that defines 'point' also causes 'points' to be defined??
Re: Loading an AS dict that defines 'point' also causes 'points' to be defined??
- Subject: Re: Loading an AS dict that defines 'point' also causes 'points' to be defined??
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 05 Aug 2009 12:19:48 -0700
- Thread-topic: Loading an AS dict that defines 'point' also causes 'points' to be defined??
Title: Re: Loading an AS dict that defines 'point' also causes 'points' to be defined??
Do you by any chance include Satimage osax as a Scripting Addition bundled with your app? Satimage defines 'point' as a class, which means that the plural 'points' is also defined.
--
Paul Berkowitz
From: David Springer <email@hidden>
Date: Wed, 5 Aug 2009 10:31:35 -0600
To: <email@hidden>, AppleScript-Users <email@hidden>
Subject: Loading an AS dict that defines 'point' also causes 'points' to be defined??
Folks,
I recently switched to using an .sdef in my Cocoa app for defining AS event handlers. The problem is that suddenly it looks like my app defines the property 'points' and this breaks other apps which send AS events to mine.
In my .sdef, I do not define a 'point' or 'points' property, nor do I do this in code. When I use Script Editor, it shows that 'point' is a keyword but 'points' is not, unless my app is running.
Any clues as to what is going on here? Is there a way I can "undefine" 'points' in my .sdef, or in code? Is there a way to debug this, either via Cocoa APIs or some tool that shows me what properties are being set by which script/script addition?
Thanks!
- Dave.S
_______________________________________________
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
_______________________________________________
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