You're right it turned out to be a focus issue.
I was looking into FirstResponder (before posting the question but it
didn't seem right), but as Ken Ferry pointed out, the issue was
actually on my computer: a preference setting where focus moves to
all objects, not just text fields. Plus th
You were absolutely right. Thanks. A shame that push button is the
only one that provides this colored behavior for default. I could see
it being useful.
On Feb 21, 2008, at 3:29 PM, Ken Ferry wrote:
I think you're confusing the focus ring with the default button.
Hi Daniel.
I think you're confusing the focus ring with the default button.
Default button:
http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/XHIGControls/chapter_19_section_3.html#//apple_ref/doc/uid/TP3359-DontLinkElementID_446
Focus ring:
http://developer.
From what I read, the default (button in a view is outlined/shaded
in blue and is set as the button which responds to RETURN. I have a
serious of buttons (step 1, step 2, etc.), and I want the appropriate
button to be highlighted as the default when it is turn to do that
step. I used this c