View Issue Details

IDProjectCategoryView StatusLast Update
0004679JEDI VCL00 JVCL Componentspublic2009-07-08 15:21
ReporterilsAssigned Toobones 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.36 
Target VersionFixed in Version3.38 
Summary0004679: ?? ???????????????? ?????? ????????? ? JvCheckedComboBox
Description????? ???????? ItemEnabled[] ? ???????? ??????, ?? ??????????? ?? ??????????.
????????? ???????? ????? Change:

procedure TJvCustomCheckedComboBox.Change;
begin
  if not FIgnoreChange then
  begin
    DoChange;
    FListBox.Refresh;
  end;
end;

TagsNo tags attached.

Activities

obones

2009-01-29 05:56

administrator   ~0015268

Please post in ENGLISH, we cannot see your message properly, much less understand it.

ils

2009-01-29 06:17

reporter   ~0015269

When I change ItemEnabled[] property, CustomCheckedBox needs to be repainted. I did it this way:

procedure TJvCustomCheckedComboBox.Change;
begin
  if not FIgnoreChange then
  begin
    DoChange;
    FListBox.Refresh;
  end;
end;

obones

2009-04-29 11:41

administrator   ~0015444

Could you provide the zipped sources of a sample application showing which problem you are trying to solve?

2009-04-29 12:08

 

CheckedComboBox_Bug.zip (1,367 bytes)

ils

2009-04-29 12:11

reporter   ~0015456

Project uploaded.

You have to mark the first item in checkbox's list. All other items must change their states to unmarked and disabled state. They do it but didn't repainted.
As I see the list have to be repainted as soon as its items' state changed.

obones

2009-07-08 15:21

administrator   ~0015784

Thanks, this is now in SVN.

Issue History

Date Modified Username Field Change
2009-01-29 05:15 ils New Issue
2009-01-29 05:56 obones Note Added: 0015268
2009-01-29 05:56 obones Status new => feedback
2009-01-29 06:17 ils Note Added: 0015269
2009-04-29 11:41 obones Note Added: 0015444
2009-04-29 12:08 ils File Added: CheckedComboBox_Bug.zip
2009-04-29 12:11 ils Note Added: 0015456
2009-07-06 14:08 obones Status feedback => acknowledged
2009-07-08 15:21 obones Note Added: 0015784
2009-07-08 15:21 obones Status acknowledged => resolved
2009-07-08 15:21 obones Fixed in Version => Daily / SVN
2009-07-08 15:21 obones Resolution open => fixed
2009-07-08 15:21 obones Assigned To => obones