08-04-2005 02:37 AM
Hi all
I know this should be peace of cake but…In my application there is a numeric control and I need the mouse cursor placed programmatically to the first decimal place of the control. This way the user can operate the control value with up, down, left and right arrows without looking at the control - he knows that the cursor is at first in the first decimal place when he presses the up-arrow to increase the value. Any idea to for this? LabView version is 7Express.
Property node with key focus isn't good because the cursor moves to the most significant digit when you press the left-arrow.
Thanks in advance.
08-04-2005 03:43 AM
08-05-2005 04:46 AM
Hi
Thank you tst - I got my vi working properly using this method.