NSButton, Templates, images…

2014-06-24 Thread Alex Kac
I’m sure I’m missing something simple. Reading the docs, reading some stack-overflow comments, and a few posts on this list from years ago, it seems like I am missing something. I have an NSButton with an image. I’d like to have the button look etched when unselected - and tinted blue when

Re: NSButton, Templates, images…

2014-06-24 Thread Lee Ann Rucker
According to rdar://9643033, which I filed 3 years ago, the bezelStyle has to be NSTexturedRoundedBezelStyle, and it'll work in 10.6 if bordered is NO, but 10.7 needs a border. I don't know if the bordered part is still required; I came up with a workaround to get just the image in the style I

Re: NSButton, Templates, images…

2014-06-24 Thread Quincey Morris
On Jun 24, 2014, at 15:31 , Alex Kac a...@webis.net wrote: I’m sure I’m missing something simple. I have an NSButton with an image. I’d like to have the button look etched when unselected - and tinted blue when selected It was a while back since I was missing the same thing. IIRC, what you