As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
In HTML Composer, you can suppress or change the html page that displays a "Loading" message - this is done via the Loading screen property for the body tag.
I have an HTML Composer page with several hyperlinks that point to an iframe on the same page. The hyperlinks execute external procedures. When I click on a hyperlink, I get the "Loading" screen before the result is displayed - I don't want this behaviour here. How do I control this "Loading" screen when it doesn't have anything to do with the body tag?
Thanks,This message has been edited. Last edited by: Francis Mariani,
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
This function is located in "C:\ibi\WebFOCUS77\ibi_html\javaassist\ibi\html\js\ibirls3.js" and calls function startLoadingSplash.
I set up a test.
I created one HTML page (test1.htm) that is the custom Loading screen.
I created a second HTML page (test0.htm) where the "Loading screen" property points to test1.htm.
Since both HTML pages were created in HTML Composer, the function "doBeforeLoad" is called twice, once by each HTML page.
For one you get startLoadingSplash displaying the default Loading screen, for the other, you get startLoadingSplash displaying the custom Loading screen!!!
Of course you only want one Loading screen, so, lesson 1: create the custom Loading screen from outside HTML Composer.
Also, in my test, test1.htm displays, then the Loading screen displays (test0.htm), then test1.htm displays again!This message has been edited. Last edited by: Francis Mariani,
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
I ran into this problem awhile back. The original custom html pages with embedded iframes were developed in 7.6x. In the test 7.7x all the iframes stopped working because the "Loading Please Wait" page was blocking the iframes from loading. Only way I could fix this was to add loadingscreen="none" to every body tag in the application. I had to edit around 100 html and fex files. The fex files had -HTMLFORM in them. Who wants to edit every single file just to disable something? Which is why I requested a NFR to give the option to disable the loading screen globally. Also I was pointed to http://techsupport.information...om/sps/71752543.html.