RxRichEdit and FillColor

Hi,

I have question - why TfrRxRichEdit is not working with FillColor.

There is one method: ShowRich();
Before rendering Rich data, for RichEdit I see:
==
if FillColor = clNone then
re.Color := clWhite else
re.Color := FillColor;
==

for RxRichEdit this part is missing.

I try to add and test. But even if I add this part, I see RxRichEdit is working correctly only when I preview report. When I print report the color (or fillcolor, or backcolor but for whole richedit control, not only for the text) is wrong or missing (white)

Any help, please?
Thanks

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 3:28AM
    It may not be a published property in the rxlib itself.
    And when it is changed all font colors must be changed to suit.
    Also most would not want to waste the ink.
    regards ;)
  • edited 3:28AM
    yes, except when project design is like this and when client want to print it with specific background color ;) .

    I found some solution but not good.

Leave a Comment