Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20032] iOS: Ti.UI.ScrollableView.showPagingControl does not work

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionDuplicate
Resolution Date2015-11-22T00:25:04.000+0000
Affected Version/sn/a
Fix Version/sRelease 5.1.0
Componentsn/a
LabelsCommunity
ReporterKosuke Isobe
AssigneeEric Merriman
Created2015-11-10T07:17:38.000+0000
Updated2017-03-22T21:59:54.000+0000

Description

showPagingControl property does not work on Titanium SDK 5.1.0.v20151104190037. e.g.
var win = Ti.UI.createWindow(),
  view0 = Ti.UI.createView({
    backgroundColor: 'red'
  }),
  view1 = Ti.UI.createView({
    backgroundColor: 'green'
  }),
  view2 = Ti.UI.createView({
    backgroundColor: 'blue'
  }),
  scrollableview = Ti.UI.createScrollableView({
    views: [
      view0,
      view1,
      view2
    ],
    showPagingControl: false
  });

win.add(scrollableview);
win.open();
*SDK 4.0.0.GA* [^4.0.0.GA.png] *SDK 5.1.0.v20151104190037* [^5.1.0.v20151104190037.png]

Attachments

FileDateSize
4.0.0.GA.png2015-11-10T07:15:30.000+000067381
5.1.0.v20151104190037.png2015-11-10T07:15:30.000+000067339

Comments

  1. Aminul Islam 2015-11-11

    Hi , Thanks for your concern. Could you please include details *Description* , *Steps to reproduce* and test *Environment* such as Node.js Version ,npm Version ,Target Platform and Operating System ? Thanks
  2. Kosuke Isobe 2015-11-11

    I added environment and description.
  3. Chee Kiat Ng 2015-11-22

  4. Lee Morris 2017-03-22

    Closing ticket as duplicate and links to the related ticket has been provided above.

JSON Source