Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom Register Dialog Definition via "[Register Tabs"]

The pre-defined preset "[Register Tabs]" allows for the definition of a custom Register Dialog, including Python control of the input and output." is used to define a customized version of the Register Dialog.
It uses contructs from Python to define and control the entries connected to registers or Python "getter" and "setter" routines.
It is assumed that the user has a solid understand of Python and its implementation in DevWare; that User Guide is here.

The types of controls include;

  • Check Box; enable/disable.

  • Spin Box; up/down arrows to run through values. Also allows for direct entry of a value.

  • Slider; a slider to run through values.

  • List Box; a user-defined set of values to select from.