LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Detecting a mouse click on a table row or column header

Is there an easy way to detect a mouse click on a Labview table row or column header. I know it can be done through mouse coordinates but that seems like a painful way to do it. Thanks.
0 Kudos
Message 1 of 3
(3,339 Views)
Try using the table property EditPos. If you get -1, it means you're in the headers.

___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(3,334 Views)
I had tried that before on a test vi but it did not work. The trick to make it work is to check "Editable Headers" when right clicking the table. If this attribute is not active the headers are not detected with a mouse click. Thanks for taking the time to respond.
0 Kudos
Message 3 of 3
(3,324 Views)