Helpset File, <wintype>, <toolbar> settings ignored
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