LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Preventing table cell selection highlighting

In looking at previous discussions on Table cell highlighting I see that there are not any attributes for the cell selector.  I think this is true for even CVI 8.0.1.   Attempts at making the table an indicator leads is a workaround solution that  could run into other problems.  A color attribute for this would allow the user to make the selection color transparent.  Any thoughts on this?
0 Kudos
Message 1 of 2
(2,903 Views)
Well, listbox controls have the ATTR_HILITE_CURRENT_ITEM which does exactly what we are looking for: determining wether the active element is highlighted or not, regardless the control is the active one or not or is hot or indicator. It would be maybe simpler using the same attribute for tables too rather than playing with the selection color.


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,895 Views)