Search found 22 matches
- Sat May 23, 2015 5:27 pm
- Forum: ScaleRichView
- Topic: New Headers and Footers
- Replies: 2
- Views: 20781
- Sat May 23, 2015 12:35 am
- Forum: ScaleRichView
- Topic: New Headers and Footers
- Replies: 2
- Views: 20781
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 ...
- Thu May 21, 2015 9:22 pm
- Forum: ScaleRichView
- Topic: New DrawPage Parameters
- Replies: 1
- Views: 17621
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.
bool UseWordPainters, bool ForMetafile
Could you please explain what the options do and the possible implications of using them?
Thank you.
- Mon Nov 11, 2013 8:47 pm
- Forum: ScaleRichView
- Topic: TSRVPrint PageFormat Not Recalculating
- Replies: 5
- Views: 29935
- Mon Nov 11, 2013 7:38 pm
- Forum: ScaleRichView
- Topic: TSRVPrint PageFormat Not Recalculating
- Replies: 5
- Views: 29935
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 ...
- Sat Nov 09, 2013 9:14 pm
- Forum: ScaleRichView
- Topic: TSRVPrint PageFormat Not Recalculating
- Replies: 5
- Views: 29935
- Fri Nov 08, 2013 4:40 pm
- Forum: ScaleRichView
- Topic: TSRVPrint PageFormat Not Recalculating
- Replies: 5
- Views: 29935
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 ...
- Fri Jul 08, 2011 12:20 am
- Forum: ScaleRichView
- Topic: Export ScaleRichView to PDF using Gnostice and Metafile
- Replies: 15
- Views: 86740
Same Problem
I am having the same problem with the new version of ScaleRichView (4). This processing worked correctly in version 3.
- Mon Aug 02, 2010 4:01 pm
- Forum: ScaleRichView
- Topic: Print Preview Margins
- Replies: 8
- Views: 43001
- Thu Jul 22, 2010 7:31 pm
- Forum: ScaleRichView
- Topic: Print Preview Margins
- Replies: 8
- Views: 43001
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 ...
- Tue Feb 02, 2010 8:44 pm
- Forum: Support
- Topic: Splitting a Numbered Paragraph
- Replies: 3
- Views: 14249
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 ...
- Sun Jan 31, 2010 5:32 pm
- Forum: Support
- Topic: PageBreaks and Tables
- Replies: 1
- Views: 10337
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 ...
- Thu Jan 28, 2010 11:06 pm
- Forum: Support
- Topic: Splitting a Numbered Paragraph
- Replies: 3
- Views: 14249
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 ...
- Thu Jan 28, 2010 4:01 pm
- Forum: Support
- Topic: Inserted RTF Text and Beginning Blank Line on Page
- Replies: 3
- Views: 14646
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 ...
- Wed Jan 27, 2010 9:53 pm
- Forum: Support
- Topic: Inserted RTF Text and Beginning Blank Line on Page
- Replies: 3
- Views: 14646
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 ...