hi there
i use this library and it is not working with tag and sender
i use to set tag in view coding
and in item click event i want to use sender but an error apear and said
and here is my sub
tnx for helping
i use this library and it is not working with tag and sender
i use to set tag in view coding
and in item click event i want to use sender but an error apear and said
B4X:
Compiling debugger engine code. (2.00s)
Compiling generated Java code. Error
B4A line: 245
Dim spin As NiceSpinner=Sender
javac 1.8.0_51
src\com\simurgh\parparouk\matn.java:1271: error: cannot find symbol
_spin.setObject((main.java.org.angmarch.views.NiceSpinner)(anywheresoftware.b4a.keywords.Common.Sender(mostCurrent.activityBA)));
^
symbol: class java
location: class main
and here is my sub
B4X:
dim spiner as nicespinner
spiner.Initialize("spiner")
spiner.Tag=i
Sub spiner_item_clicked
Dim spin As NiceSpinner=Sender
Log(spin.SelectedIndex)
End Sub
tnx for helping