Re-creating a control as the correct type
Re-create the control using the selected target interface to update the status from a base control to the correct type.
At this point, the system has generated a UI Connector class, but the associated adapter control is still a base control. To re-create the control as the correct type, perform the following steps:
- Stop interrogation.
- Delete the control.
- Build the project.
- Start interrogation.
- Re-interrogate the control.After you complete these steps, the system creates the control using the target interface that you chose for the UI Connector. For example, if you chose IGridTarget, you would get a Grid control and if you chose IComboBoxTarget, you would get a ComboBox control.
Previous topic Example JSON file Next topic Implementing UI connectors