Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

<toolbar> element in helpset file

328709Nov 20 2002
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.


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 20 2002
Added on Nov 20 2002
1 comment
754 views