change rect of tooltip in table view
change rect of tooltip in table view
- Subject: change rect of tooltip in table view
- From: Mitchell Livingston <email@hidden>
- Date: Sun, 2 Dec 2007 09:17:04 -0500
Hello,
I am using NSTableView's
tableView:toolTipForCell:rect:tableColumn:row:mouseLocation: to
display a tooltip for buttons in my table view's custom cells. I am
change NSRectPointer to be the rect for the button with:
*rect = newRect;
It changes the value for the rect pointer, but when I move the mouse
off that specific area of the table view it doesn't disappear. It only
disappears when I move the mouse off the row. Is there anything else I
have to do for it to recognize the new rect?
Thanks,
Mitchell Livingston
_______________________________________________
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