LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

List Locked

Solved!
Go to solution

Hey guys. I have a very simple code that indicates what the user clicked, like the index of the element they clicked in a column. The problem is all of a sudden my list completely locked. I cant click on anything and nothing gets registered. Any help would be much appreciated.

0 Kudos
Message 1 of 3
(2,409 Views)
Solution
Accepted by topic author Rayzab

@Rayzab wrote:

Hey guys. I have a very simple code that indicates what the user clicked, like the index of the element they clicked in a column. The problem is all of a sudden my list completely locked. I cant click on anything and nothing gets registered. Any help would be much appreciated.


Did you " all of a sudden " change it from a control to an indicator?

 

TO be used as an indicator you may want to;

switch to a "Mouse Down" event and

then use an invoke node >>> Point to Row Column

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 3
(2,399 Views)

Thank you so much!!

It worked

0 Kudos
Message 3 of 3
(2,397 Views)