Re: Spinning Pizza Wheel. Why?
Re: Spinning Pizza Wheel. Why?
- Subject: Re: Spinning Pizza Wheel. Why?
- From: Shane Stanley <email@hidden>
- Date: Sat, 28 Mar 2015 17:08:34 +1100
On 28 Mar 2015, at 4:44 pm, Brian Christmas <email@hidden> wrote:
>
> I’ve defined the method as ShanesFord's fordEvent() & set my ShanesFord to current application's ObjectWithFords
My mistake. That should be:
set my ShanesFord to current application's ObjectWithFords's alloc()'s init()
>
>
> Q1 Do I need to define a property for ‘ShanesFord’ ? i.e. property ShanesFord : missing value
If you're going to be calling it from various places, yes.
>
> Q2 Will ‘ShanesFord' work in my other script Objects, and if so, do I need to define a property in each?
You can give them their own, or you can refer to the one instance via the app delegate (ie, current application's NSApp).
--
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