NSProgressIndicator Bindings
Availability Bindings
hidden
A multiple-value binding that determines if the NSProgressIndicator
is displayed in the user interface.
When hidden
is bound, a new binding, hidden2
, is exposed and can be bound. Binding to hidden2
causes hidden3
to be exposed, and so on.
The NSProgressIndicator
is hidden if a logical OR operation on all the hidden
bindings results in a Boolean value of YES
.
Parameters Bindings
animate
A Boolean value that specifies if the NSProgressIndicator
should animate.
When animate
evaluates to YES
, the NSProgressIndicator
displays the appropriate animation.
animationDelay
A double
value that specifies the delay, in seconds, between animation steps for an indeterminate progress indicator.
By default, the animation delay is set to 1/12 of a second (5.0/60.0). A determinate progress indicator does not use the animation delay value.
isIndeterminate
A Boolean value that specifies if the NSProgressIndicator object is indeterminate. An indeterminate indicator shows simply that the application is busy, rather than displaying how much of the task has been completed.
If isIndeterminate
evaluates to a Boolean value of YES
then the indeterminate display is used.
toolTip
An NSString that contains the tool tip to display for this NSProgressIndicator
.
Value Bindings
maxValue
A double
value that specifies the maximum value allowed by the NSProgressIndicator
.
minValue
A double
value that specifies the minimum value allowed by the NSProgressIndicator
.
value
A double
value that specifies the current value of the NSProgressIndicator
.
Copyright © 2004, 2014 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2014-07-15