[CLOSED] desktop ajax loading question

  1. #1

    [CLOSED] desktop ajax loading question

    Hi, I am new to ext.net. We need to use desktop as start point for our MVC app. Our initial load takes a while. Is there a way to let desk top show up first and have busy mask displayed while loading start menu and all items (like Loader for ext.net panel) ? my current code shows blank screen during load.

    Also like to know if all feature in your web form demo are supported by MVC. Our app will heavily use grid, message bar, status bar, tab & menu component. we prefer to use MVC but want to make sure we won't stuck on some thing that only supported by web form.

    Thanks

    -Suzy
    Last edited by Daniil; May 02, 2014 at 5:41 PM. Reason: [CLOSED]
  2. #2
    Quote Originally Posted by susanz View Post
    Hi, I am new to ext.net. We need to use desktop as start point for our MVC app. Our initial load takes a while. Is there a way to let desk top show up first and have busy mask displayed while loading start menu and all items (like Loader for ext.net panel) ? my current code shows blank screen during load.
    Maybe the <StartupMask> can help.

    <ext:ResourceManager runat="server">
        <StartupMask Message="Loading..." />
    </ext:ResourceManager>
    Also like to know if all feature in your web form demo are supported by MVC. Our app will heavily use grid, message bar, status bar, tab & menu component. we prefer to use MVC but want to make sure we won't stuck on some thing that only supported by web form.
    All functionality available in Ext.NET WebForms is available in Ext.NET MVC. If by chance you find functionality that is not available in MVC, just let us know and we can investigate.

    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    [QUOTE=geoffrey.mcgill;150881]Maybe the <StartupMask> can help.

    <ext:ResourceManager runat="server">
        <StartupMask Message="Loading..." />
    </ext:ResourceManager>

    Thanks Geoffre, Can you give me MVC format for StartupMask ?
    Thanks
    -Suzy
  4. #4
    Here you are.
    @Html.X().ResourceManager().StartupMask(new StartupMask() { Message = "Some Message" });
  5. #5
    Thanks! That works! Please close this ticket.

Similar Threads

  1. [CLOSED] Question about desktop window
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: May 25, 2012, 8:00 AM
  2. [CLOSED] Another question about Desktop Menu
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 19, 2012, 6:14 PM
  3. [CLOSED] Desktop problem & question
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 08, 2011, 11:47 AM
  4. Question about using Desktop control
    By vali1993 in forum 1.x Help
    Replies: 2
    Last Post: Jan 20, 2010, 3:15 PM
  5. [CLOSED] Desktop bug and question.
    By juanpablo.belli@huddle.com.ar in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 09, 2009, 11:40 AM

Posting Permissions