I have one of those weird errors which I hope a pro will see with his or her eyes closed. I have a block which connects to a list item (ListView1) and displays certain arrangements based on the name in the list. The list items are typical: MAC Address - Name - Signal Strength. My project runs but before it does, I get the following error every time I open the app: I can dismiss the error by clicking outside of the error box. It goes away and does not return until the next tome the app is opened.
I do not understand if I have to tell the program how long the list is, or what. Here is the block from which I select the list name:
Split text at space listview1 selection is correct
But you have used listview1 selection index which will give you only the int. See your error, instead of selection it gives you 3, it says you have picked the third item. Instead if item you are using its index place