View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004679 | JEDI VCL | 00 JVCL Components | public | 2009-01-29 05:15 | 2009-07-08 15:21 |
Reporter | ils | Assigned To | obones | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.36 | ||||
Target Version | Fixed in Version | 3.38 | |||
Summary | 0004679: ?? ???????????????? ?????? ????????? ? JvCheckedComboBox | ||||
Description | ????? ???????? ItemEnabled[] ? ???????? ??????, ?? ??????????? ?? ??????????. ????????? ???????? ????? Change: procedure TJvCustomCheckedComboBox.Change; begin if not FIgnoreChange then begin DoChange; FListBox.Refresh; end; end; | ||||
Tags | No tags attached. | ||||
|
Please post in ENGLISH, we cannot see your message properly, much less understand it. |
|
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; |
|
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) |
|
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. |
|
Thanks, this is now in SVN. |
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 |