Anigif's freezing during postback, but not when launched via Visual Studio

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Microsoft Newsserver

    Anigif's freezing during postback, but not when launched via Visual Studio

    Hi,

    we have a progress bar which is revealsed before the postback occurs.
    basically, we add an onclick attribute to the submit button which reveals
    the progress.gif.

    This has the effect of showing progress while we are waiting for the back to
    come page from the server. Now, when we lanch the application from within
    visual studio this works fine, when deployed however, either locally on IIS
    or remotely on IIS, the anigif freezes on postback.

    Any Ideas ????

    Cheers


  • George Ter-Saakov

    #2
    Re: Anigif's freezing during postback, but not when launched via Visual Studio

    You can not get around of that using anigif.
    IE will freeze it.

    Use flash instead of anigif to do same thing. IE can not freeze flash
    animation....

    George.


    "Microsoft Newsserver" <me@nowhere.com wrote in message
    news:eI4UvwPiIH A.4076@TK2MSFTN GP05.phx.gbl...
    Hi,
    >
    we have a progress bar which is revealsed before the postback occurs.
    basically, we add an onclick attribute to the submit button which reveals
    the progress.gif.
    >
    This has the effect of showing progress while we are waiting for the back
    to come page from the server. Now, when we lanch the application from
    within visual studio this works fine, when deployed however, either
    locally on IIS or remotely on IIS, the anigif freezes on postback.
    >
    Any Ideas ????
    >
    Cheers
    >

    Comment

    • Microsoft Newsserver

      #3
      Re: Anigif's freezing during postback, but not when launched via Visual Studio

      Thanks,

      I ajax enabled the application, this got around the problem.

      Cheers


      "George Ter-Saakov" <gt-nsp@cardone.com wrote in message
      news:eNAJR1PiIH A.3556@TK2MSFTN GP04.phx.gbl...
      You can not get around of that using anigif.
      IE will freeze it.
      >
      Use flash instead of anigif to do same thing. IE can not freeze flash
      animation....
      >
      George.
      >
      >
      "Microsoft Newsserver" <me@nowhere.com wrote in message
      news:eI4UvwPiIH A.4076@TK2MSFTN GP05.phx.gbl...
      >Hi,
      >>
      >we have a progress bar which is revealsed before the postback occurs.
      >basically, we add an onclick attribute to the submit button which reveals
      >the progress.gif.
      >>
      >This has the effect of showing progress while we are waiting for the back
      >to come page from the server. Now, when we lanch the application from
      >within visual studio this works fine, when deployed however, either
      >locally on IIS or remotely on IIS, the anigif freezes on postback.
      >>
      >Any Ideas ????
      >>
      >Cheers
      >>
      >
      >

      Comment

      Working...