invalid method (createTabGroup)

You must Login before you can answer or comment on any questions.

In my app.js

var self = Ti.UI.createTableView();
only one line, but it crashes every time I run it on my device. Any idea??? I tried rebuild 100000000000 times!!, It does help on emulator but not on device. So frustrating....

— asked 9 months ago by Jiale He
0 Comments

1 Answer

Please try cleaning the project and build. Please give an idea what is the device that you are using. Please post the full code(if possible)

Thanks.

— answered 9 months ago by Vinny James
answer permalink
1 Comment
  • I get it sorted out by adding one line

    var aa = Ti.UI.createTable;
    Not idea about why....

    — commented 9 months ago by Jiale He

Your Answer

Think you can help? Login to answer this question!