LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I assign different colors to Table cells (colorcode cells)

Hi,
To distinguish register map in a Table, I would like to assign color to each cell of the Table for ease of use.
Using Table properties, I have not been able to assign any colors.
 
Is there any way to do this? I am using LabVIEW 7.1.
 
Thanks for your help.
 
 
 
0 Kudos
Message 1 of 5
(3,680 Views)

The attached VI (in LV 7.1)

 

demonstrates how to set the cell colors of a table. You must first indicate which cell is active and then apply the changes.

 

Ben 

Message Edited by Ben on 12-07-2005 07:31 PM

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Download All
Message 2 of 5
(3,675 Views)

Hi, I would like to assign a color to different cell from the same column : i just want to distinguish rows.

For example : a wrong row (2 cells in 2 colums) will be paint in re, and right row (still 2 cells) in green.

How can I make this ?

Thanks.

 

BD.

~ La programmeuse compile le C. ~
http://www.pmeonline.fr.st
http://www.nihon-fr.com
http://www.cinemasie.com
http://ippai.free.fr
0 Kudos
Message 3 of 5
(3,614 Views)

Hi BD,

The active cell property lets you pick which cell you want to change the properties of. For example, if you want to color row 1, column 1, wire a cluster containing values 1,1 to the Active Cell property in the example that Ben provided. Now if there is a pattern that you are looking for, you can automate the process by using loops.

Regards,

Ankita

Message Edited by Ankita on 01-18-2006 11:36 AM

Download All
Message 4 of 5
(3,587 Views)
Thank you very much Ankita, this is exactly what i wanted.
Thanks a lot.

BD.
~ La programmeuse compile le C. ~
http://www.pmeonline.fr.st
http://www.nihon-fr.com
http://www.cinemasie.com
http://ippai.free.fr
0 Kudos
Message 5 of 5
(3,569 Views)