View Issue Details

IDProjectCategoryView StatusLast Update
0003940JEDI VCL00 JVCL Componentspublic2006-10-06 01:09
Reporterivan_raAssigned Toobones 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.30 
Summary0003940: JvXPMenuItemPainter1 does not store SelectionFrame Brush and Pen
Description1) 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 Informationworkaround
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
TagsNo tags attached.

Activities

obones

2006-10-06 01:09

administrator   ~0010294

This is now fixed in SVN.

Issue History

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