Hi everyone:
I've been working with B4Av9.9 till today, now I upgraded to v10.0 and B4XSwitch control doesn't work. I'm referring XUI Views (2.35) library but receive this error message when I try to change the value (True/false)
B4XSwitch values don't work with B4Av10.0
ادامه مطلب...
I have few B4XSwitch views in the customlistview.
How can i read each B4XSwitch value.
My code doesn't work.
B4X:
If v Is B4XSwitch Then
Dim xs As B4XSwitch =v.tag
strPost= Listview1.GetValue(i) & "=" & xs.Value & "&" & strPost
End If
ادامه مطلب...