12-07-2005 07:01 PM
12-07-2005 07:31 PM - edited 12-07-2005 07:31 PM
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
01-17-2006 03:21 AM
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.
01-18-2006 11:35 AM - edited 01-18-2006 11:35 AM
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
01-18-2006 03:56 PM