Designer for Ext.NET

  1. #1

    Designer for Ext.NET

    Hello,
    Has anyone requested or considered an implementation of the Designer for Ext.Net? I've been using Ext.net for months now, and get very frustrated having memorize/know all the tools, parameters, and features. This, to me, is what separates Ext.net from the Telerik, Devexpress, etc. I like Ext.net tools and operations much better, but this is whats missing (besides of course documentation).

    I think I might be willing to write it, as I swear it would take me less time to write a Js converter converting the output of the designer to ext.net than to design some of my grids/panels in trial and error.

    Brent
    At minimum is there a mapping table with all the methods, constructors, parameters, events from ext 3 to ext.net 1.3, and of course in future 4. Seems like most are there but some aren't. If there was, a translator could be written, but thats not the ideal solution.
    Last edited by geoffrey.mcgill; Nov 14, 2011 at 3:18 AM.
  2. #2
    Quote Originally Posted by tallman View Post
    I've been using Ext.net for months now, and get very frustrated having memorize/know all the tools, parameters, and features. This, to me, is what separates Ext.net from the Telerik, Devexpress, etc.
    Can you elaborate on this comment?
    Geoffrey McGill
    Founder
  3. #3
    The VS2010 has very little in the way of drag and drop functionality. So I must type most of the code in myself. As I type, I do get strongly typed parameters, and options, but there isn't anything to tell me what they do or mean. I have to open the Ext.net API in one window, and then the ExtJS API in another, and cross reference and interpret what it all means.

    I hope I'm wrong and have just missed something big.

    For example:
    I've spent a couple hours doing what I would call a simple date range and report option selection panel. Getting the layout correct, getting the options on each textbox, getting Store's setup, all require me to go back and forth to look at all the options. When I look at the tools in Telerik and Devexpress, they provide much of what I'm describing, significantly increasing the development time and learning curve.

    Hope what I'm saying makes sense.

    I do like the performance of Ext.net, it just takes me forever to develop anything new.
    Thanks.
    Brent
  4. #4
    I appreciate the feedback.

    Quote Originally Posted by tallman View Post
    When I look at the tools in Telerik and Devexpress, they provide much of what I'm describing, significantly increasing the development time and learning curve.
    Could you provide (or link to) a sample/scenario that would be a good comparison to a similar Ext.NET example. I'd just like to get a good sense of what concrete samples you're comparing.
    Geoffrey McGill
    Founder
  5. #5
    Geoffrey,
    Thanks for being willing to listen to my opinions, and please take no offense. Ext.Net is a wonderful product and you people are extremely smart.

    So if you look at the following training video (don't watch the whole thing)
    http://www.telerik.com/support/video...-net-ajax.aspx

    Start at around 10 minutes, you'll see a combo box drawn, and then at 13 min a Gridpanel.
    1. The design mode gives you the key parameters you need to establish the control.
    2. It gives you some visual representation of how it will look, before you run it. With ext.net I must run a dozen times with minor changes to get that.
    3. When you use intellesense and mouse over the parameters, they actually say generally what they do. So even at small level, if the comments in the API (Extjs) were somehow placed in with the parameter.

    Currently what I see in the design mode, is the type of control, most of the ">" icons just give me ID. It seems like some of this has begun, because I see more now in 1.2 than I saw in 1.0. The panel has more options than that but not near enough given the layout and how crucial it is in understanding the setup. Furthermore to be the best it could be it would need reflect nested panels and controls.

    Anyways, I saw in the ext designer the potentials of this, but if it was in Visual Studio, thats where it would really shine.
    Thanks Again.
    Brent

Similar Threads

  1. Visual Report Designer
    By Dominik in forum 1.x Help
    Replies: 5
    Last Post: Mar 07, 2012, 2:41 PM
  2. How to import ExtJS designer to EXT.NET?
    By rstpo in forum 1.x Help
    Replies: 7
    Last Post: Jan 21, 2012, 2:59 PM
  3. Reports GUI Designer
    By Dominik in forum 1.x Help
    Replies: 0
    Last Post: May 20, 2011, 9:51 AM
  4. Ext Designer and coolite
    By joeliner in forum Open Discussions
    Replies: 3
    Last Post: Jul 21, 2010, 9:34 PM
  5. Is there a Visual Designer?
    By inorder in forum Open Discussions
    Replies: 1
    Last Post: Jul 21, 2010, 9:29 PM

Posting Permissions