LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

editing table properties

hello,

i have created a table.  it is populated with random numbers that can be of different precision length( changed by a numeric control).  i want the entire table to stay the same size but when i adjust the precision number after the decimal place the table grows larger in accordance to the widths of the numbers. this makes the table too wide. what i would like to have it do is have the widths of the columns change but leave the table the same size and just use the horzontal scrollbar to look at the other columns.  can some one edit the attached vi or tell me how?  thank you
0 Kudos
Message 1 of 3
(2,781 Views)

A solution is to set the table width (you probably already noticed the table size property node ?) after setting the column width.

Of course you have to get read of this terrible flickering...
This is easy with the Defer Panel Update property node :
Open the Application Control sub-palette and drop a property node on the diagram, right click and select Select Class > VI server > VI, then choose the Panel property and you are nearly done.

See the picture below !..

Message Edité par chilly charly le 09-01-2006 11:39 PM

Chilly Charly    (aka CC)
0 Kudos
Message 2 of 3
(2,777 Views)
Do you think you can attach the vi.  i'm still having problems with the flickering. thank you.
0 Kudos
Message 3 of 3
(2,737 Views)