View Issue Details

IDProjectCategoryView StatusLast Update
0006019JEDI VCL00 JVCL Componentspublic2013-12-13 11:41
ReportermooreAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006019: TJvRichEdit ignores VCL Styles
DescriptionTJvRichEdit ignores VCL Styles when they are used.

For the moment i use on form load as a patch somthing like :

richedit.Color := StyleServices.GetStyleColor(scEdit);
TagsNo tags attached.

Activities

obones

2013-01-15 15:49

administrator   ~0020368

Does TRichEdit respects them?
If yes, could it be a matter of simply registering the style hook?

moore

2013-01-18 17:56

reporter   ~0020405

TRichEdit respects them perfectly.
The workaround i do is the following, and it is acceptable for me :

  redLog.Color := StyleServices.GetStyleColor(scEdit);
  redLog.DefAttributes.Color := StyleServices.GetStyleFontColor(sfEditBoxTextNormal);

Issue History

Date Modified Username Field Change
2012-10-24 19:08 moore New Issue
2013-01-15 15:49 obones Note Added: 0020368
2013-01-15 15:49 obones Status new => feedback
2013-01-18 17:56 moore Note Added: 0020405
2013-12-13 11:41 obones Status feedback => resolved
2013-12-13 11:41 obones Resolution open => no change required
2013-12-13 11:41 obones Assigned To => obones