Navigation - Drill Down

You can navigate through your project using a map to drill into different areas of your project. A popular option is to have a main window that has an image representing the facility. The image has various boxes that overlay the image. When the user selects one of the boxes, the Client swaps windows with a window that displays the information that pertains to the selected area.

To create a navigation drill down

  1. Create a box on the Main window.

  2. Right-click the box and select Scripting.

  3. Select the mousePressed event handler and with the Navigation tab selected.

    1. Select the Open/Swap radio button.

    2. From the Window drop-down box, select the window that relates to the selected area.

  4. Click OK.

A back button on the area window would navigate you back to the main window.

Next ...

  • add link here