Opened 14 years ago
Closed 14 years ago
#1390 closed feature request (done)
ConstrainedValueParameters.ValidValues cannot be changed in the GUI
Reported by: | epitzer | Owned by: | epitzer |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.3 |
Component: | Parameters.Views | Version: | 3.3.3 |
Keywords: | Cc: |
Description
When creating a user-defined algorithm it would be nice to include a list of choices by using a ConstrainedValueParamer. However, the ValidValues property cannot be changed through the GUI.
Change History (5)
comment:1 Changed 14 years ago by epitzer
- Owner changed from swagner to epitzer
- Status changed from new to accepted
comment:2 Changed 14 years ago by epitzer
- Owner changed from epitzer to swagner
- Status changed from accepted to reviewing
comment:3 Changed 14 years ago by swagner
Added base call in SetEnabledStateOfControls, removed outdated XML comments, corrected tab indexes and adapted tool tip text and view name in r5421.
comment:4 Changed 14 years ago by swagner
- Owner changed from swagner to epitzer
- Status changed from reviewing to readytorelease
Very nice solution. Thanks.
comment:5 Changed 14 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.2 to 3.3.3
Note: See
TracTickets for help on using
tickets.
Add new alternate view ConstrainedValueParameterConfigurationView for configuring the ValidValues ItemSet (r5345)