View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003940 | JEDI VCL | 00 JVCL Components | public | 2006-10-03 09:41 | 2006-10-06 01:09 |
Reporter | ivan_ra | Assigned To | obones | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.30 | |||
Summary | 0003940: JvXPMenuItemPainter1 does not store SelectionFrame Brush and Pen | ||||
Description | 1) Create new form 2) put on the form TJvXPMenuItemPainter 3) set SelectionFrameBrush.Color = Yellow 4) Save and close form 5) Open form - oops - SelectionFrameBrush.Color is default reproduced id D5 | ||||
Additional Information | workaround TWriter can store only RW properties (look at TWriter.WriteProperty code). But TJvXPMenuItemPainter.SelectionFrameBrush and TJvXPMenuItemPainter.SelectionFramePen are readonly - so they can't be stored in DFM resource. So, we must to declare write access to this properties or write special published properties to access Brush and Pen published prop's | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-10-03 09:41 | ivan_ra | New Issue | |
2006-10-03 10:58 | obones | Status | new => assigned |
2006-10-03 10:58 | obones | Assigned To | => obones |
2006-10-06 01:09 | obones | Status | assigned => resolved |
2006-10-06 01:09 | obones | Fixed in Version | => Daily / SVN |
2006-10-06 01:09 | obones | Resolution | open => fixed |
2006-10-06 01:09 | obones | Note Added: 0010294 |