#973 closed feature request (done)
View.ReadOnly property
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | MainForm | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by mkommend)
Every view should contain a ReadOnly property which specifies if the content could be changed. This property could be set by the virtual setter.
Change History (20)
comment:1 Changed 15 years ago by mkommend
- Status changed from new to assigned
comment:2 Changed 15 years ago by mkommend
comment:3 Changed 15 years ago by mkommend
- Description modified (diff)
comment:4 Changed 15 years ago by mkommend
- Description modified (diff)
comment:5 Changed 15 years ago by mkommend
removed unnecessary code in View.OnReadyOnlyChanged r3354
comment:6 Changed 15 years ago by mkommend
adapted OperatorGraphView to readyonly mechanism r3355
comment:7 Changed 15 years ago by mkommend
added operator graph tab page to EngineAlgorithmView r3361
comment:8 Changed 15 years ago by swagner
Adapted views of HeuristicLab.Core.Views and renamed method SetEnableStateOfControls into SetEnabledStateOfControls in r3362.
comment:9 Changed 15 years ago by swagner
Adapted views of HeuristicLab.Parameters.Views in r3365.
comment:10 Changed 15 years ago by mkommend
adapted HL.Optimization.Views to new ReadOnly mechanism r3367
comment:11 Changed 15 years ago by mkommend
corrected MainFormManager bug concerning creation of new default views r3375
comment:12 Changed 15 years ago by swagner
Adapted ReadOnly property in item collection views in r3433.
comment:13 Changed 15 years ago by swagner
comment:14 Changed 15 years ago by swagner
Adapted views in r3454.
comment:15 Changed 15 years ago by swagner
Removed manual propagation of ReadOnly property in r3455.
comment:16 Changed 15 years ago by swagner
Fixed null reference exception in collection views in r3456.
comment:17 Changed 15 years ago by mkommend
enabled operatorGraphViewHost in UserDefinedAlgorithmView r3515
comment:18 Changed 15 years ago by mkommend
- Resolution set to fixed
- Status changed from assigned to closed
comment:19 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
implemented first version of View.ReadOnly and adapted some views to the new mechanism r3350