[CLOSED] [1.0] Request Failure Window

  1. #1

    [CLOSED] [1.0] Request Failure Window

    Hello,

    Was wondering how one could mute the Request Failure window that pops up when you interrupt a request, like loading a JSON GridPanel and immediately clicking on a button that takes you away from the page?


    Cheers,
    Timothy
  2. #2

    RE: [CLOSED] [1.0] Request Failure Window

    Hi,

    If i properly understood you then you try to navigate to another page during store's loading and see failure window because request is abandoned.

    If yes then try to call the following script before navigate
    Ext.net.DirectEvent.showFailure = Ext.emptyFn;
    Or you can set ShowWarningOnFailure="false" for the store

    If I misunderstood you then please provide more details
  3. #3

    RE: [CLOSED] [1.0] Request Failure Window

    Thanks vladimir, anyway to set the ShowWarningOnFailure on a global level?

    Cheers
  4. #4

    RE: [CLOSED] [1.0] Request Failure Window

    Hi,

    1. ShowWarningOnAjaxFailure property of the ResourceManager
    2. Web.config
    <extnet showWarningOnAjaxFailure="false"/>
  5. #5

    RE: [CLOSED] [1.0] Request Failure Window

    Great news, thanks vladimir! :)

Similar Threads

  1. Replies: 4
    Last Post: Feb 16, 2012, 2:05 AM
  2. Hide Request Failure default popup window
    By brittongr in forum 1.x Help
    Replies: 2
    Last Post: Jan 06, 2012, 11:37 AM
  3. Replies: 16
    Last Post: Oct 04, 2011, 5:17 PM
  4. Request Failure!
    By jachnicky in forum 1.x Help
    Replies: 8
    Last Post: Dec 11, 2008, 6:11 AM
  5. Replies: 2
    Last Post: Nov 26, 2008, 12:17 PM

Posting Permissions