-1

Error appear on ExtJS 5 when I create a simple window:

Ext.create('Ext.window.Window',{title: 'Simple Title',
height: 500,
width: 500,
                            autoShow: true})

What am I doing wrong?

edit: trying to create the project with minimum files: ext-all.js and ext-theme-neptune-all.css

Shalev Shalit
  • 1,945
  • 4
  • 24
  • 34
  • 1
    Can you provide the error you are receiving in the console? When i try out your code in [sencha fiddle](https://fiddle.sencha.com/#fiddle/6pq) it works as expected, so more info would help. – weeksdev Jun 19 '14 at 00:39

1 Answers1

0

If it is a part of Sencha Cmd generated app then make sure that you don't get any "Synchronous Warning" while developing and then:

sencha app refresh

and if it doesn't help

sencha app build
Saki
  • 5,827
  • 2
  • 15
  • 15