[TIMOB-3350] showPagingControl [ScrollableView] doesn't work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-08T18:44:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Menoites |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:42:45.000+0000 |
Updated | 2017-06-08T18:44:44.000+0000 |
Description
var view = Ti.UI.createView({backgroundColor:'#fff'});
var view2 = Ti.UI.createView({backgroundColor:'#fff'});
var scrollView = Ti.UI.createScrollableView({
views:[view,view2],
showPagingControl:false,
pagingControlColor:'#999',
pagingControlHeight:15,
currentPage:0
});
Ti.UI.currentWindow.add(scrollView);
Whether or not the "showPagingControl" property is set to true or false, as long as pagingControlColor and pagingControlHeight are set, the pagingControl bar at the bottom will be shown. Built using Titanium Developer 1.2.2 and Mobile SDK 1.6.1 on iOS 4.3.
If just one of the pagingControlColor/pagingControlHeight properties are NOT set (Regardless of showPagingControl property), the pagingController will not be viewable. Will only show if both are set, regardless of showPagingControl property.
Closing ticket due to time passed and lack on input for the past 6 years. Any problems, please open a new ticket.