Hey Eric -

2009/3/24 Eric Gorr <mail...@ericgorr.net>

> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to