I am working on Sencha Architect and following this video which made by Sencha dev-team to walks around basics of application.
I got errors when i run the project and later figure out that somehow Sencha Architect created 'ViewModel' and 'ViewController' automatically.
Why could be? or is there any setting in application to block?
Here is a sample folder structure of 'View'. Files with '(*)' symbol not created by me..
view/
.. TicketDataView.js
.. TicketDataViewViewController.js (*)
.. TicketDataViewViewModel.js (*)
.. TicketPanel.js
.. TicketPanelViewController.js (*)
.. TicketPanelViewModel.js (*)
and i overcome on this situation with deleting 'ViewModel' and 'ViewController' files yet in Sencha Architect:
As well as changed the Project Settings:
Then saved the project and opened index.html and changed script tags for ext-all.js, theme.js and link tag for theme.css to cdnjs' library. Sencha CDN links not working! so imported cdnjs instead of it.