Titanium JIRA Archive
Appcelerator Community (AC)

[AC-4326] createScrollableView pageIndicatorColor&currentPageIndicatorColor doesn't work

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2016-08-30T14:49:48.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterMaxim Khrichtchatyi
AssigneeShak Hossain
Created2016-08-03T19:49:21.000+0000
Updated2016-08-30T14:49:48.000+0000

Description

I can't change pageIndicatorColor & currentPageIndicatorColor for createScrollableView.
Ti.UI.createScrollableView({
    showPagingControl: true,
    pageIndicatorColor: '#ffcc00',
    currentPageIndicatorColor: '#ffcc00',
    pagingControlAlpha: 0.5,
    pagingControlColor: '#FFFFFF',
    pagingControlHeight: 20,
    views: [view1, view2, view3]
});

Comments

  1. Hans Knöchel 2016-08-03

    This ticket needs more info: - iOS / Android - Titanium SDK build - Trace-log Please note that the two properties are only available in Titanium 5.4.0 (which is currently in Beta) and later.

JSON Source