Altova Authentic 2024 Desktop

The AuthenticDesktopControlPlaceHolder control is required to host an application helper window, see also Integration at Document Level. For example, in the code listing below, the HTML object tag is used to instantiate a control that will host the Message window.

 

<!-- create Message window placeholder control.          -->
<!-- the editor with focus will automatically direct its -->
<!-- output to the appropriate helper window.            -->
<object id="objMessageWindow" classid="clsid:B80F1F5A-B739-4de8-BC76-DDAE2E848C42" width="800" height="200" VIEWASTEXT>
  <param name="PlaceholderWindowID" value="-1">
</object>

 

Notice that the PlaceholderWindowID parameter is set to -1, which means that, initially, no helper window is shown. Whenever a file is open, the method DisplayHelperWindowsContent() is invoked. This method assigns the appropriate PlaceholderWindowID to each control. For the list of possible values of PlaceholderWindowID, see AuthenticDesktopControlPlaceholderWindow.

© 2017-2023 Altova GmbH