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
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
And when it is changed all font colors must be changed to suit.
Also most would not want to waste the ink.
regards
I found some solution but not good.