Introduced New Component for Custom Code Panels
Previously, InstallAnywhere Custom Code panels were unable to support multiple-line contents and URLs.
InstallAnywhere 2024 R1 introduces a new component named, IATextPane, which enables the custom code panels to support multiple-line contents, URLs, and DPI scaling. This component is available in the com.zerog.ia.api.pub.controls package and can be used in Custom Code panels. The Javadocs for this component are available in the \javadoc\com\zerog\ia\api\pub\controls directory.
The following displays a Custom Code panel using the IATextPane component during installation:
Custom Code Panel using IATextPane
Note:This change was tracked in IA-21448.