[CLOSED] [1.0] Loading Mask

  1. #1

    [CLOSED] [1.0] Loading Mask

    Hello,

    Quick simple question for you, I have a store and when it loads it takes a second. How would I put a loading mask across the entire page and not just the control that is loading? I'm not using a viewport, just a simple HTML page.


    Cheers
  2. #2

    RE: [CLOSED] [1.0] Loading Mask

    Hi,

    If you don't use Proxy or use PageProxy then you can add to the store
     <DirectEventConfig><EventMask ShowMask="true" Target="Page" /></DirectEventConfig>

    If you use HttpProxy then you can show mask in the BeforeLoad
    Ext.net.Mask.show();

    and hide in the Load/LoadException
    Ext.net.Mask.hide();
  3. #3

    RE: [CLOSED] [1.0] Loading Mask

    Great, thanks vladimir :)

Similar Threads

  1. [CLOSED] Need Help Triggering a Loading Mask
    By garrisrd in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 17, 2010, 4:02 PM
  2. [CLOSED] [1.0] Loading mask does not
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 11, 2010, 3:30 PM
  3. [CLOSED] Grid Loading Mask
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 12, 2009, 9:09 AM
  4. [CLOSED] Loading Mask
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 28, 2009, 12:44 PM
  5. Loading Mask
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 25, 2008, 6:55 AM

Posting Permissions