NSLevelIndicator - Cocoa

How can I use NSLevelIndicator? I'm very new to this, so I don't know much about how to use the progress bar for my application.

+2


source to share


3 answers


You wouldn't use NSLevelIndicator

for a progress bar. Check it out NSProgressIndicator

. It executes both progress bars and spinning controls. NSLevelIndicator

used, for example, to show how full the drive is or how much battery power is left in a wireless mouse.



+5


source


You are not explaining your level of experience. Assuming you have a window already created in Interface Builder, drag the NSLevelIndicator into the window, create an output in it to your application, and set its value as needed. If you don't get it, follow Apple's beginner tutorial and start from there.



+1


source


+1


source







All Articles