Hi:
I have a problem. My App has one vertical CLV populated with several horizontal CLV. Inside the horizontal CLV I have buttons, labels and one image view. I want to click in one of those
buttons (Sender) and get their tag. The code bellow is for one CLV. Works fine, but for several CLV inside that it dosn't works.
I can't address on button inside tany horizontal CLV.
Can someone help me ?
I have a problem. My App has one vertical CLV populated with several horizontal CLV. Inside the horizontal CLV I have buttons, labels and one image view. I want to click in one of those
buttons (Sender) and get their tag. The code bellow is for one CLV. Works fine, but for several CLV inside that it dosn't works.
B4X:
Index = clvStores.GetItemFromView(Sender)
pnl = clvStores.GetPanel(Index)
lbl = pnl.GetView(5) ' btnYES
lbl1 = pnl.getview(6) ' btnNO
I can't address on button inside tany horizontal CLV.
Can someone help me ?