Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3350] showPagingControl [ScrollableView] doesn't work

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-08T18:44:44.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterMenoites
AssigneeIngo Muschenetz
Created2011-04-15T03:42:45.000+0000
Updated2017-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.

Comments

  1. Lee Morris 2017-06-08

    Closing ticket due to time passed and lack on input for the past 6 years. Any problems, please open a new ticket.

JSON Source