Validity checking during runtime
- Last UpdatedJul 16, 2024
- 1 minute read
The GraphicRepeaterApp validates the following property values when a ViewApp starts running that contains an instance of the GraphicRepeaterApp
|
Properties |
Validation Checking |
|
Graphic Name |
No graphic name assigned |
|
Custom Properties |
Number of assigned custom properties is zero or greater than 20. |
|
Filter Top N |
Filter Top N is assigned a number greater than the number of data points |
|
Display Rows |
Display Rows is assigned a number greater than 50. The product of assigned Display Rows and Display Columns values cannot exceed 50. |
|
Display Columns |
Display Columns is assigned a number greater than 50. The product of assigned Display Rows and Display Columns values cannot exceed 50. |
An error icon appears when the ViewApp containing starts if invalid GraphicRepeaterApp property values are detected. The ViewApp continues running, but the pane containing the GraphicRepeaterApp shows the error icon.

One or more error messages appear in the Operations Control Logger with descriptions of the problems.
Data property values are not validated when the ViewApp starts. If Data values are out of range, the pane containing the GraphicRepeaterApp is blank without displaying an error icon. But, error messages are written to the Operations Control Logger.