Hello
I created a spinner in my code ( not in designer)
but the initialize method line gives me an error:
I didnt set any click listener for this view. Why am i getting it ? I searched the forum for the error msg, some people say stg about openspinner but i couldnt understand what it is .
ty
I created a spinner in my code ( not in designer)
but the initialize method line gives me an error:
B4X:
java.lang.RuntimeException: Don't call setOnClickListener for an AdapterView. You probably want setOnItemClickListener instead
I didnt set any click listener for this view. Why am i getting it ? I searched the forum for the error msg, some people say stg about openspinner but i couldnt understand what it is .
ty