Skip to Main Content

DevOps, CI/CD and Automation

Helpset File, <wintype>, <toolbar> settings ignored

247895Nov 1 2002
I am trying to define windows in our helpset file.

The documentation states that the <toolbar> hexadecimal value controls which buttons are displayed in the topic window.

No matter which hexadecimal value I use, the default buttons appear as usual (no change), for example:

<wintype default="true">
<name>Main</name>
<title>Testing Buttons</title>
<toolbar>00004</toolbar>
</wintype>

-OR-

<wintype default="true">
<name>Main</name>
<title>Testing Buttons</title>
<toolbar>00040</toolbar>
</wintype>

Is this a known bug? Is there a work-around?

Wendy

Post Details
Locked on Nov 29 2002
Added on Nov 1 2002
0 comments
508 views