{ "id": "61856", "key": "TIMOB-1224", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11258", "description": "Holding Pen for Triaged Issues", "name": "Backlog", "archived": false, "released": false } ], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T02:47:02.000+0000", "created": "2011-04-15T02:47:01.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "coverflowview", "feature", "ios", "iphone", "remote", "url" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-02T21:08:13.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}

The following does not work, it gives an error.

\n

Titanium.UI.setBackgroundColor('#000');

\n

var win = Titanium.UI.createWindow({

\n
\ntitle:'Tab 1',\nbackgroundColor:'#fff'\n
\n

});

\n

var imagesCoverflow = [];

\n

imagesCoverflow.push('http://www.mnit.ac.in/literary09/1.png');
\nimagesCoverflow.push('http://www.moviemeads.com/videos/2.png');

\n

var coverflowView = Titanium.UI.createCoverFlowView({

\n
\nimages:imagesCoverflow,\nbackgroundColor:'transparent'\n
\n

});

\n

win.add(coverflowView);

\n

win.open();

{html}", "attachment": [], "flagged": false, "summary": "createCoverFlowView's images array does not accept remote Images. ", "creator": { "name": "sj101", "key": "sj101", "displayName": "Sj101", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "rpfeiffer", "key": "rpfeiffer", "displayName": "Ralf Pfeiffer", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "125114", "author": { "name": "ctredway1", "key": "ctredway1", "displayName": "ctredway", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Right now images for the cover flow need to be local. Changing\nthis ticket to be a feature request.

{html}", "updateAuthor": { "name": "ctredway1", "key": "ctredway1", "displayName": "ctredway", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:47:01.000+0000", "updated": "2011-04-15T02:47:01.000+0000" }, { "id": "125115", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

This is a duplicate of #587.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:47:02.000+0000", "updated": "2011-04-15T02:47:02.000+0000" }, { "id": "408516", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closed as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-02T21:08:13.000+0000", "updated": "2017-03-02T21:08:13.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }