I have created a vi that works properly in Labview 6.1 but not in Labview 7. a picture of the vi in question is pictured here: http://www.lavausergroup.org/phpBB2/viewtopic.php?t=66
The program waits for user to click on the Numeric control. When this event occurs, a keypad VI pops up and allows the user to enter a value. The User presses enter on this keypad VI and the value entered is inserted into the Numeric control on the main VI. After this occurs, I'd like to keep the keyfocus on the numeric control. I have been unable to do this in LV7 although i've been doing this for months in LV6.1
I've attached the sample code that i've created and compiled in both LV6.1 and LV7. I believe the keypad vi was one found on the NI website. It is an eve
nt based keypad.vi so its rather new....
you can find the code in the link above.