Re: Another 'AppDelegate' addressing problem
Re: Another 'AppDelegate' addressing problem
- Subject: Re: Another 'AppDelegate' addressing problem
- From: Shane Stanley <email@hidden>
- Date: Sun, 14 Dec 2014 17:48:31 +1100
On 14 Dec 2014, at 5:38 pm, Brian Christmas <email@hidden> wrote:
The ‘theUnprocessedMailSound’ is a property: false
You're addressing the AppDelegate *class*, and classes don't have properties. Properties belong to *instances* of a class. So you need to address the instance, and it's probably easiest to use:
current application's NSApp's delegate() |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden