Related questions
sencha hide show button
Hi i am new to sencha and i try to find out how some things work in sencha architect /sencha touch.
i found a project http://miamicoder.com/2012/how-to-create-a-sencha-touch-2-app-part-1/
and i try to make that in architect.
at this …
Sencha Touch - Cannot generate first app
I just downloaded Sencha Touch 2.1.0 and Sencha CMD v.3.0.2.288. I extracted the Sencha Touch SDK into MAMP's htdocs folder. When I tried following the getting started guide,
sencha app create MyApp ../MyApp
gives the error
Sencha Cmd v3.0.2.288
[ERR] No …
Align items vertically in a center - Sencha Panel
I am trying to align mid of the screen of an item simply a label but it is aligning it horizontally not vertically.
var panel = new Ext.Panel({
layout:{
type: 'vbox',
align: 'center'
},
items:[
{
xtype: 'label',
html: 'My Label'
}
],
fullscreen: …