Halesway
27 Jul 2012, 6:53 AM
Hi,
I'm coming across a strange problem in which when I compile my app with Sencha Command it is stripping my custom parameters
{
xtype: 'button',
text: 'ButtonName',
left: 10,
bottom: 10,
width: 135,
height: 40,
showWarning: true
}
This works perfectly in development, but after building (both testing and production I've tried) showWarning isn't being passed.
Am I missing some obvious setting or just simply not allowed to do it this way?
Thanks.
I'm coming across a strange problem in which when I compile my app with Sencha Command it is stripping my custom parameters
{
xtype: 'button',
text: 'ButtonName',
left: 10,
bottom: 10,
width: 135,
height: 40,
showWarning: true
}
This works perfectly in development, but after building (both testing and production I've tried) showWarning isn't being passed.
Am I missing some obvious setting or just simply not allowed to do it this way?
Thanks.