Re: Control value passing
Re: Control value passing
- Subject: Re: Control value passing
- From: Art Gillespie <email@hidden>
- Date: Mon, 30 Sep 2002 01:32:17 -0400
I register the custom control with
auView->AddCarbonControl(sliderType, auvp, newControl), but it looks
like the changes of the control are never parsed by
AUCarbonViewControl::HandleEvent().
You have to fire the ValueFieldChanged event from your control when its
value changes. Do this by calling SetControl32BitValue(ControlRef
theControl, UInt32 theValue).
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.