Configuring Custom Code Screen Properties

User the Custom Code screen properties dialog to configure properties for the Custom Code screen.

  1. In Flow Design, double-click the Custom Code screen.
  2. In the Stock Screen Properties view, click Configure.
  3. In the Custom Code Screen Properties dialog, select the property you want to configure and click Configure.
    Property Description
    Class Select the class file that implements IBOBScreen.
    Extra Source Package Select the folder that contains any additional source package to compile into the client.
    Resources Select a folder to include any resources, for example images, in the client.
    Source Package Select the folder to include any of the source packages to compile into the client for the source screen. Normally this is set automatically when you select the source file.
    Third Party Libraries Select a folder with libraries (*.jar files) to compile against.
  4. A configuration dialog window appears for each property you select. Enter the information in the dialog window, and click OK.
  5. You can restore the default settings for all the custom code screen properties by clicking Restore All. Or you can restore the default settings for selected properties by selecting the property and clicking Restore.
  6. Click Create Screen Class to create a new Java class for the custom screen.