Great tutorial, but I have a question. Is it possible to have a toolbar item with six buttons over one label and have the buttons behave like a radio matrix (so only one can be selected at a time)?
@nintandrew13 You just have to add whatever items you want from the object library to the customizing panel. You can drag a radio button in and make a matrix out of it. Then you could have 6 radio buttons and the label of the standard nstoolbaritem.
Great tutorial, but I have a question. Is it possible to have a toolbar item with six buttons over one label and have the buttons behave like a radio matrix (so only one can be selected at a time)?
nintandrew13 8 months ago
@nintandrew13 You just have to add whatever items you want from the object library to the customizing panel. You can drag a radio button in and make a matrix out of it. Then you could have 6 radio buttons and the label of the standard nstoolbaritem.
AppleProgramming 8 months ago
@AppleProgramming Awesome, thanks for the fast reply. I could do it programmatically and make a radio matrix of square buttons as well, right?
nintandrew13 8 months ago
@nintandrew13 Yep, you would have to make an NSMatrix object. We'll do more tutorials later on making this programmatically.
AppleProgramming 8 months ago
Awesome as usual! :D
RoberNerRas 8 months ago