Re: Getting Tool Tips to Work
Re: Getting Tool Tips to Work
- Subject: Re: Getting Tool Tips to Work
- From: Henry McGilton <email@hidden>
- Date: Thu, 11 Oct 2001 17:05:40 -0700
On Thursday, October 11, 2001, at 12:44 PM, Henry McGilton wrote:
I have an application with some home-grown controls that are
a subclass of NSControl. I have added code to provide tool tips,
via the setToolTip: method. Nothing appears to happen. I have
perused the documentation relative to the issue of adding tooltip
rects and implementing the ToolTipOwner protocol, but I infer from
the NSView documentation that all that is required is to use the
setToolTip: method. Any ideas here?
Duh --- never mind. My containing view for the controls is intercepting
mouseMoved events . . .
Cheers,
........ Henry