Parameter | Description |
---|---|
View Name | The identifier for the view. When the Navigation Controller receives an OpenView event, it attempts to instantiate the view using readObject(viewName). If this method fails, the Navigation Controller instantiates the view using the View Source. |
View Source | The fully qualified class name of the view |
View Position | If you enable the Use? checkbox, the Navigation Controller opens the view at the position specified by the values in the X and Y fields otherwise the Navigation Controller uses the default position of 0,0. |
View Size: | If you enable the Use? checkbox, the Navigation Controller opens the view with the width and height specified by the values in the W and H fields. |