Getting Tool Tips to Work
Getting Tool Tips to Work
- Subject: Getting Tool Tips to Work
- From: Henry McGilton <email@hidden>
- Date: Thu, 11 Oct 2001 12:44:44 -0700
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?
Many Thanks,
........ Henry