Ticket #728 (closed: fixed)
Python scripting: Remove reliance on strings and change optional parameter syntax
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 18 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Change PythonSimpleAPI to use the type of the parameter rather than forcing a string each time.
Allow uses to specifiy two further parameters for Dialog calls
- enable="parameter1,parameter2" would enable the box for user input
- disable="PArameter3,p4" would disable the box for user input (even if no value has been provided)
Change History
Note: See
TracTickets for help on using
tickets.
(In [2723]) Relaxed requirement for every property to be a string in the Python interface. Strings still work though. Re #728