Richtext object higher than free space
Hi,
we are using FR 4.15.6 and a TfrxRichView.
The content is loaded through OnBeforePrint of TfrxReport like
TfrxRichView(aComp).RichEdit.Lines.LoadFromFile( filepath );
The problem begins when such a RTF contains large objects like bitmaps or even tables which doesn't fit
on an empty page. The print engine generates new pages continuously without success.
I just tested it in your Richtext demo.
With the attached fr3 you can reproduce this behaviour.
The content is a simple bitmap higher than freeaspace.
we are using FR 4.15.6 and a TfrxRichView.
The content is loaded through OnBeforePrint of TfrxReport like
TfrxRichView(aComp).RichEdit.Lines.LoadFromFile( filepath );
The problem begins when such a RTF contains large objects like bitmaps or even tables which doesn't fit
on an empty page. The print engine generates new pages continuously without success.
I just tested it in your Richtext demo.
With the attached fr3 you can reproduce this behaviour.
The content is a simple bitmap higher than freeaspace.