I would like to add a vertical slider to my cocoa menulet application. Just like the vertical slider in the system volume menulet. How do I add this using Interface Builder? And if not with Interface Builder then how?
|
feedback
|
|
This is the sort of thing that will have to be done programmatically (as far as I'm aware). You can create the slider in interface builder and make it vertical and have an outlet to it and all that. You can also create the However, from there it's pretty straightforward:
Don't forget to hook up the target/action mechanism of the slider to whomever is supposed to handle the sliding. | |||||||||
feedback
|