Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User wemerson.januario's Avatar
    Join Date
    Nov 2008
    Location
    Brazil, Goias, Goiânia
    Posts
    332
    Vote Rating
    1
    wemerson.januario is on a distinguished road

      0  

    Default [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!
    Code:
    Ext.define('className',{
    extend: 'blablabla'
    })
    or no?

    I am using Windows 7 O.S
    Ext Designer 1.2 Beta
    Last 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)

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,191
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    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

  3. #3
    Sencha User wemerson.januario's Avatar
    Join Date
    Nov 2008
    Location
    Brazil, Goias, Goiânia
    Posts
    332
    Vote Rating
    1
    wemerson.januario is on a distinguished road

      0  

    Default


    Quote Originally Posted by aconran View Post
    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.
    Humm, ok, I saw, thanks for attention
    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)