[TIMOB-25305] Windows: setSelectedRow method of Ti.UI.Picker does not work
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2017-09-18T00:32:57.000+0000 |
Affected Version/s | Release 6.2.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Neeraj Mishra |
Assignee | Kota Iguchi |
Created | 2017-09-16T20:42:59.000+0000 |
Updated | 2017-09-18T00:32:57.000+0000 |
Description
Problem Description:
setSelectedRow method of Ti.UI.Picker is not working. When this method is called on a Picker with appropriate parameters, it not selecting anything.
PFA the sample project.
Steps to reproduce:
1. Run the attached Alloy project.
2. index.js has a window open function in which setSelectedRow method is called for the picker
3. Log statement in the onWinOpen method will be printed but the row will not be selected in the Picker.
Expected Result:
Row should be selected upon app launch as the method onWinOpen is called.
Attachments
File | Date | Size |
index.js | 2017-09-16T20:37:31.000+0000 | 103 |
index.tss | 2017-09-16T20:47:21.000+0000 | 170 |
index.xml | 2017-09-16T20:37:45.000+0000 | 351 |
Duplicate of TIMOB-25247