LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI GUI Nemeric Meter, marker text overlap

Hello CVI gurus,
 
I have several numeric meters (lab style) in my CVI-based GUI. While they look ok in CVI, but appear to be messy when runing executable. I attach a small picture below.
Can anyone tell me how to change the size of major ticks or markers? Searching through the on-line help and developer zone, I could not find a way to do it.
Appreciate your help! Thanks!
 
0 Kudos
Message 1 of 3
(3,249 Views)
Edit the meter (double click on it in the UIR) and click the "Range Values" button.
There you will see a check box for "auto divisions".  turn that off and then define the number of divisions you want.
0 Kudos
Message 2 of 3
(3,209 Views)

Thanks for your reply. It looks like that this problem has been fixed in the later release. I should have mentioned that I'm using a LabWindows/CVI 7.1, an older version which does not have the option to turn off "auto division" and specifiy number of divisions.  It looks like that the issue has been addressed in post-7.1 releases.

But I did find out  that if we use Integer instead of double for the data type for the Numeric Meter, the problem will go away somehow. So I'm rushing to upgrade my software yet. But it's good know it's fixed. Thanks!

0 Kudos
Message 3 of 3
(3,191 Views)