Forum /
Sencha Touch 1.x Forums /
Sencha Touch 1.x: Q&A /
Unanswered: UI Error in my sencha app.
Unanswered: UI Error in my sencha app.
i had attached one image. In that, i have 3 panels. in my second panel have two toggle button, if i run the login panel, the toggle button displayed. dont know what problem in that. pls help me to solve this task. here it's my maincode,
Sample.cfg = {};
Sample.App = Ext.extend(Ext.Panel, {
id:'mainpanel',
fullscreen: true,
layout: 'card',
//layoutOnTabChange: true,
//tabBar: {
// ui: 'dark',
// dock: 'bottom',
// layout: { pack: 'center' }
// },
//cardSwitchAnimation: false,
initComponent: function() {
this.items = [ {
title: 'Login',
id:'login',
iconCls: 'home',
xtype: 'login'
},{
title: 'Register',
xtype: 'register',
iconCls: 'home'
},{
title: 'MainView',
xtype: 'mainview',
iconCls: 'home'
}];
//Ext.getCmp('mainpanel').setActiveItem(1);
//Ext.getCmp('mainpanel').setActiveItem(0);
Sample.cfg = {};
Sample.App.superclass.initComponent.call(this);
}
});
soooooo . pls help asap.
Attached Images
Sencha - Senior Forum Manager
Cannot tell, you haven't posted all your relevant code. Also, please wrap in code tags to preserve spacing and readability.
Also post in the correct forum. I have moved this one.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us