Using the Scenes Palette

image
The Scenes palette

The Scenes palette is for creating application states for your page/application. Every page has a Normal state by default. This is the state that your page is first displayed in when it is brought up in the browser. You can add additional states to be used for interactive pages. Then you can configure a widget event property, such as the onclick event for a Button, to switch the page into the new state. In the new state you can set the visibility of various widgets to provide an interactive experience for the user. For example, you may want to display a dialog box in the new state that was previously hidden in the Normal state.

Follow these instructions to create a new state:

  1. Click on the plus icon in the Scenes palette toolbar.
  2. Enter a name for the new state (the state name is for internal use only and is not displayed to the user).
  3. Click Create
  4. The new state name will now be listed in the Outline palette, and will be included in the drop-down lists for the Event properties.

To delete a state, select the state by clicking on it, then click on the minus icon in the Scenes palette toolbar.

You select a state by clicking on it in the Scenes palette.

IMPORTANT:

See About Application States for more information on working with states.

Previous / Next