Skip to main content
1-Visitor
January 20, 2012
Solved

Broadcasting in the Banner

  • January 20, 2012
  • 6 replies
  • 3508 views

Hi - does anyone know how to Broadcast in the Banner/Header in Windchill so you should be able to show your ovn text/picture? I have head that this should be possible......

Thanks 🙂

Peter

Best answer by JørnAHansen

Windchill 9.1 Cusomizers Guide says:

Turning on the alert banner feature

  1. Put the following line of code into windchill\codebase\netmarkets\jsp\util\begin_custom.jspf:
    <%@ include file="/netmarkets/jsp/util/banner_custom.jspf"%>
  2. Restart Tomcat.

Displaying the alert message on the top of Windchill UI pages

Write the alert message with html format into the following file:
windchill_home\codebase\netmarkets\jsp\util\banner.txt

6 replies

1-Visitor
January 20, 2012

The easiest method is just to replace the images PTC uses on the banner:

In Windchill 9.1

Edit <wc.home>/codebase/netmarkets/images/header.gif but fade into whatever color PTC uses in the header.

Edit <wc.home>/codebase/netmarkets/images/logoWC.gif to be empty and transparent.

1-Visitor
January 22, 2012

Windchill 9.1 Cusomizers Guide says:

Turning on the alert banner feature

  1. Put the following line of code into windchill\codebase\netmarkets\jsp\util\begin_custom.jspf:
    <%@ include file="/netmarkets/jsp/util/banner_custom.jspf"%>
  2. Restart Tomcat.

Displaying the alert message on the top of Windchill UI pages

Write the alert message with html format into the following file:
windchill_home\codebase\netmarkets\jsp\util\banner.txt

1-Visitor
January 26, 2012

Thanks, that's awesome