Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

TableView selectRow doesn't work on iPad

Hello,

On iPad simulator:

These methods work fine:
MainTests.tableView.deselectRow(3);
MainTests.tableView.scrollToTop();

But this one doesn't work: MainTests.tableView.selectRow(3);

Is it a bug, or did I miss something ?

MainTests.tableView = Ti.UI.createTableView({
data:MainTests.tableVewData,
search: MainTests.search,
allowsSelection: true,
filterAttribute: "s"
});

Thanks for your support,
Romain

— asked May 29th 2010 by Romain Bertrand
  • ipad
0 Comments

1 Answer

  • selectRow isn't working for me either on the ipad, pewp!

    edit : not working on iphone either, made a new ticket in the bug tracker

    — answered January 3rd 2011 by Ronnie Swietek
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.