Android Question Pan Array in a CustomListView Item

Bob Spielen

Active Member
Licensed User
Is it possible to have a CLV, creating LV_Items with a clickable Pan_Array (Tic-Tac-Toe example) in it?
In advance I thank for tips....
 

Bob Spielen

Active Member
Licensed User
What do you mean with pan array?
Erel, Thanks for the reply...
When I build a solution with

Dim Pan(X,Y) as Panel

and then fill a CLV Item (line) with the Pan(X,Y) panels, Im doing something wrong, because...... when I click on one of the Pan(X,Y), I get allways the last Panel at the Pan(X,Y)_Click event... and NOT the real Panel I clicked on...
I get allways the last one as "SENDER".......
 
Upvote 0
Top