ShowGraphic() limitations
- Last UpdatedJul 03, 2026
- 1 minute read
Scripts that include the ShowGraphic() method have the following limitations when used in InTouch HMI applications accessed through the Web Client:
-
Does not support Identity (only support is ShowSymbol using the graphic name as the identity).
-
Does not support the Name property.
-
Does not support the ResizeWindow property.
-
Does not support the HasTitleBar property. Applications always show a title bar.
-
Does not support the HasCloseButton property. Screens always show a close button.
-
Does not support the WindowTitle property.
-
Does not support ScalePercentage property.
-
Center is the only supported value of the Position property.
-
Does not support using the same interface element to open several graphics.
Popup limitations
When ShowGraphic() produces a popup window, the following limitations are present:
Relative to Symbol
-
The size of a popup window is always the same as the graphic's original default width and height with scaling at 100 percent.
-
If a graphic's original default size is larger than the screen, the popup window appears in full screen mode as well as relative to the desktop.
-
The popup window is always placed at the center of the screen.
Relative to Desktop
The popup window is always shown in full screen mode.
Custom Width and Height
You cannot customize the width and height of the pop-up window.