Screen Segments

Screen Segments allow you to embed a screen in another screen, for instance, to allow vertical or horizontal scrolling. To create a screen segment perform the following steps:
  1. Create a screen
  2. Press W to open the widget menu and select the Screen Segment widget. Place it on the screen.
  3. Create a second screen and select it.
  4. Select the Segment Checkbox. You can now resize the screen freely to match the dimensions of the Screen Segment widget. A larger size will result in a scroll behavior.
  5. Select the Screen Segment widget. In the properties section, click on the Select Screen Segment option. A dialog will show up, listing all the segment screens.
  6. Select the second screen and press save.

Please note that the screen background will not be copied. Set the background on the segment widget instead.

You can also bind a screen segment to a data variable, to enbale dynamic chaning of the content. In this case, the screen segment will load the screen, where the name matches the value in the variable. If the value is set to "Start", the start screen will be loaded, if the value is "Welcome", the welcome screen will be loaded.