Configuring BlackBerry Custom Code Screen Properties

Use the BlackBerry Custom Code screen properties dialog to configure properties for the Custom Code screen.

  1. In Flow Design, double-click the BlackBerry Custom Code screen.
  2. In the Properties > Screen Design > Stock Screen view, select the property to configure and click Configure.
    Property Description
    Class Click Browse to select the java file that implements the screen.
    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. Generally this property is set automatically when you select the source file.
    Third party libraries Select a folder with libraries (*.jar files) to compile against.
  3. A configuration dialog window appears for each property you select. Enter the information in the dialog window, and click OK.
  4. You can restore the default settings for all 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.
  5. Click Create Screen Class to create a new Java class for the custom screen.