On Jan 22, 2009, at 3:31 AM, Aaron Wallis wrote:

As an example, i've got a controller which has a NSProgressIndicator bound to it through IB, and on the awakeFromNib method I've got a little bit of code:

                double tD = 0.5;
                [progressBar setDoubleValue:tD];
                NSLog(@"%d", [progressBar doubleValue]);

%d print integers, not doubles.

now when I run the application the progress bar is just doing it's barber shop thing and no progress is indicated.

Have you called -setIndeterminate:NO on the progress bar, or otherwise unchecked the Indeterminate checkbox in IB?

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to