Free cookie consent management tool by TermsFeed Policy Generator

Opened 13 years ago

Closed 13 years ago

#1399 closed enhancement (invalid)

Locked CheckedItemCollectionView should not disable the contained listview control

Reported by: mkommend Owned by: mkommend
Priority: medium Milestone:
Component: Core.Views Version: 3.3.2
Keywords: Cc:

Description

Currently the listview in the CheckedItemCollectionView is disabled if the view is locked to prevent the user from manipulating the checked state. The disadvantage of this solution is that the contained items cannot be shown in the details group box (e.g. analyzers while the algorithm is running). Another possibility would be to enable the listview, to ignore check / uncheck requests and to visually indicate that changing of the check state is not allowed. As far as I found out disabling of the checkboxes or manually drawing of them is not an option (http://stackoverflow.com/questions/4368618/how-to-disable-a-checkbox-in-a-checkedlistbox). Maybe we could change the background or foreground color etc. to indicate that checking of items is currently not possible.

Change History (4)

comment:1 Changed 13 years ago by mkommend

  • Type changed from defect to enhancement

Another possibility would be to use the StateImageList of the listview control (http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.stateimagelist.aspx).

comment:2 Changed 13 years ago by gkronber

  • Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.6

comment:3 follow-up: Changed 13 years ago by gkronber

  • Owner changed from swagner to mkommend
  • Status changed from new to assigned

This has been implemented for milestone 3.3.5 already. Please check if this is indeed the case and close the ticket if necessary.

Last edited 13 years ago by gkronber (previous) (diff)

comment:4 in reply to: ↑ 3 Changed 13 years ago by mkommend

  • Milestone HeuristicLab 3.3.6 deleted
  • Resolution set to invalid
  • Status changed from assigned to closed

Replying to gkronber:

This has been implemented for milestone 3.3.5 already. Please check if this is indeed the case and close the ticket if necessary.

This issue was indeed implemented with r6233, but no comment was added to this ticket.

Last edited 13 years ago by mkommend (previous) (diff)
Note: See TracTickets for help on using tickets.