05-04-2017 10:06 PM
Hi,
The Enum comes as a menu bar, but how if I want to represent it as a slide bar in which all options are visible and we can shift between them using the slide option.
Please guide me how to achieve this task.
Regards
Solved! Go to Solution.
05-04-2017 10:37 PM
Turn the slide into an integer. Enable text labels and sequential values and put in a label that matches your enum for each item one by one. Now you can use that numeric value from the slide control wherever you would use the enum.
05-05-2017 05:56 AM
Thanks a lot. With you help i was able to achieve this target, but a little problem is still remaining. I want the string output to be fetched in an array but this control is giving numeric output.
Is it some how possible to get a string output.
Regards
05-05-2017 06:11 AM