Re: AppleScriptObjC Explored Chapter 3 - no animation from indeterminate progress bar
Re: AppleScriptObjC Explored Chapter 3 - no animation from indeterminate progress bar
- Subject: Re: AppleScriptObjC Explored Chapter 3 - no animation from indeterminate progress bar
- From: Shane Stanley <email@hidden>
- Date: Sun, 20 Feb 2011 11:53:37 +1100
- Thread-topic: AppleScriptObjC Explored Chapter 3 - no animation from indeterminate progress bar
On 20/2/11 7:30 AM, "Laine Lee" <email@hidden> wrote:
> I haven't yet grasped how to address startAnimation: and stopAnimation:,
> presumably because they are connections instead of bindings.
No, they are methods (the colon is a good hint). One of the reasons they're
not mentioned in that chapter is that it tries to stick to what can be done
with basic AppleScript and bindings -- I tried to avoid throwing everything
into it.
When you want to start animating, you would use:
tell progressBar to startAnimation_(me)
and you'd stop it with:
tell progressBar to stopAnimation_(me)
--
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