Re: Does NSSound not work in a Unix tool?
Re: Does NSSound not work in a Unix tool?
- Subject: Re: Does NSSound not work in a Unix tool?
- From: Uli Zappe <email@hidden>
- Date: Thu, 21 Mar 2002 16:00:45 +0100
Am Donnerstag den, 21. Mdrz 2002, um 15:51, schrieb Shawn Erickson:
From NSSound online docs...
Methods Implemented By the Delegate
sound:didFinishPlaying:
- (void)sound:(NSSound *)sound didFinishPlaying:(BOOL)aBool
This delegate method is called when sound playback has completed.
Thanks!
How embarrassing - I really should have looked for that myself.
Somehow I assumed that NSSound is so simple a class that it
wouldn't have something like delegate methods. :-/
Still, this makes this all quite expensive, cause a delegate method
will indeed need a run loop to work that's not present in a simple
Unix tool - maybe another reason why I didn't think of that...
Bye
Uli
________________________________________________________
Uli Zappe email@hidden
Lorscher Stra_e 5
http://www.ritual.org
D-60489 Frankfurt Fon: +49-700-ULIZAPPE
Germany Fax: +49-700-ZAPPEFAX
________________________________________________________
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.