Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8970591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:44:52+00:00 2026-06-15T17:44:52+00:00

I am using ExtJS 3.4. I have a long running asynchronous process that I

  • 0

I am using ExtJS 3.4. I have a long running asynchronous process that I need to wait until it is finished. It works fine for Firefox but Internet Explorer will not wait. How do I solve this problem?

Here is what I have for the client side code:

function SaveUser(form, myDataObject, url) {
    if (form.isValid()) {

        StatusMessage.show('Please wait. New User Registrations may take up to one minute to complete.');

            Ext.Ajax.request(
            {
                url: url,
                method: 'POST',
                timeout: 30000,
                params: myDataObject,
                success: function (result, request) {
                    StatusMessage.hide();
                    formSubmit = Ext.util.JSON.decode(result.responseText);

                    if (!formSubmit.success) {
                        Ext.Msg.show({
                            title: 'Error',
                            msg: formSubmit.msg,
                            buttons: Ext.Msg.OK,
                            icon: Ext.MessageBox.WARNING,
                            minWidth: 390,
                            maxWidth: 390,
                            closable: false
                        });                 
                    } else {
                        ShowRegistered();
                    }
                },
                failure: function (result, request) {
                    StatusMessage.hide();
                    ShowServerError(result);
                }

            });
        } else {
            ShowValidationErrors();
        }
    }

Here is what I have for the server side code:

CreateUserInActiveDirectory(user);

//Internet Explorer Time Out immediately instead of waiting here
System.Threading.Thread.Sleep(20000);

AuthenticateUser(user);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T17:44:53+00:00Added an answer on June 15, 2026 at 5:44 pm

    This is not an extjs problem but an IE problem instead. In fact, 30000 is the default timeout for extjs.

    Most of the times this is because the global IE global timeout setting. Take a look at HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings for the ReceiveTimeout key, if it is there then remove it, if not create it with a value in milliseconds.

    If this problem is new and has never happend before, check the latest software products that you installed recently, there are several ones which set this value.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the ExtJS framework and I have the following handler that is
I have a problem with a Ext.Grid.EditorGridPanel, I am currently using ExtJS 2.3.0, that
I have created one editor grid panel using extjs in that grid panel by
I'm using ExtJS 4 (beta 3) and I have a TreePanel that is my
So I'm using ExtJS 4.1. I have a viewport that contains two items. They
I am using ExtJS (v3) and I have a form built that I want
I have implemented a gridpanel using Extjs that shows the content of a database.
I am using extjs 4.1 .I have a grid that is showing date in
I'm using ExtJs 4. I have a panel that looks something like this: var
I'm using ExtJs 3.4 and I have a TreeGrid (Ext.ux.tree.TreeGrid) with a column model.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.