LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table Indicator Custom Appearance resets everytime

I have a table indicator that gets updated with values periodically.

I have disabled everything except vertical scroll bar, vertical/horizontal lines, autosize row size and smooth scrolling.

 

I went into advanced -> customize -> customize mode and increased the size of the vertical scrollbar and button for ease of use. It seems to work when i apply the changes, but after saving everything and the project, everytime I reopen the project and open the main vi, the scroll bar is reverted back to the original appearance.

 

I tried saving the edit as a control and as a type def, but the changes only show up when i open the saved control/type def and not on my main vi front panel.

 

image.png

0 Kudos
Message 1 of 3
(704 Views)

*By table I meant 2d array of strings indicator

0 Kudos
Message 2 of 3
(654 Views)

Try adding these lines to labview.ini:

 

AutosizeScrollbar=False
autoResizeScrollbars=false

"If you weren't supposed to push it, it wouldn't be a button."
Message 3 of 3
(637 Views)