LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why does Labview allow a cursor in a indicator?

Solved!
Go to solution

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?

 

 

Regards,


Kaspar
0 Kudos
Message 1 of 9
(3,053 Views)
Solution
Accepted by Kaspar

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

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 9
(3,049 Views)
Why should it be disabled? What if I want to copy the number and paste it somewhere else?
Message 3 of 9
(3,038 Views)

Hello, 

 

  You are correct, provided that your application finds that to be a desired capability. In my application that capability is not desired.

Regards,


Kaspar
0 Kudos
Message 4 of 9
(3,034 Views)
I would think it's for the user to indicate whether that's a "desired" capability, and not the application. Either way, it's your app. I'm just pointing out the "pro" argument.
0 Kudos
Message 5 of 9
(3,030 Views)

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.

Regards,


Kaspar
0 Kudos
Message 6 of 9
(3,007 Views)

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... 

 

Message Edited by jcarmody on 03-27-2009 11:58 AM
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Download All
Message 7 of 9
(2,992 Views)

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 Smiley Very Happy
Cory K
0 Kudos
Message 8 of 9
(2,986 Views)

How about this?

 

Doesn't disable clicking, but get's the message across.  Smiley Very Happy

 

Message 9 of 9
(2,977 Views)