Focal Point
[CLOSED] v7.7.x Loading Screen

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5377027606

July 11, 2011, 12:56 PM
Dan Pinault
[CLOSED] v7.7.x Loading Screen
Hi all,

I have a v7.7.x HTML Launch Page for which I specified a loading screen. This is done in the body properties and becomes part of the body tag. Valid options are...
<BODY loadingscreen="none" >
<BODY loadingscreen="default" >
<BODY loadingscreen="url_to_htm_page" >


This all works just fine. However, I have a report that opens in an iframe on the HTML Launch Page and when that report runs it uses the same Loading Screen as the launch page.

Do any of you know how I may be able to prevent the Loading Screen from being displayed for the report running in the iframe?

I tried creating a launch page for the report that runs inside the iframe but I can't get the variable selections from the 'parent' launch page to pass to the 'child' launch page. Besides, that just seems like too much work to turn off a simple loading screen.

I also tried setting the report output to HTMTABLE and then including the table in a separate HTML page where I set loadingscreen="none" but that didn't work either. It seems like the setting in the top-most page is used by all child pages regardless of their settings.

Any ideas?

Thanks!

Dan

This message has been edited. Last edited by: Kerry,


7.7.05M/7.7.03 HF6 on Windows Server 2003 SP2 output to whatever is required.
July 20, 2011, 11:52 AM
Kerry
Hi Dan,

I passed this one to our technicals and here is the suggestion.

To reference and change the loadscreen you would need the following code:

function onInitialUpdate(){
document.body.loadingscreen="default";
}


If this does not work, you may want to open a case with Customer Support Services for additional assistance, and/or maybe this will be a New Feature Request (NFR). To open a case, please call at 1-800-736-6130, or access online at InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
July 21, 2011, 07:29 AM
David Glick
Sorry Kerry. There is a better way and supported way. For the BODY object use the "Loading screen" property to set it off, default, or to a custom screen of your choosing. This method is supportable and upgradeable.


David Glick
Director WebFOCUS App Studio
and WebFOCUS Developer Studio
WebFOCUS Division
Information Builders, Inc.
Direct (917) 339-5560
Voice Mail (212) 736-6250 x3560
Fax (212) 947-5168
Email david_glick@ibi.com
July 21, 2011, 09:43 AM
Francis Mariani
Is it documented?


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
July 03, 2014, 09:54 AM
Francis Mariani
Years later... the question isn't answered yet.

David's response confirms Dan's initial statement about the possibilities of the Loading Screen values.

I, too, would like to have the loading screen NOT appear in SOME iframes on an HTML Composer designed page.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server