Re: Any examples of how to implement an inspector window?
Re: Any examples of how to implement an inspector window?
- Subject: Re: Any examples of how to implement an inspector window?
- From: Rick Mann <email@hidden>
- Date: Thu, 15 Nov 2007 11:40:04 -0800
On Nov 15, 2007, at 10:30 AM, Murat Konar wrote:
You should get Aaron Hillegass's book on Cocoa. It will save you
hours.
I have it. I'm actually not that happy with it.
Apple's docs are actually quite good so that's where you can look
for things. Also good places are the list archives for this list <http://www.cocoabuilder.com
>, and <http://www.cocoadev.com/>.
Thanks, but it can take a lot of time just navigating the TOC trying
to zero in on the right area to read.
A more directed hint is to read up on "notifications" and
"delegation". Then look at the docs for NSWindow. Windows post
notifications when they become resign "key" or "main" (note that
there is a difference between being "key" and being "main". You will
probably be interested in knowing when your windows become or resign
"main"). They also call delegate methods. Which technique you use is
up to you.
That's exactly what I was looking for...now I know where to look/what
to look for. Thank you!
--
Rick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden