Re: Changing tool tip while it is showing
Re: Changing tool tip while it is showing
- Subject: Re: Changing tool tip while it is showing
- From: PGM <email@hidden>
- Date: Thu, 12 Oct 2006 21:10:32 -0400
This is just a guess, as I haven't tried anything quite like this
myself, but tooltips are basically little windows floating over
everything else, so maybe it is possible to get this window from the
windowslist [NSApp windows]. You can then use a timer to refresh the
windows contentView every second or so, hopefully it will display for
the new string when refreshing.
Good luck, Patrick
On 12-Oct-06, at 18:40 PM, Paul Kim wrote:
Hi,
I want to be able to change a view's tool tip when it (the tool
tip) is already showing. Just using -setToolTip: doesn't work nor
does using -removeAllToolTips and then setting it (the remove works
and hides the tool tip but it doesn't come back up without re-
entering the view). Is there a way to do this (or to maybe force a
tool tip to pop up since I can already remove it on demand)?
Thanks,
paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40sympatico.ca
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden