Excerpt |
---|
DevWareX is a multi-platform implementation of DevWare, created with a more flexible GUI-generation tool. It has the same layout and controls as DevWare, but with additional features. |
...
- Register Dialog; select which pages appear on the Tabs
- By use of a "Push-Pin" on the Page tab, you can select which Tabs will stay displayed.
- A maximum of 6 tabs can be pinned, with on tab being non-pinable.
- Export SHIP Log
- Enables the ability to filter the SHIP log by address and Read/Write.
- Presented in "Wizard" dialog.
...
- Generate File Name
Enabled via a specially named Python function, this feature allows the user to generate the base file name for saving Still and Video files.
The function defines a series of fields in a list or turple.
Three types of fields are understood; (1) a single item dictionary; (2) a python function; (3) a straight pass through.
- The Still and Video dialogs are located under their respective parents.
- Here's an example Python preset:
...