I made one but it’s not work properly i mean when i click 2nd item or 3rd or 4th its open sometime 1st many time , then open 2nd or 3rd ect.
how can i fix it plz tell some solutions. i try type of block but its still not work.
Can you tell us more about your problem?
Or also remove guides tag
yes, i want to tell that when i click any of my list item in my app then its open manytime 1st item and when i click 5-6 time click same item then open 2nd item , but its not open which item actual i click.
What are you doing here.I think In variable block(global position +1) is wrong, try (elementindex+1). I hope this will help you


Why are you using global position? Use get elemend index
I know abou your problem. This happened because you are using variable(global position),when you click first item then in variable values is “elementindex+1”, But when you click next item the variable value is(old variable value+elementindex+1) that is why you get wrong item.
Solution:- replace variable value to 0 after list is click
Replace all index in lists from global position to get element index
Try it and see if it works for you
Thank You, Its OSM Thank you so much for your help.
Its OSM Thank you so much for your help.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.