WebDesktop:WebPane InProgressText not showing

3 replies. Last post: September 6, 2010 10:54 PM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

I am using a WebPane.  How do I get the InProgressText to show up when loading the pages from the BarItemClick client event.  Here is my sample code below.  When using the .SetText, I get a error.

 

function
NavPane_BarItemClick(id, barItem) { var paneMgr = ISGetObject("WebPaneManager1"); var dtlPane = paneMgr.GetPaneByName("paneDetails"); var appName = barItem.Parent.Text;

 

switch (appName) { case "Page1":

dtlPane.SetContentURL("./Page1.aspx");

"./Page1.aspx");//dtlPane.SetText("Loading Page 1..."); break; case "Page2":

dtlPane.SetContentURL("./Page2.aspx");

"./Page2.aspx");//dtlPane.SetText("Loading Page 2..."); break;

}

}

All times are GMT -5. The time now is 7:38 PM.
Previous Next