Re: Focus ring changed
Re: Focus ring changed
- Subject: Re: Focus ring changed
- From: Eric Long <email@hidden>
- Date: Mon, 15 Nov 2004 14:23:00 -0800
> t would be cool if there exists a way to do this with bindings.
Thanks Ricky and Óscar.
I'll look into maybe figuring this out with bindings.
I tried NSViewFocusDidChangeNotification. When I add my window controller
as an observer for it, passing nil as the object, I get notices when the
focus changes... But I get a lot of notices for other things I don't need
to hear about.
I tried passing in a table as the object, but that didn't work. Logging the
description for the object in the notices I get, I see that when I tab from
one table to the other I get two notices. The object is an NSView for both
notices, but it's not my table views. I don't know what it is. It shows the
bounds as 128x128. If I knew what object it was, I could sign up for
notices just for it. There's nothing obvious in my window with those
dimensions, so I figure it must be something under the hood.
Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden