We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52eeeab commit a206c21Copy full SHA for a206c21
SSYProgressView.h
@@ -55,8 +55,11 @@ extern NSString* const constKeyActionValue ;
55
worry about slowing your process down due to too much drawing.
56
(Run such a loop, then redefine PROGRESS_UPDATE_PERIOD to a
57
few microseconds, retest and you'll see what I mean.)
58
- Why doesn't Apple build such a throttle into
59
- NSProgressIndicator?
+
+ SET MAX VALUE FIRST, THEN DOUBLE VALUE
60
61
+ Setting or re-setting the maxValue of an SSYProgressView may cause the
62
+ progress bar to disappear until the doubleValue is set or re-set.
63
*/
64
@interface SSYProgressView : NSControl {
65
NSProgressIndicator* _progBar ;
0 commit comments