01-15-2008 10:46 AM
01-16-2008 02:18 AM
Hi,
You will have to modify the MsgBox step type code so that in the callback for the Active / Default button, if the key is the Spacebar then the event is swallowed.
You will find the code for the MsgBox steptype in \components\NI\StepTypes\Msgbox\.
Copy the folder to the corresponding \USER\ folder before you make any changes and make the changes to the \USER\ version.
Regards
RAy Farmer
07-16-2010 08:54 AM
Could you expand on how to update this code, and whether its within teststand, or directly in the c code? Our test group is also experiencing issues dealing with this.
Thanks,
April
07-19-2010 09:18 AM
Just want to add that the spacebar selecting the active (i.e. focused) button is a normal behavior of UIs on the Windows Operating System. It is there to support keyboard navigation. If you disable it users will no longer be able to select a button using Tab to change the focus and spacebar to press the button.
-Doug