A user-changed-parameter update issue
A user-changed-parameter update issue
- Subject: A user-changed-parameter update issue
- From: Paul Miller <email@hidden>
- Date: Fri, 02 May 2014 13:41:25 -0500
- Organization: FXTECH
I'm using the new Buttons in FxPlug3, and one of my buttons ends up
causing several parameter values to change. But the sequence of
parameter update events is weird, and causes a different control to not
function properly.
Say I have this:
[BUTTON]
Slider 1
Slider 2
Slider 3
CheckBox [OFF]
Slider 4 [Disabled]
When CheckBox is turned on I enable Slider 4, and disable it when
CheckBox is turned off. Okay fine.
Now, I click BUTTON which causes Slider 1-3 to have new values stored in
them. This is working.
Right after this, I click CheckBox, but instead of getting a
user-changed-parameter message on the CheckBox, I get
user-changed-parameter messages on Sliders 1-3.
So now CheckBox is ON but Slider 4 is still disabled, because I never
got the changed message. If I now click CheckBox, then I get the proper
message, and because CheckBox is now off again I disable Slider 4 (which
is already disabled). At this point turning CheckBox on causes the
proper update to come in.
Any ideas?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden