Change of syntax between versions

  1. #1

    Change of syntax between versions

    Hi all
    I have taken some code from Ext.NET examples and compared it, between v1.4 and v2.0
    for example:

    v2.0

    <ext:Node Text="Root">
    <Children>

    v1.4
    <ext:TreeNode Text="Root">
    <Nodes>

    I mean, how about using same code on v1.4 and v2.0 ?
  2. #2
    Ext.NET relies on the ExtJS 4.*javascript framework
    You can probably find similar changes if you compare current ExtJS with older versions

    It would be very confusing if naming were different in Ex.NET and ExtJS

    And yes it is a wall to climb when upgrading from Ext.NET 1.4 to 2.0

    rgds /Peter
  3. #3
    Thanks Peter.
  4. #4
    Quote Originally Posted by UserClarion View Post
    Hi all
    I have taken some code from Ext.NET examples and compared it, between v1.4 and v2.0
    for example:

    v2.0

    <ext:Node Text="Root">
    <Children>

    v1.4
    <ext:TreeNode Text="Root">
    <Nodes>

    I mean, how about using same code on v1.4 and v2.0 ?
    Yes, unfortunately there are Breaking Changes when upgrading from v1.x to v2.x. The Breaking Changes are listed in the CHANGELOG.txt, see

    https://examples2.ext.net/#/Getting_...nts/CHANGELOG/

    Most are just simple syntax changes.
    Geoffrey McGill
    Founder
  5. #5
    Thanks Geoffrey
    I must say that is very important to know that.
  6. #6
    Quote Originally Posted by geoffrey.mcgill View Post
    Most are just simple syntax changes.
    True but still it has severely broken my app as I have taken the naming convention forward into my own extended classes and functions
    Not a problem just a lot of work - looking forward running my first compile without errors on Ext.NET 2.0 ;.)

    rgds /Peter

Similar Threads

  1. Replies: 6
    Last Post: Apr 09, 2012, 3:33 PM
  2. Apps + Diff Versions of Ext.Net error.
    By marcoslimagon in forum 1.x Help
    Replies: 1
    Last Post: Sep 15, 2011, 2:11 AM
  3. Problem in convert versions coolite
    By Nastaran in forum 1.x Help
    Replies: 9
    Last Post: Nov 27, 2010, 12:28 PM
  4. How to get the old versions
    By zjl in forum Open Discussions
    Replies: 5
    Last Post: Nov 05, 2010, 5:26 PM
  5. [CLOSED] Which Ext-Versions in Coolite 0.7 and 0.8.1
    By macap in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Aug 03, 2009, 6:37 AM

Posting Permissions