Titanium Community Questions & Answer Archive

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

Table View - Scrolling error

When I attempt to scroll a tableview I am getting the following error in console after the app crashes:

7/12/10 7/12/10 :: 11:16:51 AM Nutrition[24332] * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: color'

Anyone have any clue about this?

— asked July 12th 2010 by Phillip Williams
  • scrolling
  • tableview
0 Comments

5 Answers

  • Have you found a solution for this?

    It happens the same to me, on iPad, with custom rows tables and only when there are more than 20 rows.

    Ti 1.3.2

    — answered July 31st 2010 by Dan Tamas
    permalink
    0 Comments
  • what's the code you are using to display your tableView?

    rocksteady,
    danno~

    — answered August 1st 2010 by danno watts
    permalink
    0 Comments
  • Hi, it's a simple for loop, nothing else.
    Only that rows have different layouts. I do put a different className for each type of layout.

    — answered August 1st 2010 by Dan Tamas
    permalink
    0 Comments
  • It turned out that the different layout of the rows was crashing the app.

    — answered August 1st 2010 by Dan Tamas
    permalink
    0 Comments
  • 'Invalid parameter not satisfying: color'

    that means the color parameter is incorrectly defined?

    — answered July 12th 2010 by Daniel Lim
    permalink
    1 Comment
    • That would be nice if that where the case, however I can not see how that can be the case when every color statement is in the form: color:'#HEX', (where HEX is the color).

      — commented July 12th 2010 by Phillip Williams
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.