Re: progressView
Re: progressView
- Subject: Re: progressView
- From: Dan Wood <email@hidden>
- Date: Fri, 05 Oct 2001 14:02:29 -0700
My understanding is that it is set up to be an action, in taking a
"sender" as a parameter. You could verify this by hooking up a an
action to animate: from Interface Builder, and start it animating.
Perhaps it's that way because it makes cute demos! :-) In any
case, you can just use startAnimation and stopAnimation from your
code....
On Friday, October 5, 2001, at 01:34 PM, peter mysliwy wrote:
I was playing with cocoa and the progressview the following command
- (void)animate:(id)sender
What is the purpose of (id)sender?
does progressview which sender started it?
Peter Mysliwy
--
Dan Wood
email@hidden
http://www.karelia.com/
http://www.bikealameda.org/
Mac OS X Developer: Online Resume:
http://www.karelia.com/resume.html
References: | |
| >progressView (From: peter mysliwy <email@hidden>) |