Add screens

Add screen types and configure child objects to display different interface elements.
  1. In
    Project view
    , right-click
    Screens
    and select
    New
    Screen
    three times.
  2. To each screen object, add a ScreenId variable:
    TIP: The ScreenId variable are needed for the Change Page From Tag NetLogic that you will add later on.
    1. In
      Project view
      , select the screen to edit.
    2. In
      Properties
      , at the top, select
      Add
      and then select
      Variable
      .
    3. Hover-over the variable name, select
      Edit
      , and then enter
      ScreenId
    4. Make sure that the variable type is
      Int32
      .
    5. Enter a unique and positive integer value.
      For example, enter the following for each screen:
      ScreenId assignment
      Screen
      ScreenId value
      Screen1
      1
      Screen2
      2
      Screen3
      3
  3. Add child elements to the screen objects.
    For example, add a rectangle and a label. For more information, see Graphic objects.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.