Hi,
I noticed when I use com.codename1.ui.spinner.Picker for type PICKER_TYPE_STRINGS, if I set Strings as not a hardcoded Strings but as String[ ], I get
java.lang.NullPointerException while spinning the Picker.
I get it only if I also do setSelectedString(). If there is a setSelectedStringIndex(), no error occurs.
I wondered, why would it happen?