- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- NetLogic tutorial
- Object and variable references
Integrate the interface with the NetLogic
Create dynamic links between the interface elements and methods defined in the script.
For more information about dynamic links, see Create dynamic links.
- Configure the CreateButton:
- InProject view, selectCreateButton.
- InEvents, next toMouseClickEvent, selectand select .Add
- Create a dynamic link betweenNewPaneland .
- Configure the RemoveButton:
- InProject view, selectRemoveButton.
- InEvents, next toMouseClickEvent, selectand select .Add
- Create a dynamic link betweennameand .
- Configure the NameLabel:
- InProject view, selectNameLabel.
- Create a dynamic link betweenTextand .
- Configure the PasswordBox:
- InProject view, selectPasswordBox.
- Create a dynamic link betweenTextand .
- Configure the LocaleCombo:
- InProject view, selectLocaleCombo.
- Create a dynamic link betweenModeland .
- Create a dynamic link betweenSelected valueand .
Provide Feedback