Re: tooltip event/notification?
Re: tooltip event/notification?
- Subject: Re: tooltip event/notification?
- From: Shaun Wexler <email@hidden>
- Date: Mon, 18 Jul 2005 19:17:48 -0700
On Jul 18, 2005, at 7:04 PM, Shaun Wexler wrote:
- (void)orderOutToolTip
{
[super orderOutToolTip];
[speechSynthesizer stopSpeaking];
}
- (void)abortToolTip
{
[super abortToolTip];
[speechSynthesizer stopSpeaking];
}
Oops... forgot to call super.
--
Shaun Wexler
MacFOH
http://www.macfoh.com
"Never trust a computer you can't throw out a window." - Steve Wozniak
_______________________________________________
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