Re: call method from objective c in an applescript class
Re: call method from objective c in an applescript class
- Subject: Re: call method from objective c in an applescript class
- From: Shane Stanley <email@hidden>
- Date: Thu, 15 Aug 2013 21:12:23 +1000
On 15/08/2013, at 3:59 PM, droom.dp <email@hidden> wrote:
> Same result unfortunately.
> I get a warning when I build the application: No '+hLogger:counter:' methode found.
> But the methode is accessed anyway, and the parameters are transfered.
The compile warning is because your method is not declared anywhere. You need to declare it in a protocol, or an informal protocol on NSObject.
--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <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