LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

change cell value of table on click

When user select any cell of the table, value of that cell will be changed programatically. I can do the same thing but my problem is that after third click, data is changed. Refer attached program for that.
0 Kudos
Message 1 of 2
(2,411 Views)
First of all - you can't change value of cell when user select it, because in this time you stop execution of vi until you edit the cell.

But you can make that updating of cell will be after user exit from cell.

See attached program.
Message 2 of 2
(2,411 Views)