strange shadow cursor created in inset picture in the header

General TRichView support forum. Please post your questions here
Post Reply
RobertoVG
Posts: 40
Joined: Fri Mar 15, 2013 8:35 pm

strange shadow cursor created in inset picture in the header

Post 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?
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Make sure that you use the latest version of TRichView and ScaleRichView.

Please send me a sample document and a screenshot.
RobertoVG
Posts: 40
Joined: Fri Mar 15, 2013 8:35 pm

Post by RobertoVG »

mailed to you today
Post Reply