Threaded View
-
5 Oct 2012 5:59 AM #1
Sencha App Build :: Missing images after build
Sencha App Build :: Missing images after build
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 :
Even if i populate the custom.js file in theme folderCode:- 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
Code:$CustomManifest = { widgets: [ { xtype: 'widget.datefield', ui: 'default' }, { xtype: 'widget.timefield', ui: 'default' }, { xtype: 'widget.numberfield', ui: 'default' }, { xtype: 'widget.splitbutton', ui: 'default' } ] };
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote