Adding a Custom Interface to the Scene

 
 
 

Once you have created your custom interface, you can display it from the scene interface. The steps are as follows:

  1. Place the files in a common directory and store the directory in the same folder as your A3S scene file. Be sure to include all images, style sheets and JavaScript files used in the interface.
  2. Open the scene in Showcase.
  3. Select File > Scene Settings. The Scene Settings window appears.
  4. Under Interface Style, check the Use custom user interface box. The Select a Custom UI File window appears.
  5. Type in the URL or path of the custom user interface you want to use, or click the Browse button to browse to it.
  6. In the Scene Settings window, click one of the Position radio buttons to choose where to locate the custom user interface on the screen (left side, right side, top or bottom).

Toggling the Display and Changing Position of a Custom UI

Toggling the display of your custom UI is done via Present > Browser Panel.

To modify the position of the customized scene interface select File > Scene Settings. Under Interface Style, select one of the Position options to place the interface to the left, right, top, or bottom of the main window.

Embedded Custom Interface Sample

The image above illustrates how the following embedded HTML messaging system appears within Showcase.

<html>
<body>
<a href="autodesk:UI_CONFIRM_DIALOG:,This is a dialog.,,">Open a dialog.</a>
<br>
<a href="#" onClick="document.location = 'autodesk:SET_DRAW_MODE:WIREFRAME';">Enable wireframe mode.</a>
</body>
</html>