08-23-2018 11:36 AM
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.
Solved! Go to Solution.
08-23-2018 11:47 AM
@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
08-23-2018 11:51 AM
Thank you so much!!
It worked