Ticket #154 (closed: fixed)
Use specific controls for different Parameter types
Reported by: | Nick Draper | Owned by: | Matt Clarke |
---|---|---|---|
Priority: | major | Milestone: | Iteration 10 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
In the Algorithm Parameter setting dialog inspect they type of the parameter to select an appropriate control type for entering the data.
Suggestions
Parameter type | direction | Control type |
Workspace | IN or INOUT | A drop down list containing the workspaces in the ADS |
Workspace | OUT | A text box |
int | - | A text box that only accepts [0..9,-] |
double | - | A text box that accepts [0..9,-,e,+,.] |
vector<int> | - | A text box that accepts the int values plus , |
vector<double> | - | A text box that accepts the double values plus , |
Anything else | - | A text box |
Change History
comment:9 Changed 12 years ago by Nick Draper
- Status changed from new to closed
- Resolution set to fixed
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1002
Note: See
TracTickets for help on using
tickets.
(In [1115]) Displays value ranges for algorithm properties where applicable. Refs #154