<toolbar> element in helpset file
Greetings,
The discoverer.hs helpset file in demodoc has a <wintype> element as part of the helpset file:
<wintype default=false>
<name>ui</name>
<height>350</height>
<width>400</width>
<x>10</x>
<y>-10</y>
<textfg>#000000</textfg>
<linkfg>#0000FF</linkfg>
<bg>#FFFFFF</bg>
<title>Discoverer User Interface</title>
<toolbar>1ec00</toolbar>
</wintype>
The <toolbar> value 1ec00 should specify that the topic window has the following buttons: Navigator, Print, Back, Forward, Search, Dock and Undock. However, when you bring up the discoverer helpset, the Discoverer User Interface topic window does not have a Search button. In fact, no matter what values you specify in the <toolbar> element, the topic windows always have the Navigator, Backward/Forward, Print, Dock and Undock buttons. We also tried the example in the Oracle Help Manual...
<toolbar>06004</toolbar>
which the manual says should have the Print, Back and Forward buttons, but that topic window came up with the same Navigator, Back, Forward, Print, Dock and Undock.
Is this element ignored? What other things influence the buttons displayed on the topic window?
thanks,
Elizabeth Dyer.