Re: "Default" button is not accepting returns
Re: "Default" button is not accepting returns
- Subject: Re: "Default" button is not accepting returns
- From: John Stiles <email@hidden>
- Date: Tue, 9 Sep 2003 11:19:42 -0700
On Tuesday, September 9, 2003, at 10:50 AM, matt neuburg wrote:
On Mon, 8 Sep 2003 16:03:37 -0700, John Stiles <email@hidden>
said:
Anyway, when one of my sheets appears, it has a glowing blue OK
button,
because I set its key-equivalent to Return (\r). However, the Return
key doesn't activate the button. What's weirder still--if I resize the
sheet, the OK button stops glowing and just becomes a solid blue
color.
I have another sheet in the nib where the Return key works fine and
the
glowing stays normal, and I can't really see an obvious difference
between the two cases.
Look at their respective window settings in IB. I bet you were fooling
around with these and changed the Backing of this window so it isn't
Buffered. m.
I wouldn't have thought to double-check that! :) But it's Buffered. I
think the problem boiled down to 2 things:
- Returns were getting eaten by the NSTextView
- The OK button stops pulsing due to an OS bug
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.