Hey all,
How would I be able to use a NSLevelIndicator? I am very new to this so, I don't know much on how to use a progress bar for my application.
Thanks,
kEvIn
Hey all,
How would I be able to use a NSLevelIndicator? I am very new to this so, I don't know much on how to use a progress bar for my application.
Thanks,
kEvIn
You wouldn't use NSLevelIndicator
for a progress bar. Check out NSProgressIndicator
instead. It does both progress bars and "spinner" controls. NSLevelIndicator
is used, for example, to show how full a disk is, or how much battery life is left in your wireless mouse.
You don't explain your level of experience. Assuming you have a window already created in Interface Builder, drag an NSLevelIndicator onto the window, create an outlet to it in your application, and set its value as needed. If you don't understand any of that, follow Apple's standard beginners' tutorial and start from there.
How would I be able to use a NSLevelIndicator?
how would I use a NSProgressIndicator?