In my, I'm using CustomListview and labels.
on one label I clickable work like this :
Word click :
It shows error Log:
customlistview_getitemfromview (java line: 430)
java.lang.ClassCastException: android.view.ViewRootImpl cannot be cast to android.view.View
Whats problem?
on one label I clickable work like this :
B4X:
Dim cs As CSBuilder
cs.Initialize.Append(CreateClickableWord("9225146803"))
Label1.Text = cs
cs.EnableClickEvents(Label1)
Word click :
B4X:
Sub Word_Click (Tag As Object)
Log("aaaaaa" & Tag)
End Sub
It shows error Log:
customlistview_getitemfromview (java line: 430)
java.lang.ClassCastException: android.view.ViewRootImpl cannot be cast to android.view.View
Whats problem?