Hi,
I need 2 searchview in same Page, but i define another SerarchView (i.e. sv1) I have ab error
The error is on this istruction:
Then i cancel
but the error persists....
How may i do?
TKS
Marco
I need 2 searchview in same Page, but i define another SerarchView (i.e. sv1) I have ab error
B4X:
Private sv As SearchView
Private sv1 As SearchView
The error is on this istruction:
B4X:
sv.SetItems(cities)
Then i cancel
B4X:
Private sv1 As SearchView
How may i do?
TKS
Marco