Create a button to restart the application

You must restart the FTOptixApplication to have date and time changes from the widget take effect.
Create a button to restart the FTOptixApplication.
  1. In Project view, right-click the folder to contain the button and select New > Base controls > Button.
    Button# (type) appears in Project view.
  2. With Button# (type) selected, in Properties under Events, select Add Add new method next to the event, such as a MouseClick event, that you want to restart the FTOptixApplication.
  3. Expand Core commands, select Restart, and then choose Select.