Page 1 of 1

strange shadow cursor created in inset picture in the header

Posted: Sat Jul 13, 2013 3:11 pm
by RobertoVG
I found an inconsistency visual from an image that is inserted in the first line in the header or footer and with image alignment in rvvaleft, and then edited some small text to the right and then everything is saved correctly.

Occurs when this file is loaded, the shadow appears in the first position of the cursor editing, featuring a small vertical line and if this file is exported to a pdf this distortion is also exported.

layout: "bmp I text" (image shadow cursor text)

Sergey, I do not know what you could do to fix it because it only occurs if the alignment is rvvaleft, otherwise it is not because I believe it has to do with the first editing position.

To solve this using a rudimentary form, I put these lines shortly after file load:

ActiveEditor.RVHeader.SelectAll;
ActiveEditor.RVHeader.Deselect;
ActiveEditor.RVFooter.SelectAll;
ActiveEditor.RVFooter.Deselect;

what is your consideration?

Posted: Tue Jul 30, 2013 3:24 pm
by Sergey Tkachenko
Make sure that you use the latest version of TRichView and ScaleRichView.

Please send me a sample document and a screenshot.

Posted: Tue Aug 13, 2013 11:09 am
by RobertoVG
mailed to you today