Smooth display while loading and refreshing

Last post 05-25-2006 4:04 PM by Joannes Vermorel. 5 replies.

Sort Posts:

  • Smooth display while loading and refreshing

    05-24-2006, 4:51 PM
    AJAX websitse like PageFlakes have a smooth display while loading and refreshing the view (basically a small animation that takes the place of a page that would looks ugly while being loaded). I would like to know how this behavior could be achieved with Atlas?

    Thanks in advance,
    Joannès
  • Re: Smooth display while loading and refreshing

    05-24-2006, 5:26 PM
    • All-Star
      25,662 point All-Star
    • Luis Abreu
    • Member since 02-12-2005, 6:22 AM
    • Madeira [Portugal]
    • Posts 5,368
    • TrustedFriends-MVPs

    hello.

    if i'm not mistaken, they use atlas in their site... i'm not sure on what you mean by smooth though...

    --
    Regards,
    Luis Abreu
    email: labreu_at_gmail.com
    EN blog:http://msmvps.com/blogs/luisabreu
  • Re: Smooth display while loading and refreshing

    05-25-2006, 3:31 AM
    Sorry for the confusion, I was simply refering to the animation that takes place when a part of the page is making a post-back.

    Joannès
  • Re: Smooth display while loading and refreshing

    05-25-2006, 11:12 AM
    • Member
      68 point Member
    • JoDaCoda
    • Member since 04-25-2006, 5:19 PM
    • Delaware, US
    • Posts 18

    Atlas has a control called UpdateProgress.  Whatever you place inside that tag will show up while the page is being refreshed.  I place an animated progress bar that shows up any time Atlas is refreshing the page.  Is this what you are talking about?

    <atlas:UpdateProgress runat="server" ID="atlProgress" EnableViewState="false">
            <ProgressTemplate>
                          <asp:Image    ID="imgProgress" runat="server" ImageUrl="~/images/status_anim.gif" ImageAlign="Left" />          </ProgressTemplate>                        
     </atlas:UpdateProgress>

     
    JoDaCoda
  • Re: Smooth display while loading and refreshing

    05-25-2006, 3:52 PM
    • Member
      87 point Member
    • azote
    • Member since 05-10-2006, 8:59 PM
    • Posts 26
    you mean something like this ?
    using the fadein proprety?
  • Re: Smooth display while loading and refreshing

    05-25-2006, 4:04 PM
    Exactly, a small animation displayed during the (partial) page load.

    Thanks for the links,
    Joannès
Page 1 of 1 (6 items)
Microsoft Communities