[TIMOB-3645] Android: Implement showVerticalScrollIndicator if Possible
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2017-05-02T20:13:29.000+0000 |
| Affected Version/s | Release 1.7.0 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | android, indicator, scroll, tableview, tbs-1.8.0 |
| Reporter | Thomas Huelbert |
| Assignee | Ingo Muschenetz |
| Created | 2011-04-21T11:45:07.000+0000 |
| Updated | 2017-05-02T21:19:48.000+0000 |
Description
1.base Ui > Views > Table View scroll indicators
2.runtime error on load
E/KrollCallback( 7301): (kroll$84: app://examples/table_view_scroll_indicators.js) [1416,1443482] ECMA Error evaluating source, invocation: [callMethod UI.Button.UI.Button:event:click null], message: TypeError: Cannot find function setShowVerticalScrollIndicator in object [Ti.UI.TableView]. (app://examples/table_view_scroll_indicators.js#31)
E/KrollCallback( 7301): org.mozilla.javascript.EcmaError: TypeError: Cannot find function setShowVerticalScrollIndicator in object [Ti.UI.TableView]. (app://examples/table_view_scroll_indicators.js#31)
hopefully this is a vald test case for android. Does not appear in 1.6.2 KS
This was caused by a feature added in TIMOB-3191 for iOS. Android has different capabilities so will need to examine the API to see what we can do.
Converted to a feature request.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.