Re: Dyn. tooltip for each row in a table view
Re: Dyn. tooltip for each row in a table view
- Subject: Re: Dyn. tooltip for each row in a table view
- From: Martin Wennerberg <email@hidden>
- Date: Mon, 14 Mar 2005 11:17:56 +0100
Check out AMToolTipTableView (http://www.harmless.de/cocoa.html#tttv)
Cheers,
Martin
14 mar 2005 kl. 09.48 skrev Geert B. Clemmensen:
Hello,
I would like to have dynamic tool tips for each row in a table view.
My idea is to do:
- (NSToolTipTag) addToolTipRect:(NSRect) aRect owner:(id) anObject
userData:(void*) userData;
for each row in the table view and then serve the dynamic tool tips
via:
- (NSString*) view:(NSView*) view stringForToolTip:(NSToolTipTag) tag
point:(NSPoint) point userData:(void*) userData;
Is there a better way?
Regards,
Geert B. Clemmensen
www.frontbase.com
PS: The outline view in Mail's Mailboxes drawer offers the dynamic
tooltip feature similar to that I am looking for.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40orcsoftware.com
This email sent to email@hidden
_______________________________________________
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