Dynamically updating a tooltip
Dynamically updating a tooltip
- Subject: Dynamically updating a tooltip
- From: Jeff Holland <email@hidden>
- Date: Fri, 24 Aug 2001 15:22:19 -0500
Hello all,
I'm setting the tooltip of an NSTextView based on a mouse-over of
certain NSTextAttachmentCells within the text view. The problem I'm
having is that I can't seem to get the new tooltip to display unless I
move the pointer outside the text view and then back in again.
Is there any way around this? I hate the thought of having to use Core
Graphics to move the mouse pointer away and then back to achieve this.
Please tell me there's a better way.
-jeff