Search found 22 matches

by rgsolutions
Sat May 23, 2015 5:27 pm
Forum: ScaleRichView
Topic: New Headers and Footers
Replies: 2
Views: 17249

Got it all working, thanks.
by rgsolutions
Sat May 23, 2015 12:35 am
Forum: ScaleRichView
Topic: New Headers and Footers
Replies: 2
Views: 17249

New Headers and Footers

I am struggling a bit with the new headers and footers and maybe you can point me in the right direction. First issue and to keep it simple. I have two pages. I want to take the header and footer from the first page and put them on the second page. Programmatically, how would I do this? Second issue...
by rgsolutions
Thu May 21, 2015 9:22 pm
Forum: ScaleRichView
Topic: New DrawPage Parameters
Replies: 1
Views: 14615

New DrawPage Parameters

In the latest update, there are two new parameters to the DrawPage function. They are:
bool UseWordPainters, bool ForMetafile

Could you please explain what the options do and the possible implications of using them?

Thank you.
by rgsolutions
Mon Nov 11, 2013 8:47 pm
Forum: ScaleRichView
Topic: TSRVPrint PageFormat Not Recalculating
Replies: 5
Views: 25596

I have discovered what is happening.

My firewall was causing a side affect on the print preview. When I disabled the firewall, the print preview is correct.

Sorry for the confusion.
by rgsolutions
Mon Nov 11, 2013 7:38 pm
Forum: ScaleRichView
Topic: TSRVPrint PageFormat Not Recalculating
Replies: 5
Views: 25596

Yes, that is the desired affect. However, my SRichViewEdit.PageProperty.PageFormat is set to srvfmLetter and I wish to display it in the same format. When I set the SRVPrint control to srvfmLetter, the control size is not changed and the display is formatted to an approximate size of an A4 format (I...
by rgsolutions
Sat Nov 09, 2013 9:14 pm
Forum: ScaleRichView
Topic: TSRVPrint PageFormat Not Recalculating
Replies: 5
Views: 25596

srvpStretchToFit
by rgsolutions
Fri Nov 08, 2013 4:40 pm
Forum: ScaleRichView
Topic: TSRVPrint PageFormat Not Recalculating
Replies: 5
Views: 25596

TSRVPrint PageFormat Not Recalculating

I have a TSRVPrint control in a TSRVPreview control. The print control has a default value of custom, and the default settings approximates an A4 style page. When I set the PageFormat to srvfmLetter (at runtime), the property is changed, but none of other size attributes are changed. The result is t...
by rgsolutions
Fri Jul 08, 2011 12:20 am
Forum: ScaleRichView
Topic: Export ScaleRichView to PDF using Gnostice and Metafile
Replies: 15
Views: 74079

Same Problem

I am having the same problem with the new version of ScaleRichView (4). This processing worked correctly in version 3.
by rgsolutions
Mon Aug 02, 2010 4:01 pm
Forum: ScaleRichView
Topic: Print Preview Margins
Replies: 8
Views: 36377

I have tried what you suggest. I changed PrintMode to srvpStretchToFit. I now get a proportionally correct rectangle for the paper type. However, the rectangle is not sized properly, it is too small. The displayed rectangle is inside the text area of the page. It looks like the margins are 10% large...
by rgsolutions
Thu Jul 22, 2010 7:31 pm
Forum: ScaleRichView
Topic: Print Preview Margins
Replies: 8
Views: 36377

I have updated to the latest software and I now get a rectangle (dotted) displayed for the margins. However, the margins are set for A4 paper and not letter. I am using the TSRVPrint and TSRVPreview components. If I set the PageFormat attribute to srvfmLetter, the change is made. However, when I set...
by rgsolutions
Tue Feb 02, 2010 8:44 pm
Forum: Support
Topic: Splitting a Numbered Paragraph
Replies: 3
Views: 12474

I tried as you suggested and I cannot get it to work. ApplyParaStyle does not work. Here is my code. Maybe you can give me some idea where I am going wrong. This is in a function and I have passed in the item number and offset of where the break is to occur. I have omitted code that I know works (vi...
by rgsolutions
Sun Jan 31, 2010 5:32 pm
Forum: Support
Topic: PageBreaks and Tables
Replies: 1
Views: 9459

PageBreaks and Tables

I am merging two documents and I want them separated by a page break. The second document has a table for the first item. I first tried marking the table item for a page break as follows (pb_index is the index of the table item): SRichViewEdit->RichViewEdit->PageBreaksBeforeItems[pb_index] = true; T...
by rgsolutions
Thu Jan 28, 2010 11:06 pm
Forum: Support
Topic: Splitting a Numbered Paragraph
Replies: 3
Views: 12474

Splitting a Numbered Paragraph

I have completed most of the processing for splitting a numbered paragraph. (I am doing this for a soft page break during an RTF export). I do one page at a time. I copy the RVF text and then delete out the unneeded items (front and back). There are times that I have to split a paragraph (numbered a...
by rgsolutions
Thu Jan 28, 2010 4:01 pm
Forum: Support
Topic: Inserted RTF Text and Beginning Blank Line on Page
Replies: 3
Views: 12764

The second one worked, thanks. I know I looked at the topic but I must have missed the suggestion for some reason. Probably because I looked at so many other things and tried so many other things. As for using tricks, it seems like we have to do a lot of that when dealing with these kind of things. ...
by rgsolutions
Wed Jan 27, 2010 9:53 pm
Forum: Support
Topic: Inserted RTF Text and Beginning Blank Line on Page
Replies: 3
Views: 12764

Inserted RTF Text and Beginning Blank Line on Page

I have multiple documents that I am merging together and then exporting to an RTF file. I have used TRichView to create a header and footer that is being inserted and is displayed correctly in the final output. However, I cannot find a way to get rid of the blank line that is appearing at the top of...