{ "id": "61413", "key": "TIMOB-781", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "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": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T02:36:19.000+0000", "created": "2011-04-15T02:36:18.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "coverflowview" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T21:22:08.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}

Hi guys. i really liked the concept of coverFlowView. but sadly,\ni couldn't implement it. was trying a verrry simple example still\nit didn't work.

\n

any basic way to get it working??

\n

heres my code (sorry for making it real big)-

\n

this is the file window.js which is being called when app.js\nloads-

\n
\nvar images = [];\nimages[0]=\"a.png\";\nimages[1]=\"b.png\";\nimages[2]=\"c.png\";\nvar view = Titanium.UI.createCoverFlowView({\nimages:images\n});\nTitanium.UI.currentWindow.add(view);\n
\n

and this is my app.js-

\n
\nvar win1 = Titanium.UI.createWindow({
\n
\n\n\n
\n
\n
\nurl:'script/window.js',\nbackgroundColor:'#fff'\n
\n
\n\n\n
\n});\nwin1.open();\n
\n

at the emulator, i got :

\n
\nprocess has stopped unexpectedly\n
\n

and after checking the trace, i found this error message on\nseveral places-

\n
\n[TRACE] E/TiModule( 1356): Caused by: java.lang.NoClassDefFoundError: ti.modules.titanium.ui.CoverFlowViewProxy
\n
\n\n\n
\n[TRACE] E/TiModule( 1356): Caused by: java.lang.NoClassDefFoundError: ti.modules.titanium.ui.CoverFlowViewProxy
\n
{html}", "attachment": [], "flagged": false, "summary": " Error in using CoverFlowView :-(", "creator": { "name": "sheikhaman", "key": "sheikhaman", "displayName": "SheikhAman", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sheikhaman", "key": "sheikhaman", "displayName": "SheikhAman", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "124022", "author": { "name": "sheikhaman", "key": "sheikhaman", "displayName": "SheikhAman", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

and ohh.. i forgot to add that I am working on Android. Is this\nfeature limited for iPhone only?

{html}", "updateAuthor": { "name": "sheikhaman", "key": "sheikhaman", "displayName": "SheikhAman", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:36:19.000+0000", "updated": "2011-04-15T02:36:19.000+0000" }, { "id": "124023", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Yes. This is an iPhone-only feature as coverflow is an iPhone\nidiom.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:36:19.000+0000", "updated": "2011-04-15T02:36:19.000+0000" }, { "id": "410544", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-09T21:22:08.000+0000", "updated": "2017-03-09T21:22:08.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }