r ideas or further explanation?
- Original Message
From: j o a r <[EMAIL PROTECTED]>
To: Russ <[EMAIL PROTECTED]>
Sent: Wednesday, November 12, 2008 3:51:14 PM
Subject: Re: Blue default button style hangs.
On Nov 12, 2008, at 12:27 PM, Russ wrote:
All the UI stuff runs on one thread, i
t: Wednesday, November 12, 2008 3:51:14 PM
Subject: Re: Blue default button style hangs.
On Nov 12, 2008, at 12:27 PM, Russ wrote:
> All the UI stuff runs on one thread, it's very simple in that sense. There's
> a main [NSApp run] and when you push a button, the modal windo
I'm looking at this a little more at the moment. Three things concern me:
1) My NSButton instance that is supposed to become default button is enclosed
within a small container view, so it is a little further down the view
hierarchy than it might otherwise be. Ie the hierarchy is
NSWindow/NSV
On Nov 12, 2008, at 10:45 AM, Russ wrote:
I'm trying to get the blue default button style to show up. It's
NSMomentaryPushInButton with NSRoundedBezelStyle. I have it set as
InitialFirstResponder. Works fine to start with. But if I
setKeyEquivalent:@"\r" on it, or take its parent (modal) w
I'm trying to get the blue default button style to show up. It's
NSMomentaryPushInButton with NSRoundedBezelStyle. I have it set as
InitialFirstResponder. Works fine to start with. But if I
setKeyEquivalent:@"\r" on it, or take its parent (modal) window and
setDefaultButtonCell:[btn cell] on it