[CLOSED] EXT.NET Timeout global settings

  1. #1

    [CLOSED] EXT.NET Timeout global settings

    Hi,

    We want to remove timeouts for all PageTreeLoader and set a global timeout configuration for all tags in our application.

    <ext:PageTreeLoader OnNodeLoad="NodeLoad" Timeout="18000">
       <BaseParams>
          <ext:Parameter Name="BaseNode" Value="node.attributes.BaseNode" Mode="Raw" />
          <ext:Parameter Name="CanView" Value="node.attributes.CanView" Mode="Raw" />
       </BaseParams>
    </ext:PageTreeLoader>
    I have tried to set this settings per page and remove timeout from PageTreeLoader.

    Ext.net.DirectEvent.timeout = 180000;
    Ext.Ajax.timeout = 180000;
    But it doesnt work, timeout raises at 30 secs.
    Last edited by Daniil; Jan 21, 2013 at 4:26 AM. Reason: [CLOSED]
  2. #2
    Hello!

    Please, use the following code:

    Ext.net.PageTreeLoader.prototype.timeout = 240000;
  3. #3
    Hello,

    We have made a change in SVN (branches/1, v1.7). Now this setting
    Ext.net.DirectEvent.timeout = 180000;
    will affect PageTreeLoader.

    Thank you for the question.

Similar Threads

  1. Replies: 0
    Last Post: Dec 05, 2012, 8:22 PM
  2. Replies: 3
    Last Post: Jun 25, 2012, 12:43 PM
  3. [CLOSED] Grid settings
    By Raynald_Fontaine in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 14, 2010, 9:58 AM
  4. [CLOSED] GridPanel Settings
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 06, 2009, 6:36 AM
  5. How to setting global Locale ?
    By guaike in forum 1.x Help
    Replies: 1
    Last Post: May 13, 2009, 4:26 PM

Posting Permissions