LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multicolumn listbox highlight according to content

I actually tried many things but nothnig worked. Can you please give an example?

0 Kudos
Message 11 of 13
(445 Views)

does anyone have any idea about it?

0 Kudos
Message 12 of 13
(426 Views)

@truskawka wrote:

does anyone have any idea about it?


Are You able to attach a sample VI? Do You have any specific questions?

 

As far as I have understood Your problem, my first approach would be this:

  • Get the data that is displayed
  • Analyze the data according to the coloring scheme to get a list of colors
  • Set the colors for the rows of the table by looping through the rows and list of colors in parallel
  • Repeat this every time new data is entered

There may be simper, faster or more esthetically pleasing ways to do it, but it certainly will work.

0 Kudos
Message 13 of 13
(410 Views)