Re: Tooltips in an NSBrowser
Re: Tooltips in an NSBrowser
- Subject: Re: Tooltips in an NSBrowser
- From: Benjamin Stiglitz <email@hidden>
- Date: Fri, 2 Nov 2007 11:05:44 -0700
I'm trying to get tooltips for items in my NSBrowser (on Tiger)
I've implemented -toolTipForCell: in my NSMatrix subclass, and I'm
sure this is being set correctly, but the tooltip method never seems
to get called.
Everything else seems to work correctly. Is this how I should be
implementing the NSBrowser tooltips, or am I missing something?
Unfortunately, NSMatrix, and therefore NSBrowser, doesn’t currently
support delegate-provided dynamic tooltips like NSTableView does.
You’ll need to use -[NSMatrix setToolTip:forCell:] for each cell you
create in the matrix.
-Ben_______________________________________________
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