Create buttons for triggering methods
Create buttons that trigger custom NetLogic methods.
- Create the export button:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the button, select , and enterExportButton.
- Configure the export button:
- InProperties, setTexttoExport Data.
- InEvents, next toMouseClick event, select and select .
- Create a dynamic link betweentableNodeIdand .For more information about dynamic links, see Create dynamic links.
- Create the generate data button:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the button, select , and enterGenerateDataButton.
- Configure the generate data button:
- InProperties, setTexttoGenerate Data.
- InEvents, next toMouseClick event, select and select .
Provide Feedback