You must Login before you can answer or rate any questions.

picker.setSelectedRow no longer works since 1.4.0

0

picker.setSelectedRow works flawlessly with Titanium 1.3.2, but since I've upgraded to Titanium 1.4.0 it no longer jumps to the correct row I specify. e.g...

picker.setSelectedRow(0,3,false)

...on a single-column picker just keeps the 1st row selected, as though the method was ignored completely.

3 Answers

0

Ticket: https://appcelerator.lighthouseapp.com/projects/32238/tickets/1282-picker-setselectedrow-os-4-sdk-133-head


0

I'm having the same problem.


0

I'm having the same issue. The problem appeared in 1.3.3 and I'm at a stand still until I get that function back. On a side note, where can I get 1.3.2 (a compiled version, not GitHub)?