I am implementing a <UI that is a variation of a spinner.
I have a Choice variable that contains text strings. I am using 2 buttons for Previous/Next
In the <Changed> rule for the button invoke I am calling the NextValue PreviousValue events for the choice. I have binded the choice to a text label for display.
As I advance through the choices it is skipping over some of them. Almost like the NextValue is getting called twice which just one button press?
There are 7 elements in the choice and it displays 1,2,4,6,7. Anyone seen this behavior before that might be able to give me some idea on where to look for the problem?
Jeff