LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table colors not exported from sub vi's to calling vi. Why?

I have a sub vi which set the background colors of a table and I then want that 'new' table with the changed colors to be passed to the calling VI. But only the new data (i.e the strings not the background colors) can I change this behaviour?

As it would make my labview code much nicer!!!
0 Kudos
Message 1 of 3
(2,550 Views)
Your sub-vi should change the background color of the table in the calling vi, not in the sub-vi. To do that, you have to get a reference to the table in the main vi, then pass this ref to the sub-vi.
Have a look at the example below.
Chilly Charly    (aka CC)
Message 2 of 3
(2,550 Views)
Doh! now why didn't I think of that.......
0 Kudos
Message 3 of 3
(2,550 Views)