[CLOSED] loading mask problem in 0.8

  1. #1

    [CLOSED] loading mask problem in 0.8



    Hi,

    After i update svn the loading mask is not displayed in center. It goes top left corner of screen. I need this loading mask to show in center..

    Thanks and Regards
    Speedstep
  2. #2

    RE: [CLOSED] loading mask problem in 0.8

    Hi speedstep,

    I made a sample to try and reproduce what you describe, but was unable. Please post a code sample demonstrating how to reproduce the issue. See http://forums.ext.net/showthread.php...ing-New-Topics
    Last edited by geoffrey.mcgill; Feb 20, 2011 at 12:01 PM.
    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] loading mask problem in 0.8



    Hi,
    see this code
    i get the loading mask in top corner page....
    ScriptManager1.AddScript("{0}.iframe.remove();", Tab1.ClientID);
    ScriptManager1.AddScript("delete {0}.iframe;", Tab1.ClientID); 
    Tab1.AutoLoad.Url = "Frm_Company_Buisness.aspx";
    Tab1.AutoLoad.Mode = LoadMode.IFrame;
    Tab1.LoadMask.ShowMask = true;
    Tab1.LoadMask.Msg = Lstr_load;
    Tab1.LoadContent(); 
    Tab1.Title = baseds.Tables[2].Rows[0]["B-0162"].ToString(); 
    TabPanel1.AddScript("{0}.closeTab({1}, 'hide');", TabPanel1.ClientID, Tab2.ClientID); 
    TabPanel1.ActiveTabIndex = 0;
    Session["P_Reload"] = "Frm_Company_Buisness.aspx";
    Tab2.Disabled = true; 
    ScriptManager1.AddScript("parent.window.Ext.getCmp('pnlSettings').setDisabled(true);");
  4. #4

    RE: [CLOSED] loading mask problem in 0.8

    Hi speedstep,

    I spent some time trying to get your code sample to work, but gave up after 5 minutes. Please post a full simplified .aspx code sample which demonstrates how to reproduce the problem. I must be able to copy the code sample and paste into a new .aspx, then run in a browser.
    Last edited by geoffrey.mcgill; Feb 22, 2011 at 3:04 AM.
    Geoffrey McGill
    Founder
  5. #5

    RE: [CLOSED] loading mask problem in 0.8

    Hi,

    I have changed in my code TabPanel1.ActiveTabIndex = 0; after i write Tab1.LoadContent(); now its working correctly..


    TabPanel1.ActiveTabIndex = 0;
    Tab1.AutoLoad.Mode = LoadMode.IFrame;
    Tab1.LoadMask.ShowMask = true;
    Tab1.LoadMask.Msg = Lstr_load;
    Tab1.LoadContent(); 
    Tab1.Title = baseds.Tables[2].Rows[0]["B-0162"].ToString(); 
    TabPanel1.AddScript("{0}.closeTab({1}, 'hide');", TabPanel1.ClientID, Tab2.ClientID);
    Thanks & Regards
    Speeedstep

Similar Threads

  1. [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
  2. [CLOSED] [1.0] Loading Mask
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 15, 2010, 3:35 PM
  3. [CLOSED] Problem with mask while loading the form?
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 21, 2009, 8: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