Hey James, so a little bit of follow up.
For the most part, I'm following the code you gave me, Thank You.
Compared to the Toggle system you sent, the system I initially created (and is already working on Mnemonics and Audio Mixer names) is more Set/Reset, so you make your up to 10 editable dropdown selections, and hit a button to send those selections to the naming parameters, while another Reset button sends default preset name values to the same parameters.
I'm not saying it needs to fit what I've laid out, since I believe I can convert to the toggle approach and in the end may be functionally better for my operators; but how do I make my dropdowns fill the array like the ConstraintToggle currently is? It may be a simple syntax problem on my part, but I can't figure out how to put a user-generated value rather then a preset value in that 'else' section of the code.
And one more question;
How does the ' this.getValue() ' part of the code work?
In the little bit of searching I could try I couldn't find any reference to "this", so I was just hoping to get some clarification on how that works.
Sorry if these are simple questions..
Thanks again for all your help.
#DashBoard