Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CASE OPEN] HTML Composer: background images missing from double list arrow buttons

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CASE OPEN] HTML Composer: background images missing from double list arrow buttons
 Login/Join
 
Expert
posted
V7.7.03 HF6

I created an HTML page and added only a double list box. In HTML Composer I can see the background images for the four arrow buttons. When I run the file, I do not see the background images.

The background images are applied using this proprietary styling:

StyleBack_rtFileName="htmlpathsub/javaassist/ibi/html/describe/move_right_16.png"


We currently have to replace "rtFileName" by "src" in some areas of the HTML code to correct the external JS file links - I wonder if we have to do the same here.

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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
I just verified that the images do exist in the correct folder on the server:

http://server1/ibi_html/javaassist/ibi/html/describe/move_right_16.png

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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Hi Francis,

You are not alone. I opened up a case on this about a week ago. Waiting for Barry Solomon to return from vacation so we can work on it.

Michelle


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Expert
posted Hide Post
Michelle, thanks for confirming the issue.

The difference between the files generated by DevStudio HF5 and later and DevStudio pre-HF5 is that the background images are applied differently - the old way uses CSS (which makes more sense to me), the new way uses a proprietary tag. The (ridiculous?) thing is that both version use CSS to place this background image (BACKGROUND-REPEAT, BACKGROUND-POSITION).

<INPUT style="
Z-INDEX: 8; POSITION: absolute; 
BACKGROUND-COLOR: lavender; WIDTH: 24px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: center center; 
HEIGHT: 20px; TOP: 73px; LEFT: 88px" id=customselect1_downbutton tabIndex=8 
onclick='moveSelectedItems("compUid_1", "")' value=" " type=button persistentuniqueid="compUid_6" 
StyleBack_rtFileName="htmlpathsub/javaassist/ibi/html/describe/move_down_16.png" 
buddyuniqueid="compUid_1" name="button4">

<INPUT style="
BACKGROUND-IMAGE: url(htmlpathsub/javaassist/ibi/html/describe/move_down_16.png); 
Z-INDEX: 8; POSITION: absolute; 
BACKGROUND-COLOR: lavender; WIDTH: 24px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: center center;
HEIGHT: 20px; TOP: 73px; LEFT: 88px" id=customselect1_downbutton tabIndex=8 
onclick='moveSelectedItems("compUid_1", "")' value=" " type=button persistentuniqueid="compUid_6" 
buddyuniqueid="compUid_1" name="button4">


And we're being told to not look at the code...


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Francis,

Are you using a RIA theme on your HTML page?


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Expert
posted Hide Post
I am not using an RIA theme.

Here's a work-around:

1) Copy the four images from a DevStudio folder (C:\ibi\DevStudio77\ibi_html\javaassist\ibi\html\describe\) to the MRE Domain "Other" folder.
2) Using DevStudio HTML Composer GUI, click on each button > click on the Properties - Styling, change the Background Image location (select the image from the Other folder).
3) Save and run.

This works for me.


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
We backed out of the HF's because of these issues. Any time you edit the html page (or even open it and click save), the src references will get messed up. This will happen to old html files as well and the new ones are generated incorrectly. This was "supposed" to be fixed in HF6, but wasn't.
The hot fixes seem to work fine with a 7703 reporting server with client hf6 on the server and dev studio hf 6, but it the reporting server is 7704 (which is the case for many people trying to test in advance for the new release, they will have one server on 7703 and one on 7704), and the client is hf6, and dev studio has hf6, it will not work.
In order for the 7704 to work, the dev studio local reporting server has to be 7704 which means that two seperate installs of dev studio would be needed (one with 7704 local reporting server for the server that is 7704 and the necessary hotfixes and one with 7703).

So, if one server is a pre-production server 7704 and the other is production with 7703, the files will not be backwards compatible even with the hot fixes (and obviously if the local reporting servers are different).

So we switched back to 7703 without hot fixes.

Sorry for the long explanation, but it might save someone a few days of frustration.


WebFOCUS 7.7.03/8.0.08
Dev Studio 7.7.03/8.0.08
App Studio 8.0.08
Windows 7
ALL Outputs
 
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012Report This Post
Expert
posted Hide Post
Thanks for sharing - sounds like a mess to me.


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
I as well saw some issue with HF6 and 7704. I applied both and my treecontrols would not display, so I went back to 7703 with HF6 and now my treecontrols work and it looks like the save paramaters with the tree controls work properly.


WebFOCUS 8.1.05
 
Posts: 496 | Registered: January 04, 2008Report This Post
Guru
posted Hide Post
Yes, we have 7.7.03 as well but haven't done HF6 yet. That's where Barry left off with me, waiting for us to do the HF to see if that would correct the issue.


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Guru
posted Hide Post
Thank you for the work around Francis.
And thanks for the info J and Matt, I will pass along the concerns
with doing HF6 to Barry.


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Guru
posted Hide Post
There is a problem reported for this and I believe we fixed it. Please contact Customer Support Services to get the fix.


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
 
Posts: 315 | Registered: April 13, 2004Report This Post
Expert
posted Hide Post
If the fix is HotFix 6 with one additional dll, then it isn't fixed.


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
Wouldn't it be nice if the direction of development would be to use standard HTML and CSS rather than proprietary tags? What is the necessity of StyleBack_rtFileName instead of simple CSS? This change seemed to have occurred in HotFix 6, but I see no mention of this change in the Read Me file.


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Francis,

The change to "rtFileName" occurred because one customer did not like getting HTTP 404 errors in their web server log for image references. In order to allow a page to be portable between environments, we use a symbolic for the aliases on the web server and we resolve that using JavaScript. Now, HTML loads by the web server and since that symbolic is not resolved, the web server sees it as an invalid path and gets HTTP 404's. So, to prevent the HTTP 404's, we use a custom attribute that the web server ignores and we resolve it in JavaScript.


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
 
Posts: 315 | Registered: April 13, 2004Report This Post
Expert
posted Hide Post
"rtFileName" seems to be broken for many customers. HotFix 5... HotFix 6...


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
I assume rtFileName is not working for anybody.



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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
This works for many. I suggest you open a case and provide your example as the reproduction.


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
 
Posts: 315 | Registered: April 13, 2004Report This Post
Expert
posted Hide Post
Rolled back HF6 to HF5 and things are behaving...


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CASE OPEN] HTML Composer: background images missing from double list arrow buttons

Copyright © 1996-2020 Information Builders