Re: Blue default button style hangs. (THREADED DRAWS!)

2008-11-21 Thread Corbin Dunn
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

Re: Blue default button style hangs. (THREADED DRAWS!)

2008-11-21 Thread Russ
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

Re: Blue default button style hangs.

2008-11-19 Thread Russ
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

Re: Blue default button style hangs.

2008-11-12 Thread j o a r
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

Blue default button style hangs.

2008-11-12 Thread Russ
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