03-22-2012 04:01 PM
Hi,
I tried to set the ATTR_TEXT_BGCOLOR for a column of a table by calling:
SetTableColumnAttribute (panel, TABLE, column_no, ATTR_TEXT_BGCOLOR, VAL_YELLOW);
but it doesn't change the background color to yellow. However, if I use the SetTableCellAttribute call for every cell in that column then it works. Is this a "bug" in SetTableColumnAttribute? BTW, I'm using LabWnidows/CVI Ver 9.1.1 (450).
TIA
03-22-2012 05:18 PM
As you can see here, this is expected behaviour as SetTableColumnAttribute does not affect existing cells. Use SetTableCellRangeAttribute instead.