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     [CLOSED] Tab frame not tall enough

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Tab frame not tall enough
 Login/Join
 
Gold member
posted
I'd like to make the tab frame on our dashboard a little taller. Currently, it's very difficult to see if there are additional tabs on the page because the frame is so short.

I'm new to WebFOCUS and haven't run across a setting yet that will allow me to make the change.

Any help would be greatly appreciated.

This message has been edited. Last edited by: <Kathryn Henning>,



WebFOCUS 8.1.05
Windows, All Outputs
 
Posts: 67 | Registered: May 21, 2014Report This Post
Expert
posted Hide Post
Hi Dee and welcome to the "Point".

If, as your signature indicates, you are still on 7.6 then you might have some luck digging around the CSS files when customising a dashboard layout. If you search on "custom dashboard" using the link above you should find some useful posts. Also look for the document for your version in the tech doc library (I am sure that there was one?).

I would try and identify it for you but I no longer have that version quickly available to me Frowner

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Expert
posted Hide Post
deej,
i have 7, and i've looked in WebFOCUS76/worp/conf and in /worp_custom/
(navigate there on your server so you can see the directory structure)
i don't think its in the /worp_custom/whateverwork/banner.css or banner.html. The banner.html just has a set of SPAN tags for the links to be brought in via some xml somewhere. and its class=text just refers to text attributes.
In the content.css there's a tempting line 45, in the .tabsDiv{ height: 30 px...
i tried tweaking that, and nothing changes.
In the profile.prf , there's a bannerHeight, but that seems to have no effect.
I've looked at the /work/conf/layout.xml and line 20 looks very tempting, but i tried changing the rows="105,20,*" to rows="105,40,*" and it didnt' work; i think that middle 20 refers to the message block (if you use a message, we don't).
so i would open a case, and ask specifically which file and which line and which parm you can change. Its gotta be there somewhere.

would you post back to this thread if you figure it out?




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Gold member
posted Hide Post
Thank you for the replies Tony and Susannah. I will take a look into it a little deeper when I can get my head above water a little bit. As I said, I'm new to this software (and position) so I have a lot on my plate at the moment. Smiler

I will post back once I've had the chance to do a little more research.

Thanks!



WebFOCUS 8.1.05
Windows, All Outputs
 
Posts: 67 | Registered: May 21, 2014Report This Post
Expert
posted Hide Post
Use Internet Explorer Developer Tools (F12).

I determined that the class for the tabs area is tabsDiv [in file Drive:\ibi\worp_custom\aa_gbv\content.css (aa is the BID view ID)], which for my view has height : 24px ; This is overridden by some inline style to 30px. This inline style override might be the WF BID 'engine'? (The Developer Tool cannot determine that).

To force the 'engine' to use the stylesheet height I tried
height : 64px !important;
which works.

!important usually overrides all other cascading styles.


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
Platinum Member
posted Hide Post
I tried to change that myself a couple of years ago. You cannot. You can change the font size, wrap your text to two lines but you cannot change tab size itself.


Kathy Phillips
Web FOCUS 8.2.05.14, 8.1.05, 8.08, 8.0.7, 8.0.5,8.0.2m, 7.6.10,7.7.03
Windows
 
Posts: 118 | Location: Livonia, MI | Registered: March 27, 2009Report This Post
Expert
posted Hide Post
I just did.



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
.tabsDiv {
height : 80px !important ;
border-bottom-width : 1px ;
border-bottom-style : solid ;
border-top-color : #505050 ;
width : 100% ;
border-top-width : 1px ;
border-top-style : solid ;
border-bottom-color : #505050 ;
}


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
Platinum Member
posted Hide Post
Hi,
There is no setting anywhere. You did it by editng the source code. What are your privileges, admin? Were you able to do that in 7.6 or in 7.5? We were in 7.6.10 and that is what we were told by IBI as I had opened a case. I probably should have included that in my original remarks.

This message has been edited. Last edited by: Kathy P,


Kathy Phillips
Web FOCUS 8.2.05.14, 8.1.05, 8.08, 8.0.7, 8.0.5,8.0.2m, 7.6.10,7.7.03
Windows
 
Posts: 118 | Location: Livonia, MI | Registered: March 27, 2009Report This Post
Expert
posted Hide Post
Kathy, you can use the B.I Dashboard View Builder GUI "Custom Colors" settings to change the colours. Since this settings page is rudimentary, where all you can do is change colours, not fonts or anything else, it is not illegal to edit 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
Expert
posted Hide Post
And you need to edit the css file if you want to specify the font attributes - there is no way of doing it from the GUI.


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
geeeeeeenius, frankie!




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report 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     [CLOSED] Tab frame not tall enough

Copyright © 1996-2020 Information Builders