Re: Control over position of tooltip for a NSView
Re: Control over position of tooltip for a NSView
- Subject: Re: Control over position of tooltip for a NSView
- From: "Luca C." <email@hidden>
- Date: Tue, 24 Mar 2009 22:21:02 +0100
Hey Eric -
2009/3/24 Eric Gorr <email@hidden>
> Does one have any control over the position of a tooltip assigned to a
> NSView with the setToolTip: method?
>
> Is it possible, for example, to have the tooltip follow the cursor around
> while it is over the view?
I think the only way to do that would be to implement your own tooltips.
You may be interested in -mouseEntered:, -mouseExited: and -mouseDragged:
methods of NSView (inherited from NSResponder).
--
--Luca C.
_______________________________________________
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