Re: tooltip event/notification?
Re: tooltip event/notification?
- Subject: Re: tooltip event/notification?
- From: Shaun Wexler <email@hidden>
- Date: Mon, 18 Jul 2005 19:25:49 -0700
On Jul 18, 2005, at 7:17 PM, Shaun Wexler wrote:
- (void)orderOutToolTip
{
[super orderOutToolTip];
[speechSynthesizer stopSpeaking];
[speechSynthesizer release];
speechSynthesizer = nil;
}
- (void)abortToolTip
{
[super abortToolTip];
[speechSynthesizer stopSpeaking];
[speechSynthesizer release];
speechSynthesizer = nil;
}
Oops... forgot to call super.
Ack! Goofed twice... okay, no more; y'all are on your own, now.
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
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