NSProgressIndicator (CallBacks)
NSProgressIndicator (CallBacks)
- Subject: NSProgressIndicator (CallBacks)
- From: "Barry" <email@hidden>
- Date: Wed, 18 Jul 2007 12:09:06 +0100
Thanks Alastair for the help with callbacks - that's now working.
However I the NSProgressIndicator Bar is not being displayed.
I originally had a simple spinner which worked fine.
Using IB I changed it to a Bar & since then - nothing is shown.
I also added the code
[progress setMinValue:0];
[progress setMaxValue:256];
[progress setStyle:NSProgressIndicatorBarStyle]; //just to see if it
helped - it didn't !
[progress display]; // this made no difference either
[progress startAnimation:self];
If I just change the line
[progress setStyle:NSProgressIndicatorBarStyle];
to
[progress setStyle:NSProgressIndicatorSpinningStyle];
then it works ! (OK a stretched spinner but still . . )
What am I missing ?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden