Ticket #378 (closed: fixed)
Add Optional Message to algorithm dialog box when invoked from Python
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 15 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
When a dialog is invoked from Python then add an option parameter to the end to take a message string.
This string should then be displayed in the top of the parameter dialog box above all of the input controls.
Change History
Note: See
TracTickets for help on using
tickets.
(In [1961]) Added an optional argument to all of the Python dialog commands that takes a message string and prints it at the top input dialog. Also altered the help accordingly. Closes #378