[CLOSED] [1.0] - LoadMask not showing when loading for TreePanel (AsyncTreeNode)

  1. #1

    [CLOSED] [1.0] - LoadMask not showing when loading for TreePanel (AsyncTreeNode)

    Hi,

    Looks like the LoadMask for the TreePanel not working when using AsyncTreeNode.
    Can you guys verify?

    Thanks
    Last edited by Daniil; Sep 07, 2010 at 7:40 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Can you provide more details? As I know TreePanel has no LoadMask (it is GridPanel property only)
  3. #3
    hm.. When I code it in the markup, the <LoadMask...> property is available for the TreePanel.
  4. #4
    Hi,

    I am not sure why that property is defined in the PanelBase class but LoadMask is supported by GridPanel only
    TreePanel uses own loading indicator for each AsyncTreeNode (shows when you try to expand async node), see https://examples1.ext.net/#/TreePane...ageTreeLoader/

    Also you can always to show/hide manually when it is required (use Ext.net.Mask class)
    Ext.net.Mask.show({msg: "Loading..."});
    Ext.net.Mask.hide();
    P.S. LoadMask property will be removed from the PanelBase class!
  5. #5
    Oh ok, np. thanks.

Similar Threads

  1. Replies: 1
    Last Post: Apr 23, 2012, 8:00 AM
  2. [CLOSED] Loading TreePanel in MVC
    By webppl in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Feb 21, 2011, 10:10 PM
  3. [CLOSED] AsyncTreeNode versus TreeNode in a TreePanel
    By ewgoforth in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 07, 2010, 3:34 PM
  4. [CLOSED] [1.0] Treepanel AsyncTreeNode load
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 24, 2010, 7:41 AM
  5. [CLOSED] LoadMask while loading huge data in gridpanel
    By Hari_CSC in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 26, 2010, 8:01 AM

Tags for this Thread

Posting Permissions