{ "id": "129112", "key": "AC-3242", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2014-04-17T05:42:53.000+0000", "created": "2014-04-16T11:39:04.000+0000", "labels": [ "3.2.2.GA", "coverflowview", "ios", "space" ], "versions": [], "issuelinks": [ { "id": "36691", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "129150", "key": "AC-3288", "fields": { "summary": " Coverflow needs another parameter space", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "38335", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "129150", "key": "AC-3288", "fields": { "summary": " Coverflow needs another parameter space", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:57:39.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "I need to display large sized images(500+px) on coverflow. When i display those on the coverflow i found that the images partially lay on the another.Suggest an another alternative solution or please add another parameter like space between images in coverflow. Having them could override this issue.\r\n\r\n\r\nEDITED:\r\n--------------\r\n\r\nI have added the sample code:\r\n\r\nvar win = Titanium.UI.createWindow({\r\n backgroundColor : \"#FFFFFF\",\r\n tabBarHidden : true\r\n\r\n});\r\nwin.addEventListener(\"close\", function(e) {\r\n Ti.API.info(\"Inside the WIN close\")\r\n alert(\"Inside the WIN close\");\r\n})\r\n\r\nvar coverflowArray = [];\r\nfor (var i = 0; i < 5; i++)\r\n coverflowArray.push({\r\n width : 500,\r\n height : 500,\r\n image : \"http://s12.postimg.org/8lzz09cu5/1000.jpg\"\r\n });\r\n\r\nvar coverFlow = Ti.UI.iOS.createCoverFlowView({\r\n images : coverflowArray\r\n});\r\n\r\nwin.add(coverFlow);\r\nwin.open();\r\n\r\n\r\n ", "attachment": [ { "id": "47333", "filename": "SCN_coverflow_iPad_SDK3.2.2.png", "author": { "name": "sjanamca", "key": "sjanamca", "displayName": "Janardhanan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-04-16T11:39:04.000+0000", "size": 914190, "mimeType": "image/png" }, { "id": "47343", "filename": "SCN-COVERFLOW-500X500.png", "author": { "name": "sjanamca", "key": "sjanamca", "displayName": "Janardhanan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-04-17T06:32:50.000+0000", "size": 805387, "mimeType": "image/png" } ], "flagged": false, "summary": "Coverflow needs another parameter \"space\"", "creator": { "name": "sjanamca", "key": "sjanamca", "displayName": "Janardhanan", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sjanamca", "key": "sjanamca", "displayName": "Janardhanan", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium SDK 3.2.2, IOS SDK 5.1, iPad", "comment": { "comments": [ { "id": "301117", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "You should resize the image before you push it to the Coverflow. You can follow the Q&A discussion here:\r\nhttps://developer.appcelerator.com/question/5361/resize-images-in-cover-flow\r\n\r\nAnother blog you might be interested in:\r\nhttp://sapandiwakar.in/resizingscaling-images-in-titanium-cover-flow/", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-04-16T17:33:36.000+0000", "updated": "2014-04-17T05:42:45.000+0000" }, { "id": "301221", "author": { "name": "sjanamca", "key": "sjanamca", "displayName": "Janardhanan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The coverflow works fine with small images(<400px). But the coverflow gets clustered only when i use above 500px.Desperately i need to display large size images on my application.\r\nI am using the same image resizing logic as referred in those links.\r\n", "updateAuthor": { "name": "sjanamca", "key": "sjanamca", "displayName": "Janardhanan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-04-17T06:39:54.000+0000", "updated": "2014-04-17T06:54:24.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }