Add screens
Add screen types and configure child objects to display different interface elements.
- InProject view, right-clickScreensand select three times.
- 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.
- InProject view, select the screen to edit.
- InProperties, at the top, select and then selectVariable.
- Hover-over the variable name, select , and then enterScreenId
- Make sure that the variable type isInt32.
- Enter a unique and positive integer value.For example, enter the following for each screen:ScreenId assignmentScreenScreenId valueScreen11Screen22Screen33
- Add child elements to the screen objects.For example, add a rectangle and a label. For more information, see Graphic objects.
Provide Feedback