TN - 1034 How to show an industrial graphic in a popup window in InTouch OMI
This guide provides an overview of product features and related technologies. In addition, it contains recommendations on best practices, tutorials for getting started, and troubleshooting information for common situations.
To show graphic in a popup window…
- Place a button in a pane.
- Add the following script.
Dim graphicInfo as aaGraphic.GraphicInfo;
graphicInfo.Identity = "GraphicCaption"; 'Do not use spaces
graphicInfo.GraphicName = "WaterHeater"; 'name of Archestra Graphic
graphicInfo.WindowType = aaGraphic.WindowType.Modeless;
ShowGraphic( graphicInfo );