Creating the Initial DiveTab Module

After initializing a DivePort instance for DiveTab and defining a DiveTab connection and project, you can create the initial DiveTab module.

The following items are required to complete this procedure:

  • Banner graphic—Rectangular image for use as the top of the main DiveTab screen
  • Button graphic—Square image for use as a DiveTab button
  • Document—Any pdf, Word, or text document

NOTE: Graphic files are usually placed in the /divetab/images folder, and various document types in the /divetab/documents folder.

For guidance on graphics files and how to bring files into the project, see:

To create the initial DiveTab Module:

  1. Select File > New > DiveTab Module.

    The New DiveTab Module dialog box displays.

    The New DiveTab Module dialog box.

  2. Select the parent folder, type a Name for the script (for example, menu.divetab), and click Finish.

    The Closedmain edit pane for the new DiveTab module is presented.

    The main edit pane for the DiveTab module.

    NOTE: This view is only presented when you are creating a new DiveTab script.

  3. Click Menu Area.

    The DiveTab script tab changes to a Closedpreview pane.

    The DiveTab preview pane for a menu-area.

  4. Click the Click here to add a banner area.

    A ClosedSelect File dialog box displays.

    NOTE: Choosing an icon or a banner is optional, but it improves your testing experience.

    The Select File dialog for choosing the banner image.

  5. Navigate to your banner images (likely in the /divetab/images folder), choose your graphic, and click Select.

    The banner displays in the Closedpreview pane.

    The result of the banner image in Workbench.

    NOTE: You can also drag the graphic file from Workbench Explorer to the banner area in the preview pane.

  6. Click the Add new item button (the button containing the green plus sign), and on the context menu, select ClosedNew Area > Document Area.

    The context menu for the Add a new item button.

    The button changes to show an Closedarea icon and a title (Untitled Area), both of which you change in the next steps. Also, note that a new button with the green plus sign appears (in preparation for creating additional area buttons).

    New document area button and button properties.

  7. Notice the ClosedButton Properties section on the right.

    The button properties area.

    NOTE: You might need to click the button if the focus changes to another button or you navigate away and return.

    1. In the Area section, click the Title box and type a title for the button (for example, Doc Sample).
    2. Click the Icon box, and browse for the appropriate graphic file.

      NOTE: Alternatively, you can drag a graphic file to this area from Workbench Explorer.

    3. Repeat Step b for the Retina Icon box.
  8. Click Click here to edit Area (at the bottom of the Button Properties).

    The tab changes to display the document preview. but because no document is associated with the button, the preview displays an error message.

  9. Under Properties on the right, select ClosedPath, and browse to the document file.

    The button properties for a document area.

  10. Save the DiveTab module.

    You now have a DiveTab module to use in completing the DiveTab configuration and testing.

See Configuring DiveTab on the Server.