- Getting started
- Using the software
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- OPC UA tutorial
- NetLogic tutorial
- Object and variable references
Create a button to restart the application
You must restart the
FTOptixApplication
to have any date and time changes from the Date and time configurator
widget take effect. Create a button to restart the
FTOptixApplication
.- InProject view, right-click the folder to contain the button and select .Button# (type)appears inProject view.
- WithButton# (type)selected, inPropertiesunderEvents, selectAdd new methodnext to the event, such as aMouseClick event, that you want to close theFTOptixApplication.
- ExpandCore commands, selectRestart, and then chooseSelect.
Provide Feedback