06-24-2009 02:00 AM
I am facing a big problem regarding numaric indicator width. In my vi it is always showing as of 0 width and I am unable to change it.
Is there any way to make it visible ?
There are hundreds of variables I have for which I am facing this problem. I have just copied one variable in attached vi.
06-24-2009 02:04 AM
06-24-2009 02:13 AM
Here is the vi saved for version 8.0
Thanks for quick response !
06-24-2009 02:33 AM - edited 06-24-2009 02:36 AM
Hi Bhushan,
you can set the property "TextWidth" (last property in the list) to a value bigger than zero to let your indicator reappear...
To show all indicators you can get all control/indicator references via the vi reference.
Next problem:
For the attached example the label and caption is moved far away from the indicator - it's quite irritating to scroll the screen to read the label...
06-24-2009 02:36 AM
06-24-2009 02:46 AM
06-24-2009 03:56 AM
06-24-2009 05:28 AM
BhushanDole wrote:Is there any way to make it visible ?
I right-clicked on it and changed it to a constant then changed it back and it became visible. An interesting thing I noticed was the Properties window before and after doing this.
Before: I don't know the significance of the parentheses, but they went away.
After:
BhushanDole wrote:
There are hundreds of variables I have for which I am facing this problem.
A side note; indicators are not variables, wires are. Here's a Google search for more on this.
06-24-2009 07:19 AM
1) No I have not played with any properties of the indicator.
2) I have not moved the caption or label of that to anywherre. ( Actually my mistake is when I started developing it, I ignored the front panel thinking that I will arrange it once I get all the functionality covered.) Actually the captions are by default at some arbitary postion rather than getting sticked to indicator) Many times it goes so far on the screen that the scroll bars vanish away.