03-16-2006 10:59 AM
03-16-2006 12:29 PM
I'm not sure I see what you mean.
The letters just cycle through as I click the increment/decrement buttons. If I click inside the control, I get a list of items to choose.
I'm using LabVIEW8.
03-16-2006 12:51 PM
03-16-2006 01:13 PM - edited 03-16-2006 01:13 PM
Message Edited by smercurio_fc on 03-16-2006 01:13 PM
03-16-2006 01:33 PM
Thanks for the replies. My understanding of the problem was wrong. (The increment/decrement directions got me confused) The enum dose display the items in the order of their numeric value.
Thanks once again.
03-16-2006 01:47 PM
@smercurio_fc wrote:
If you start at "x" the order will be x-c-z when you use the down increment and x-z-c when you use the up increment. This is by design.
Message Edited by smercurio_fc on 03-16-2006 01:13 PM
Why is it designed like this?
I must admit that I hadn't paid any attention to the order that the labels are displayed when using the increment/decrement arrows.
03-16-2006 02:07 PM
03-16-2006 02:08 PM
03-16-2006 03:53 PM
If it is a show-stopper, you can always eidt the images on the up/down bottons (in the control editor) and swap their positions.
Ben
03-16-2006 04:22 PM
Great tip Ben.
-p_oswal.