-
18 Feb 2012 7:33 AM #1
Unanswered: Just blank page !
Unanswered: Just blank page !
Because I could not fix an issue in Beta3 (may be bug) , I switched back to PR3 where application was working. but now it shows just blank page ! I have removed almost all code except following, No errors in console.
I am using touch/sencha-touch-all-debug-w-comments.js, also tried touch/sencha-touch-all.js
Thats it !Code:var homeTab = { title: hometabtext, iconCls: 'home', cls: 'home', html: [ '<img src="images/bedtime3.jpg"/>', '<h1> Stories to Kids !</h1>' ].join("") }; var myTabPanel = { fullscreen: true, tabBarPosition: 'bottom', items: [homeTab ] } Ext.application({ name: 'My Mobile', phoneStartupScreen: 'images/bedtime3.jpg', launch: function() { //The whole app UI lives in this tab panel Ext.create('Ext.TabPanel', myTabPanel).setActiveItem(0); } });
-
18 Feb 2012 9:19 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,653
- Vote Rating
- 14
- Answers
- 17
Were you getting an error with setActiveItem(0)? This was a bug in B3. But it should work without that.
-
18 Feb 2012 11:09 AM #3
Jamie - Thanks Jamie for response. No, there is no error at all !. I am currently using PR3. I tried to switch over to Beta3 but I had other problem of LinkedList showing empty in Beta3, so I was trying to switch back to PR3 and now I see this issue. My app was working well using PR3.
Sudhir
-
18 Feb 2012 11:16 AM #4Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,653
- Vote Rating
- 14
- Answers
- 17
Things have changed quite a bit since PR3. We really can't support it. What other problems did you have with Beta3?
-
18 Feb 2012 2:32 PM #5
Please check my other thread where I am facing problem of LinkedList showing empty. I even tried to using sample code in documentation of LinkedList, the "water" example. Can you please reply that thread ?
Thanks


Reply With Quote