03-27-2009 09:45 AM
Hello,
Why does Labview allow the user to position the cursor with the mouse inside a numeric indicator? Users think that just because they can put a cursor they should be able to type something and enter data. Is there a way to disable/stop the user from putting the cursor in a numeric indicator?
Solved! Go to Solution.
03-27-2009 09:50 AM
Kaspar wrote:Hello,
Why does Labview allow the user to position the cursor with the mouse inside a numeric indicator? Users think that just because they can put a cursor they should be able to type something and enter data. Is there a way to disable/stop the user from putting the cursor in a numeric indicator?
right-click Advanced >>> Enabled States >>> Disabled
Ben
03-27-2009 09:58 AM
03-27-2009 10:02 AM
Hello,
You are correct, provided that your application finds that to be a desired capability. In my application that capability is not desired.
03-27-2009 10:10 AM
03-27-2009 10:54 AM
Hello,
Thanks for pointing out the other viewpoints. I have been called to the lab for "software problems" when in reality the numeroic indicator was labeled as "Battery Voltage" and since the user was able to place the cursor in the indicator they thought that they should be able to set the battery voltage to the value that have tried to type in.
So I have changed my code so that the cursor cannot be placed in the indicator and presto no more "software problems" in the lab.
03-27-2009 11:55 AM - edited 03-27-2009 11:58 AM
Disabling the indicator satisfies your requirements, but this is funnier. It would be even better if I calculated the position of the indicator and the "entry point" and just kept the mouse from entering, but I have a project to finish...
03-27-2009 11:58 AM
jcarmody wrote:
Disabling the indicator seems to satisfy your requirements, but this is funnier.
....that would get annoying very quickly, though very funny to do to someone you dont like without telling them
03-27-2009 12:17 PM
How about this?
Doesn't disable clicking, but get's the message across.