YomeKitsuma
5 Oct 2012, 5:59 AM
Hi,
i'am using the sencha cmd v3.0.0.188 (also the same with 181 and 144), the process does not copy all the mendatory images in resources :
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/form/trigger.gif
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/form/exclamation.gif
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/form/text-bg.gif
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/form/date-trigger.gif
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/form/spinner.gif
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/button/s-arrow.gif
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/grid/grid3-hd-btn.gif
Even if i populate the custom.js file in theme folder
$CustomManifest = {
widgets: [
{
xtype: 'widget.datefield',
ui: 'default'
},
{
xtype: 'widget.timefield',
ui: 'default'
},
{
xtype: 'widget.numberfield',
ui: 'default'
},
{
xtype: 'widget.splitbutton',
ui: 'default'
}
]
};
i'am using the sencha cmd v3.0.0.188 (also the same with 181 and 144), the process does not copy all the mendatory images in resources :
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/form/trigger.gif
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/form/exclamation.gif
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/form/text-bg.gif
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/form/date-trigger.gif
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/form/spinner.gif
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/button/s-arrow.gif
GET file://localhost/Users/tag-all/Workspace/Enoleo/vegarw/charting/applications/desktop/resources/images/default/grid/grid3-hd-btn.gif
Even if i populate the custom.js file in theme folder
$CustomManifest = {
widgets: [
{
xtype: 'widget.datefield',
ui: 'default'
},
{
xtype: 'widget.timefield',
ui: 'default'
},
{
xtype: 'widget.numberfield',
ui: 'default'
},
{
xtype: 'widget.splitbutton',
ui: 'default'
}
]
};