Dyn. tooltip for each row in a table view
Dyn. tooltip for each row in a table view
- Subject: Dyn. tooltip for each row in a table view
- From: "Geert B. Clemmensen" <email@hidden>
- Date: Mon, 14 Mar 2005 09:48:17 +0100
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:
This email sent to email@hidden