Re: button clicking suppressed
Re: button clicking suppressed
- Subject: Re: button clicking suppressed
- From: "tahome izwah" <email@hidden>
- Date: Sat, 5 Apr 2008 12:41:53 +0200
That's hard to tell, and I'm not sure if this is a CoreAudio problem -
I guess not.
Did you set the NSButton to the correct button type in IB? There are
several types like toggle, on/off, pushbutton etc. maybe you're not
using the right one for the behaviour you want?
Are you sure you have the button connected to your action?
HTH,
--th
2008/4/4, Roland Silver <email@hidden>:
> My AttonalComposer program displays a "Pieces" window with two buttons,
> labeled "Play Sine" and "Stop".
> If I click on "Stop", the stopButtonAction method is invoked, which calls
> the pieceDone function, which does this:
> AudioOutputUnitStop(gOutputUnit);
> If I first click on "Play Sine", a 440 Hz tone sounds, but if I THEN click
> on "Stop", the stopButtonAction method is NOT invoked.
>
> How come?
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden