Re: Icon radio buttons

2018-01-24 Thread Alex Zavatone
> On Jan 24, 2018, at 2:25 PM, Casey McDermott wrote: > > Thanks for all the helpful replies. > > Was this list on hiatus for a month? We sent the question Dec 22 and it > was just posted yesterday. I know that I was excessively useless during that time, but I’m not involved with running the

Re: Re: Icon radio buttons

2018-01-24 Thread Casey McDermott
Thanks for all the helpful replies. Was this list on hiatus for a month? We sent the question Dec 22 and it was just posted yesterday. Fortunately, it was not hard to "roll our own". Probably would have needed that anyhow because the buttons respond differently to double-click. Thanks, Casey

Re: Icon radio buttons

2018-01-24 Thread Steve Christensen
You could manage the button state yourself without a lot of code. @IBOutlet var button1: NSButton// tag = 0 ... @IBOutlet var buttonN: NSButton// tag = N - 1 private var selectedPaletteButtonIndex: Int = 0 private var paletteButtons: [NSButton] override func viewDidLoad() { super.vi

Re: icon radio buttons, NSToolbar?

2011-04-18 Thread Lee Ann Rucker
See "Selectable Toolbar Items" in Toolbar Programming Topics. The art is rather out of date so it's not obvious that it's what you're looking for. On Apr 18, 2011, at 3:50 PM, Todd Heberlein wrote: > I'm trying to get a row of buttons to look and behave like the buttons across > the Preview app

Re: icon radio buttons, NSToolbar?

2011-04-18 Thread Peter Lübke
In cases alike I sometimes find the UIElementInspector application quite helpful to get an idea about which objects make up a view hierarchy. - Peter Am 19.04.2011 um 00:50 schrieb Todd Heberlein: I'm trying to get a row of buttons to look and behave like the buttons across the Preview a