Search found 40 matches

by RobertoVG
Wed Jul 10, 2013 5:10 pm
Forum: Support
Topic: SRichViewEdit paste image (not bitmap)
Replies: 7
Views: 20665

Complementing the previous content, I believe that making the following adjustments prove that this is not a bug: In the project TRichView\ScaleRichView\Demos\ActionTest if you disable with comment below in oncreateform... // measuring units // RVA_ConvertToTwips(srvActionsResource); // RVAControlPa...
by RobertoVG
Wed Jul 10, 2013 4:36 pm
Forum: Support
Topic: SRichViewEdit paste image (not bitmap)
Replies: 7
Views: 20665

image metafile in past

if you just remove the named code , the menu (action) option format-> object properties will not contain parameters like width and height of the image metafile. I think that you must check the propertie SetExtraIntProperty and verity what had happened with the relation between richviewactions. I exp...
by RobertoVG
Wed Jul 10, 2013 2:23 pm
Forum: Support
Topic: SRichViewEdit paste image (not bitmap)
Replies: 7
Views: 20665

image reduction

I discovered (as the code below) that comment the lines below the image becomes glued normally without suffering the reduction caused (incorrectly?) By methods SetExtraIntProperty Unit RVEdit ... ...function TCustomRichViewEdit.PasteMetafile ... w := wmf.Width; h := wmf.Height; ... ...InsertPicture(...
by RobertoVG
Wed Jul 10, 2013 11:48 am
Forum: Support
Topic: SRichViewEdit paste image (not bitmap)
Replies: 7
Views: 20665

image small size in paste

Load microsoft word, insert an object forms and get a arrow. Then paste it into the editor richview-action test I mentioned. If you type any text after the image is reduced substantially. Menu (action special collar) certifies that this is the type metafile. I tested with other pictures of other edi...
by RobertoVG
Tue Jul 09, 2013 10:10 pm
Forum: Support
Topic: SRichViewEdit paste image (not bitmap)
Replies: 7
Views: 20665

SRichViewEdit paste image (not bitmap)

When I paste the image (not bitmap) in SRichViewEdit1 (5.1) it decreases considerably in size (in the example richview action text)

I've tried changing compile using pngimage correctly, but also did not work.

any idea about this occurrence?[/img]
by RobertoVG
Tue Jun 25, 2013 6:01 pm
Forum: Support
Topic: export easy using synpdf (synopse) (free)
Replies: 3
Views: 22722

export easy using synpdf (synopse) (free)

For those who are tired of trying to solve bugs with eDocEngine to export to pdf like me, here below is a solution using the synopsis that appears to be simple and only with time we will have the solution (final - I hope). _without having to worry about header and footer _the first tests this unit i...
by RobertoVG
Mon Jun 24, 2013 8:51 pm
Forum: Support
Topic: header/footer not display pdf - edocengine - rvreportrelper
Replies: 0
Views: 14000

header/footer not display pdf - edocengine - rvreportrelper

I am trying to export to PDF but only the body of the text appears, but without the header and footer. What is wrong? procedure TFormEditor.btPdfClick(Sender: TObject); var Stream: TMemoryStream; begin Stream := TMemoryStream.Create; ActiveEditor.RichViewEdit.SaveRVFToStream(Stream,false); Stream.Po...
by RobertoVG
Thu Mar 21, 2013 1:43 pm
Forum: Support
Topic: How I create borders to pages preview or printed?
Replies: 3
Views: 12793

border pages

Please disregard the previous message.Sorry. I had understood incorrect event (onPaint). Now I understand that the correct event is onPaintPage as follows and this word. . . . . procedure TFormEditor.SRichViewEdit1PaintPage(Sender: TObject; PageNo: Integer; PageRect, R: TRect; Canvas: TCanvas; Prepa...
by RobertoVG
Thu Mar 21, 2013 12:27 pm
Forum: Support
Topic: How I create borders to pages preview or printed?
Replies: 3
Views: 12793

border on preview pages to print

In EditMode on event onPaint i draw retangle (border) ok. In preview mode, the onPaint is executed once But when i alter to preview, (srvvmPreviewMode) using srvActionsResource.srvActionPreview1 the event onPaint (SRichViewEdit) is executed but the retangle that drawing in editMode disappears! Why ?...
by RobertoVG
Wed Mar 20, 2013 11:19 am
Forum: Support
Topic: How I create borders to pages preview or printed?
Replies: 3
Views: 12793

How I create borders to pages preview or printed?

How I create borders pages? (I not found an example or property ready for use) if i use the properties: SRichViewEdit,ViewProperty.MarginsRectVisible SRichViewEdit,ViewProperty.MarginsPen in edit mode, when is set to preview or print the border disappear. (in other applications in the form of set us...