HTMLViewer.LoadPage
From Xojo Documentation
Supported for all project types and targets.
Loads source (a String containing HTML) into the HTMLViewer. RelativeTo is any file or folder and is only used as a reference for resolving links and temporary files.
This method signature is not supported on Windows due to CEF Security." |
Notes
Any links will be resolved relative to the passed RelativeTo FolderItem.
On Windows, temporary files are created beside the passed RelativeTo FolderItem. If the temporary files cannot be created, then an exception error may be thrown. This can happen, for example, if you are trying to write to a read-only volume or you don't have write permissions.
Sample Code
In this example, the raw HTML is in a TextArea:
Loads the the supplied File into the HTMLViewer. File must be an actual file and not a folder.
Sample Code
This example loads an HTML file from disk. The file type has been added using the File Types Set Editor: