Threaded View
-
5 Nov 2012 4:35 PM #1
Wrong paths using "views" Controller property on an app built with Cmd
Wrong paths using "views" Controller property on an app built with Cmd
Taking as a reference the skeleton generated by sencha app build,
if you try to include a view on MyApp.controller.Main like this:
This is how ext looks for it:Code:Ext.define('MyApp.controller.Main', { extend: 'Ext.app.Controller', views:['Main'] });
And should be:Code:/app/controller/Main.js/view/Main.js
AS you can see, for some weird reason it is adding "controller/Main.js" to the path.Code:/app/view/Main.js
Exactly the same problem happens using the "stores" property.
How can I fix this ? This problem is preventing me to update my application.Using Ext with cachefly
Working on LAMPExt
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote