Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19193] Windows: RSS Sample fails to show RSS feed items in ListView

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2015-07-10T15:34:47.000+0000
Affected Version/sRelease 4.1.0
Fix Version/sRelease 5.0.0
ComponentsWindows
Labelsn/a
ReporterChristopher Williams
AssigneeKota Iguchi
Created2015-07-08T17:28:54.000+0000
Updated2015-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

Comments

  1. Kota Iguchi 2015-07-10

    https://github.com/appcelerator/titanium_mobile_windows/pull/369
  2. Ewan Harris 2015-09-08

    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

JSON Source