[FIXED] [#724] [3.1.0] Problem with DirectEventDurationMessages

  1. #1

    [FIXED] [#724] [3.1.0] Problem with DirectEventDurationMessages

    I found one peoblem with DirectEventDurationMessages when used with GridPanel Proxy.
    I make new page with exactly same code found in example: https://examples3.ext.net/#/GridPane...ling/Overview/

    There is Grid with:

    <Proxy>
      <ext:PageProxy>
        <Reader>
          <ext:JsonReader RootProperty="data" />
        </Reader>
      </ext:PageProxy>
    </Proxy>
    And when I have on page:

    <ext:ResourceManager ID="ResourceManager1" runat="server">
      <DirectEventDurationMessages>
        <ext:DurationMessage Duration="500" Message="Loading..." />
      </DirectEventDurationMessages>
    </ext:ResourceManager>
    page halts after load. Completly freeze! No control working on page.

    When I remove DirectEventDurationMessages from ResouceManager, it works normally.

    I guess that proxy loading is in some conflict with DirectEventDurationMessages so something dont work. Could you inspect this?
    Last edited by Daniil; Feb 19, 2015 at 1:30 PM. Reason: [FIXED] [#724] [3.1.0]
  2. #2
    Hi

    What is 'DirectEventDurationMessages'? Ext.Net has no such property
  3. #3
    That is new feature in version 3
    https://examples3.ext.net/#/Events/D...tion_Messages/

    Maybe I am using it wrongly, but it works properly. Except with grid panel proxy.
  4. #4
    Hmm, it seems i missed it somehow
  5. #5
    Hi everybody,

    I will check this out.
  6. #6
    Thank you for the report! Created an Issue - DurationMessages might freeze a page if there is a PageProxy.

    Fixed in the revision 6368 (trunk). It goes to 3.1.0.

    Please note that a GridPanel's mask doesn't support duration messages. We hope to get it working in the future release, but, probably, not for 3.1.0. This thread will be updated with a follow-up if we get it working finally.
    http://forums.ext.net/showthread.php?35661

Similar Threads

  1. Replies: 2
    Last Post: Sep 03, 2013, 8:08 AM
  2. Replies: 5
    Last Post: Jun 10, 2009, 5:13 AM

Posting Permissions