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 Problems on iPhone Device

I'm having two problems related to TableViews that seem to be specific to running my app on an actual iPhone:

1) The TableView style often ignores the GROUPED setting and just uses PLAIN. Sometimes I will see the TableView switch from PLAIN to GROUPED shortly after it loads.

2) Occasionally, toolbars will not be added to the views. My code usually calls UI.createTableView, and then shortly thereafter calls tableview.add(…), passing in a toolbar created with UI.createToolbar. Standard operating procedure, as far as I know.

Has anyone else run into either of these issues? Any guesses as to what might alleviate the problems?

— asked June 28th 2010 by Mike Dosey
0 Comments

10 Answers

  • Accepted Answer

    Download TI SDK 1.3.2 and that fixes the problem.

    http://developer.appcelerator.com/blog/2010/06/1-3-2-1-4-rc1-release-now-available.html

    — answered July 2nd 2010 by Todd Tompkins
    permalink
    0 Comments
  • Did you test this with 1.3.2 (aka 1.4 RC1)?

    — answered June 28th 2010 by Sj Singh
    permalink
    1 Comment
    • I am using Titanium SDK 1.2.0 because deploying to device with 1.3+ does not work for me.

      — commented June 28th 2010 by Mike Dosey
  • I am having same problems with 1.3.2.

    Will be exploring some optimizing of code to see if it will resolve the problem

    — answered June 29th 2010 by Peter Lum
    permalink
    0 Comments
  • I am having same problems with 1.3.2.

    Will be exploring some optimizing of code to see if it will resolve the problem

    — answered June 29th 2010 by Peter Lum
    permalink
    0 Comments
  • I am having same problems with 1.3.2.

    Will be exploring some optimizing of code to see if it will resolve the problem

    — answered June 29th 2010 by Peter Lum
    permalink
    0 Comments
  • Anyone else running into these issues, or have any ideas on a work-around? They're serious enough that I can't release the application unless they're resolved.

    — answered June 30th 2010 by Mike Dosey
    permalink
    0 Comments
  • If anyone else has some input on these issues, it would be greatly appreciated.

    — answered July 2nd 2010 by Mike Dosey
    permalink
    0 Comments
  • I tested with 1.3.2 and have similar problems, i hope 1.4.0 release fixes this problem

    — answered July 15th 2010 by Abraham Vivas
    permalink
    0 Comments
  • I tested with 1.3.2 and have similar problems, i hope 1.4.0 release fixes this problem

    — answered July 15th 2010 by Abraham Vivas
    permalink
    0 Comments
  • I tested with 1.3.2 and have similar problems, i hope 1.4.0 release fixes this problem

    — answered July 15th 2010 by Abraham Vivas
    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.