Opened 12 years ago
Closed 12 years ago
#1992 closed feature request (done)
CheckItemListView shall display how many items are checked
Reported by: | sforsten | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.8 |
Component: | Core.Views | Version: | 3.3.8 |
Keywords: | Cc: |
Description
Currently you have to count in a CheckedItemListView to get the number of checked items in this view. It would be very useful for checking how many input variables of a problem have been set.
The number of the currently checked and unchecked items shall be visible in the view.
Change History (9)
comment:1 Changed 12 years ago by sforsten
- Status changed from new to accepted
comment:2 Changed 12 years ago by sforsten
- Owner changed from sforsten to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 12 years ago by mkommend
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.8
comment:4 Changed 12 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:5 Changed 12 years ago by sforsten
- Owner changed from mkommend to sforsten
- Status changed from readytorelease to assigned
The number of checked items is not updated if items are added or deleted
comment:6 Changed 12 years ago by sforsten
- Status changed from assigned to accepted
comment:7 Changed 12 years ago by sforsten
- Owner changed from sforsten to mkommend
- Status changed from accepted to reviewing
r9134: number of checked items also gets now updated when items are added, removed, moved, replaced or when the content is reset
comment:8 Changed 12 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:9 Changed 12 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.7 to 3.3.8
Note: See
TracTickets for help on using
tickets.
r9026: itemsGroupBox.Text displays the number of checked items. It is changed every time the content is changed or the checked items change.