[CLOSED] Load mask on a collapsible window

  1. #1

    [CLOSED] Load mask on a collapsible window

    Hi, We used window component in our application with collapsible set to true. When we collapse and open the panel it does not happen fast, it takes tima about 2 to 3 seconds in that time it shows a white screen, We need to add a loading mask when a window is collapsed of expanded, is it possible? if yes, how to do that. kindly help me out in this regard asap


    https://examples1.ext.net/#/Window/B...oLoad_Website/

    In this example also the same problem exists.
    Last edited by Daniil; Jan 16, 2012 at 9:03 AM. Reason: [CLOSED]
  2. #2
    Hi,

    You can handle BeforeExpand event of a Panel/Window to show a mask.

    it takes tima about 2 to 3 seconds
    What does it depend from? You will need to determine when you should hide a mask.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    You can handle BeforeExpand event of a Panel/Window to show a mask.



    What does it depend from? You will need to determine when you should hide a mask.
    the same problem here.. this is what i face. I load a url into a window

    https://examples1.ext.net/#/Window/B...oLoad_Website/
  4. #4
    Please set up
    win.AutoLoad.ShowMask = true;
  5. #5
    Quote Originally Posted by Daniil View Post
    Please set up
    win.AutoLoad.ShowMask = true;
    we already have this code like this
    
     autoLoad: { showMask: true, maskMsg: load, scripts: true, mode: "iframe", url: page }
    but not working
  6. #6
    How is the "load" variable defined?

    Could you provide a sample to reproduce?

Similar Threads

  1. [CLOSED] General purpose load mask for Ext:Window
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: May 05, 2011, 2:30 PM
  2. Load Mask via JS?
    By Tbaseflug in forum 1.x Help
    Replies: 6
    Last Post: Feb 16, 2010, 12:34 PM
  3. Replies: 1
    Last Post: May 26, 2009, 11:02 AM
  4. load mask for body
    By [WP]joju in forum 1.x Help
    Replies: 7
    Last Post: Mar 16, 2009, 4:29 AM
  5. [CLOSED] GridPanel load mask
    By peterdiplaros in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 14, 2008, 3:17 PM

Posting Permissions