Re: App Delegate binding not working.
Re: App Delegate binding not working.
- Subject: Re: App Delegate binding not working.
- From: Shane Stanley <email@hidden>
- Date: Fri, 23 Jan 2015 12:44:23 +1100
On 23 Jan 2015, at 12:30 pm, Brian Christmas <email@hidden> wrote:
> I already had an underscored handler (as the first entry) in my Alphabetically arranged list of sub-routines, but when I underscored the second handler, it saved to the AppDelegate as underscored, but changed the Explorer handler to interleaved.
That's correct. The AppleScript compiler compiles to interleaved. Explorer then does the sleight-of-hand just to make Xcode happy, if you ask for it. But if you're using Xcode 6, you don't need to worry about that -- you can turn off that preference.
>
>
> I also don’t know if the first handler (below) should be underscored or interleaved.
Neither -- it's illegal. If there are two underscores, there have to be two arguments.
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
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