[TIMOB-19193] Windows: RSS Sample fails to show RSS feed items in ListView
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-07-10T15:34:47.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | Release 5.0.0 |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Kota Iguchi |
Created | 2015-07-08T17:28:54.000+0000 |
Updated | 2015-09-08T16:47:07.000+0000 |
Description
After fetching the RSS feed, while trying to add the items to the ListView, the ListView tenplate code in listview.js up in TitaniumKit, line 102 is throwing an error:
TypeError: undefined is not a function (evaluating 'template.createView(options)')
For some reason, it's having trouble loading up the template reference?
You'll likely need to use the WIP fork/PR of the sample on our latest 4.2.x SDK builds to test this. The PR is https://github.com/appcelerator-developer-relations/Sample.RSS/pull/17
https://github.com/appcelerator/titanium_mobile_windows/pull/369
Verified using: Windows 8.1 Appc CLI Core: 5.0.0-33 Appc CLI NPM: 4.2.0-1 Titanium SDK: 5.0.0.v20150906220721 Nokia Lumia 930 8.1 RSS reader sample from https://github.com/appcelerator-developer-relations/Sample.RSS/pull/19 The RSS sample now shows the feed in a ListView with no problems Closing ticket