• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AppleScriptObjC Explored Chapter 3 - no animation from indeterminate progress bar
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: AppleScriptObjC Explored Chapter 3 - no animation from indeterminate progress bar (From: Laine Lee <email@hidden>)

  • Prev by Date: Re: AppleScriptObjC Explored Chapter 3 - no animation from indeterminate progress bar
  • Next by Date: Re: Posix file?
  • Previous by thread: Re: AppleScriptObjC Explored Chapter 3 - no animation from indeterminate progress bar
  • Next by thread: Can't tell an application to open
  • Index(es):
    • Date
    • Thread