RxRichEdit and FillColor

edited 12:04PM in FastReport 2.xx VCL
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 12:04PM
    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 12:04PM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.