Microsoft KB Archive/110724: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 43: Line 43:
<div class="notice_section">
<div class="notice_section">


The following corrections should be made to the Microsoft Multimedia Viewer Publishing Toolkit &quot;Authoring Guide&quot; documentation:
The following corrections should be made to the Microsoft Multimedia Viewer Publishing Toolkit "Authoring Guide" documentation:
<ul>
<ul>
<li>Page 3-15: Under &quot;Rules for [GROUP] Section Entries&quot;, the first sentence should read as follows:
<li>Page 3-15: Under "Rules for [GROUP] Section Entries", the first sentence should read as follows:
<div class="indent">
<div class="indent">


Line 54: Line 54:
<pre class="fixed_text">      Em Dash    \emdash    \'97
<pre class="fixed_text">      Em Dash    \emdash    \'97
       En Dash    \endash    \'96</pre>
       En Dash    \endash    \'96</pre>
<p>'''NOTE''': This same information is also *correctly* listed in the Viewer &quot;Technical Reference&quot; on page 1-13.</p></li>
<p>'''NOTE''': This same information is also *correctly* listed in the Viewer "Technical Reference" on page 1-13.</p></li>
<li>Page 4-13: The first paragraph in the &quot;How Topic-Group Scripts Are Run&quot; section should say:
<li>Page 4-13: The first paragraph in the "How Topic-Group Scripts Are Run" section should say:
<div class="indent">
<div class="indent">


Line 62: Line 62:
</div></li>
</div></li>
<li>Page 11-22: The configuration-script sample should have ShowButtonBar() as the last command.</li>
<li>Page 11-22: The configuration-script sample should have ShowButtonBar() as the last command.</li>
<li>Page 6-16: The information on &quot;Specifying the Printing and Tabbing Order&quot; is for Viewer version 2.0a. To make the information correct for Viewer version 2.0, replace the last sentence of the second to last paragraph on the page with the following:
<li>Page 6-16: The information on "Specifying the Printing and Tabbing Order" is for Viewer version 2.0a. To make the information correct for Viewer version 2.0, replace the last sentence of the second to last paragraph on the page with the following:
<div class="indent">
<div class="indent">


Line 68: Line 68:


</div></li>
</div></li>
<li>Page 12-7: Step 4 under &quot;To display a description of a compiler error message&quot; should say the following:
<li>Page 12-7: Step 4 under "To display a description of a compiler error message" should say the following:
<div class="indent">
<div class="indent">


Line 75: Line 75:
</div></li></ul>
</div></li></ul>


The following corrections should be made to the Microsoft Multimedia Viewer Publishing Toolkit &quot;Technical Reference&quot;:
The following corrections should be made to the Microsoft Multimedia Viewer Publishing Toolkit "Technical Reference":
<ul>
<ul>
<li>Page 4-11: The second sentence of the Limits section should read as follows:
<li>Page 4-11: The second sentence of the Limits section should read as follows:

Latest revision as of 10:59, 20 July 2020

Knowledge Base


DOCERR: Corrections to Viewer 2.0 Manuals

Article ID: 110724

Article Last Modified on 10/13/2003



APPLIES TO

  • Microsoft Multimedia Viewer Publishing Toolkit 2.0
  • Microsoft Multimedia Viewer Publishing Toolkit 2.0a



This article was previously published under Q110724

The following corrections should be made to the Microsoft Multimedia Viewer Publishing Toolkit "Authoring Guide" documentation:

  • Page 3-15: Under "Rules for [GROUP] Section Entries", the first sentence should read as follows:

    Group names can contain any combination of letters, numbers, or other characters, except for periods, embedded spaces, or commas.

  • Page 3-24: The last two entries in the table of .RTF codes should be:

          Em Dash     \emdash     \'97
          En Dash     \endash     \'96

    NOTE: This same information is also *correctly* listed in the Viewer "Technical Reference" on page 1-13.

  • Page 4-13: The first paragraph in the "How Topic-Group Scripts Are Run" section should say:

    Topic-group scripts are run BEFORE any topic-entry commands in the destination topic.

  • Page 11-22: The configuration-script sample should have ShowButtonBar() as the last command.
  • Page 6-16: The information on "Specifying the Printing and Tabbing Order" is for Viewer version 2.0a. To make the information correct for Viewer version 2.0, replace the last sentence of the second to last paragraph on the page with the following:

    If you specify 0 as the tab position for a regular pane, that regular pane will be excluded from tabbing and copying. The regular pane will still print.

  • Page 12-7: Step 4 under "To display a description of a compiler error message" should say the following:

    In the Current Index box, select Compiler Warning Messages.

The following corrections should be made to the Microsoft Multimedia Viewer Publishing Toolkit "Technical Reference":

  • Page 4-11: The second sentence of the Limits section should read as follows:

    A title can have a combined total of 200 searchable and not searchable topic groups and word wheels.

    For more information, please see the following article(s) in the Microsoft Knowledge Base:

    107168 Limits on Number of Groups and Word Wheels

  • Page 5-3: The sequence of command execution is incorrect. The correct sequence follows:

    1. The topic-group exit script for the previous topic group.
    2. The topic-group entry script for the new topic group.
    3. The topic-entry command for the new topic.
  • Page 5-77, SearchDialog command: For the first parameter of the SearchDialog command, specify the hwndApp internal variable rather than the hwndContext internal variable. Using the hwndContext variable results in additional Viewer sessions being launched each time a search topic is displayed.


SUMMARY


Additional query words: 2.00 PTK 2.00a showmenubar docerr

Keywords: kbdocerr KB110724