Name
OpenAmigaGuide -- open AmigaGuide document in new window (V6.1)
Synopsis
OpenAmigaGuide(file$[, node$])
Platforms
AmigaOS and compatibles only

Function
This command will open the AmigaGuide file specified by file$ and display it in its own window. If the optional argument node$ is specified, Hollywood will show this particular node of the AmigaGuide file, otherwise the table of contents is shown.

You can close the AmigaGuide file by calling the CloseAmigaGuide() command. Open AmigaGuide files will also be closed automatically when Hollywood quits.

Note that there can be only one open AmigaGuide file at a time. If you call this function and an AmigaGuide file is already visible, Hollywood will close that old AmigaGuide file first.

Inputs
file$
AmigaGuide file to show
node$
optional: node to show (defaults to "" which means show the table of contents)
Example
OpenAmigaGuide("Hollywood:Help/Hollywood.guide", "OpenAmigaGuide")
The code above shows this page.

Show TOC