1. #251
    Sencha Premium Member
    Join Date
    Jun 2012
    Posts
    37
    Vote Rating
    0
    Periyasamy A is on a distinguished road

      0  

    Default


    How to get GUI builder source code?

  2. #252
    Sencha Premium Member Tim Toady's Avatar
    Join Date
    Feb 2010
    Location
    Delaware
    Posts
    494
    Vote Rating
    48
    Tim Toady has a spectacular aura about Tim Toady has a spectacular aura about Tim Toady has a spectacular aura about

      0  

    Default


    This is really old and dated. Sencha now offers a product called Sencha Architect that is the same idea except much more advanced.
    http://www.sencha.com/products/architect/

  3. #253
    Sencha Premium Member
    Join Date
    Jun 2012
    Posts
    37
    Vote Rating
    0
    Periyasamy A is on a distinguished road

      0  

    Default Customized GUI designer

    Customized GUI designer


    I need to develop own customized GUI designer and integrate in webapplication

  4. #254
    Sencha Premium Member Tim Toady's Avatar
    Join Date
    Feb 2010
    Location
    Delaware
    Posts
    494
    Vote Rating
    48
    Tim Toady has a spectacular aura about Tim Toady has a spectacular aura about Tim Toady has a spectacular aura about

      0  

    Default


    Well the code is attached to the first post in this thread. It is based on an old version of Ext though. I personally wouldn't use it for anything other than to get an idea of how someone else went about doing it.

  5. #255
    Sencha User
    Join Date
    Jun 2011
    Posts
    9
    Vote Rating
    0
    Redsandro is on a distinguished road

      0  

    Default


    Quote Originally Posted by Tim Toady View Post
    This is really old and dated. Sencha now offers a product called Sencha Architect that is the same idea except much more advanced.
    http://www.sencha.com/products/architect/
    This seems like a wonderful product. However, some of us adhere to the Open Source philosophy and the thought that everyone has rights as described by the Free Software Definition.

    In that light, I too am interested in open projects that allows you to build interfaces rather than some commecial product that is steeply priced at $400, making it only feasible for commercial developers that use it on a regular basis rather than the occasional Ext design for non-profit projects.

    I am curious if any free alternative has ever been developed for a more modern Ext version. Like Ext 4.

  6. #256
    Sencha Premium Member Tim Toady's Avatar
    Join Date
    Feb 2010
    Location
    Delaware
    Posts
    494
    Vote Rating
    48
    Tim Toady has a spectacular aura about Tim Toady has a spectacular aura about Tim Toady has a spectacular aura about

      0  

    Default


    I am not aware of any open source alternatives for 4.x. I love open source software and the philosophy behind it. The issue is that when there are alternatives to proprietary software, they are often incomplete, lower quality, or not maintained. The lack of maintenance is exactly why this project is stuck in a very old version of Ext. I certainly applaud anyone's effort to develop an open source alternative. Most people would rather spend the $400 or just code by hand than spend the massive amount of time to develop an alternative though.

    Personally, I would just code by hand for non-profit projects since the framework itself is available under the GPL. A GUI builder is by no means required for developing an Ext application.

  7. #257
    Sencha User
    Join Date
    Jun 2011
    Posts
    9
    Vote Rating
    0
    Redsandro is on a distinguished road

      0  

    Default


    Plus, the old unmaintaned Ext2 builder produces code that is compatible with Ext3. Ext4 I'm not sure, haven't used builder yet.

    Basic outlining is the same for elements, you'll just need to add modern functionality manually.

    Either way, I applaud the same efford, so I hope Periyasamy A's implementation will be open and released.

  8. #258
    Sencha User
    Join Date
    Oct 2012
    Location
    phoenix, arizona
    Posts
    1
    Vote Rating
    0
    nickclason is on a distinguished road

      0  

    Default


    nicely done! very good work.