|
Adapt, extend and build custom Front Arena GUIs!
The course covers creating new meny extensions to launch newly created Python modules and tasks. It also covers modifying existing GUI's by adding new fields and changing existing layouts.
Meny Extensions
Meny extensions are new menu items, which can be added to almost any application in the system. In this section you learn how to:
- Create new menu items
- Launch applications from the new menu items
- Learn the different menu types and how to use them
- Show how to group menu items
Automation API
The automation API can be used for:
- Retrieving data from GUI about active objects, applications etc
- Controlling GUI applications
- Automatic testing
Layout UI
With the Layout UI we can modify existing screens and add functionality to new fields. In this section you will learn how to:
- Rename existing GUI's
- Change the layout of existing GUI's
- Add new fields to existing GUI's
|