Re: NSBrowser
Re: NSBrowser
- Subject: Re: NSBrowser
- From: Dave DeLong <email@hidden>
- Date: Wed, 17 Nov 2010 10:27:25 -0700
NSBrowser is a subclass of NSControl, which happens to have a target and action mechanism. Have you tried hooking up your browser's target and action?
Dave
On Nov 17, 2010, at 8:52 AM, Bruno Causse wrote:
> i can navigate in a tree through the NSbrowser (mouse or keyboard),
> I would like to view the properties of representedObject during my browsing.
> but I don't find delegate's method (passif delegate). ( kind: selectedDidChange:)
_______________________________________________
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
References: | |
| >NSBrowser (From: Bruno Causse <email@hidden>) |