Storyboard Designer Editor

The Storyoard Designer editor is the central location for all design activities for your application. It provides a visual representation of all of the screens of the application and allows designers to edit the screen content and get immediate feedback about what the look and feel of the application will be.

Editing Content

The default editing mode is to display and edit the entire application, showing all screens and their composited layers together.

If instead of looking at all of the screens of an application together, you want to focus on editing and working with one particular screen, then you can right click in the editor and select Edit > Screen, which will open up a new editor window with just that screen's content shown.

If you want to edit just the layer contents, independent of the screens to which they are bound, then you can right click in the editor adn select Edit > Layers and this will open up a new editor with all of the selected layers shown individually. If changes are made to a layer in this mode, the change will be reflected in all of the screens that reference the changed layer.

On the right hand side the editor contains a fly-out palette toolbar that provides the basic visual design elements for the application; screens, layers and controls. These can be selected and then dropped onto the editor to start building up the application.

Additional editing functionality is available through the right click menu while in the editor as well as from the main menu. This is where you will find functions to manipulate control size, alignment and z-order/front-back placement as well as the creation of new controls, layers and screens.

Content can be moved within its container by selecting one or more items and then using the arrow keys to move the item. By default the movement is in 10 pixel increments when using the keyboard, but if the SHIFT key is held down while using the arrows the content will move one pixel at a time in the desired direction.

There are a number of keyboard shortcuts for common operations these can be displayed on-screen by selecting Help > Key Assist... from the main menu.

Editor Toolbar

In addition to the editing options available right click menu, the toolbar provides functionality that is context sensitive to the editor being used. When a Designer file is being edited (and the editor area has focus), then the toolbar provides short-cuts to several common operations.

Storyboard Simulator

This will export the Designer file being edited to a Storyboard Engine file and simulates it using the host based Storyboard Engine configuration.

Zoom Display

This controls the current zoom level of the display. This value can also be adjusted by CTRL+MouseScroll or COMMAND+Scroll using a wheelmouse or touchpad.

Align and Resize

These toolbar actions provide a convenient alternative to manual alignment by aligning the selected controls automatically with one another. When a single control is selected the the alignment is performed relative to the screen. When multiple controls are selected, the alignment is performed relative to each other.

New Model Elements

These toolbar actions provide an alternative to the palette for the quick construction of screens, layers and controls.

Control Outline

These toolbar actions control how the control content is displayed within the editing environment. By enabling the control outline a border will be drawn around controls and layers. By enabling the wireframe mode, no control content will be drawn, but an outline of the controls is drawn. These modes can be used to optimize the application layout to avoid uneccessary damage and redraw operations.

Wireframe

The wireframe mode turns off all of the render extension drawing within the controls and shows only an outline of the controls, layers and screens similar to what is provided by the Control Outline functionality.

This functionality is useful to minimize the amount of control overlap that occurs so as to prevent excessive redraw damage areas.