{ "id": "80083", "key": "TIMOB-5228", "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": "12076", "description": "Mobile @ HQ Week", "name": "Sprint 2011-36", "archived": true, "released": true, "releaseDate": "2011-09-12" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-09-04T10:49:32.000+0000", "created": "2011-09-07T16:10:36.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "module_scrollableview", "qe-testadded" ], "versions": [ { "id": "11570", "description": "", "name": "Release 1.7.2", "archived": true, "released": true, "releaseDate": "2011-07-21" } ], "issuelinks": [], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2019-08-03T13:37:04.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "On Scrollable views with multiple images, the left and right arrows show up to indicate the user that they can scroll through. However, they show up only for a few seconds and they disappear later upon not touching. When the image is swiped, they appear again. \r\n\r\nIs there any way to show these arrows all the time so as to visually let the user know that he/ she can swipe the images.\r\n\r\n*Sample Code*\r\n{noformat}\r\nvar win = Ti.UI.createWindow({ backgroundColor: 'white'});\r\n\r\nvar feature1 = Ti.UI.createImageView({ image: 'KS_nav_ui.png', height: \"auto\", width: \"auto\"});\r\nvar feature2 = Ti.UI.createImageView({ image: 'KS_nav_views.png', height: \"auto\", width: \"auto\" }); \r\nvar feature3 = Ti.UI.createImageView({ image: 'KS_nav_ui.png', height: \"auto\", width: \"auto\" });\r\nvar feature4 = Ti.UI.createImageView({ image: 'KS_nav_views.png', height: \"auto\", width: \"auto\" }); \r\nvar feature5 = Ti.UI.createImageView({ image: 'KS_nav_ui.png', height: \"auto\", width: \"auto\" }); \r\n\r\nvar scrollView = Titanium.UI.createScrollableView({ \r\n\tviews: [feature1, feature2, feature3, feature4, feature5], \r\n\tshowPagingControl: true, \r\n\tclipViews: true\r\n});\r\n\r\nwin.add(scrollView);\r\nwin.open();\r\n{noformat}\r\n\r\nThe above code presents the normal expected behavior, but can the arrows be shown permanently?", "attachment": [], "flagged": false, "summary": "Show left/ right arrows permanently in a Scrollable View with multiple images", "creator": { "name": "sbhimavarapu", "key": "sbhimavarapu", "displayName": "Sandeep Bhimavarapu", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sbhimavarapu", "key": "sbhimavarapu", "displayName": "Sandeep Bhimavarapu", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium SDK: 1.7.1\r\nPlatform: Android 2.3.3", "comment": { "comments": [ { "id": "214890", "author": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Reopening bug. Arrows disappear after several seconds.\r\nTested on:\r\nTitanium Studio, build: 2.1.1.201208091713\r\nTitanium SDK, build: 2.2.0.v20120816015712\r\nDevices: Nexus 7 tab (4.1.1), HTC Evo (4.0.3)", "updateAuthor": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-16T14:58:10.000+0000", "updated": "2012-08-16T14:58:10.000+0000" }, { "id": "450258", "author": { "name": "fincha", "key": "fincha", "displayName": "Alexander Frischbutter", "active": true, "timeZone": "Europe/Berlin" }, "body": "I have the same issue with SDK 7.5.2, arrows are not vissible after few seconds.", "updateAuthor": { "name": "fincha", "key": "fincha", "displayName": "Alexander Frischbutter", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-08-03T13:37:04.000+0000", "updated": "2019-08-03T13:37:04.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }