07-05-2011 08:48 AM
Hi
Is there a way i can have a drop down list with the ability for the user to enter his own values?
Solved! Go to Solution.
07-05-2011 09:49 AM
I believe you're looking for a "Combo Box". It's one of the available Custom Controls in the Toolslib. You may also want to check out the "Combodemo" in the examples.
07-06-2011 01:28 AM
Thanks.
Do you know if its possible to create a control like this for numerics only?
I currently got a function which forces the users input to numeric.
07-06-2011 03:18 PM
Hi Shako,
I think that you might be able to use a ring control. It allows you to pre-determine the values that you want to have the user enter. You can learn more in the help file on it.
Perry S.
07-07-2011 03:21 AM
I found a solution.
i Modded the combobox instrument to cater for a double numeric control and it works like a charm.