What is the equivalent aspect for "Size Display" in 800xA 6.0.x to find out the height and width for Graphics?
In 800xA 5.1 we have an aspect called Size Display in Graphics structure to find out the Height and Width for the project screen resolution. The same aspect is missing in 800xA 6.0.x. What is the equivalent aspect for this in 6.0.x?
Voted best answer
Set the display prensentationmode property to "anchored" add two text elements to your display. Set text to String(_Height) on one text element and on the other to String(_Width).
Answers
Run the Batch file "LoadTabDemo.bat" from below path.
C:\Program Files (x86)\ABB Industrial IT\Operate IT\Process Portal A\demo
we will get the Size display PG2 aspect in Functional Structure.
C:\Program Files (x86)\ABB Industrial IT\Operate IT\Process Portal A\demo
we will get the Size display PG2 aspect in Functional Structure.
In 800xA 6.0.3-1, the Size display is available in below path,
Path: C:\Program Files (x86)\ABB 800xA\Base\demo
File Name: "14_NewGraphics_SizeDisplay.afw"
We can use the Import/Export tool, to import the above file into our system.
Path: C:\Program Files (x86)\ABB 800xA\Base\demo
File Name: "14_NewGraphics_SizeDisplay.afw"
We can use the Import/Export tool, to import the above file into our system.
Add new comment