-
24 Jul 2011 5:42 PM #1
[CLOSED] [1.2 beta ] - Using deprecated Method Ext.entend() while opening 3.x project
[CLOSED] [1.2 beta ] - Using deprecated Method Ext.entend() while opening 3.x project
When opening 3.x project, Ext designer migrates to Ext 4.x pattern but keep using a deprecated method Ext.extend(). Why?
It would be better if create code like this!
or no?Code:Ext.define('className',{ extend: 'blablabla' })
I am using Windows 7 O.S
Ext Designer 1.2 BetaLast edited by wemerson.januario; 24 Jul 2011 at 5:49 PM. Reason: add O.S information
Wemerson Januario
Skype: wemerson.januario
Email: wemerson.januario@gmail.com
Fone: 62 84101145 - Goiânia-GO- Brazil
Consulting and Training Ext JS
Projects: (Nubes ERP)
-
24 Jul 2011 6:09 PM #2
When opening a 3.x project in Designer 1.2, it remains a 3.x project but migrates to the Designer 1.2 file format.
It is not transforming your project from 3.x code to 4.x code. Take a look at the toolbox, you'll see that all of the components available are from Ext 3.x.Aaron Conran
@aconran
Sencha Architect Development Team
-
24 Jul 2011 6:52 PM #3Wemerson Januario
Skype: wemerson.januario
Email: wemerson.januario@gmail.com
Fone: 62 84101145 - Goiânia-GO- Brazil
Consulting and Training Ext JS
Projects: (Nubes ERP)
Thank you for reporting this bug. We will make it our priority to review this report.



Reply With Quote