Hi, I'm a new user so apologies if this is obvious. I haven't been able to find an answer in the forum.
Short version: I have a two column list in which sender is giving me numbers different from the list item clicked.
I'm taking the ScrollViewList discussed in one forum and trying to convert it to have multiple columns using as a guide code in http://www.b4x.com/android/forum/threads/list-with-two-columns-and-a-checkbox.7221/#post41354. I managed to get it converted to two columns, but when you click it weird things happen. Only clicking items in the left column has an impact, and if you click near the line between buttons it will highlight a right column item rather than left.
My bet here is that the sender is getting index numbers from a view that I haven't reoriented yet, but I'm new enough to not know where this is and be a bit mystified about it all, any help? Code attached, thanks in advance!
Short version: I have a two column list in which sender is giving me numbers different from the list item clicked.
I'm taking the ScrollViewList discussed in one forum and trying to convert it to have multiple columns using as a guide code in http://www.b4x.com/android/forum/threads/list-with-two-columns-and-a-checkbox.7221/#post41354. I managed to get it converted to two columns, but when you click it weird things happen. Only clicking items in the left column has an impact, and if you click near the line between buttons it will highlight a right column item rather than left.
My bet here is that the sender is getting index numbers from a view that I haven't reoriented yet, but I'm new enough to not know where this is and be a bit mystified about it all, any help? Code attached, thanks in advance!