Search found 22 matches

by rgsolutions
Sun Dec 13, 2009 6:03 pm
Forum: ScaleRichView
Topic: Print Preview Margins
Replies: 8
Views: 36768

Sorry for the delay, got busy elsewhere. I think there is some confusion. I am trying to use the existing TSRVPreview control to display a page and show the margin positions (lines) on the page. I have set the style on the control to show margin lines in the drawing (psDot of Style in MarginsPen). T...
by rgsolutions
Sun Dec 06, 2009 6:19 pm
Forum: ScaleRichView
Topic: Print Preview Margins
Replies: 8
Views: 36768

Print Preview Margins

I am using the TSRVPreview (version 3). I cannot get the margins to display. I have tried setting the MarginsPen.Style to psDot at design time and at run time, and neither of the settings work.

Are there other settings that need to be set when moving from TRVPrintPreview to TSRVPreview?

Thanks,
by rgsolutions
Thu Dec 03, 2009 6:12 pm
Forum: ScaleRichView
Topic: ScaleRichView vs. RichViewEdit
Replies: 3
Views: 19593

Test Case

Test Case has been sent. Let me know if you do not get it.

Thanks,
by rgsolutions
Wed Dec 02, 2009 8:58 pm
Forum: ScaleRichView
Topic: ScaleRichView vs. RichViewEdit
Replies: 3
Views: 19593

ScaleRichView vs. RichViewEdit

Note: I am using ScaleRichView 3.0. I want to take the contents of a ScaleRichView page and put it into RichViewEdit document. Once done, I want to display the final RichViewEdit document in the RichViewEdit part of the ScaleRichView control. What I am basically doing is taking several sub-documents...
by rgsolutions
Fri Nov 27, 2009 4:02 pm
Forum: ScaleRichView
Topic: Landscape and Portrait Pages
Replies: 1
Views: 13925

Landscape and Portrait Pages

Is it possible to have portrait and landscape pages in the same document? If so, how would I go about doing it? If not, it this planned?

Thanks,
by rgsolutions
Tue Jun 09, 2009 5:50 pm
Forum: Support
Topic: Emitting backslashes in C++
Replies: 3
Views: 11720

I got it to work thanks. It does not appear that I can unconditionally add the RTF codes to the text when building the text. The desire would be to have one set of RichView text that can be both displayed and exported. In the display mode, the RTF codes would have to suppressed, but when exporting t...
by rgsolutions
Mon Jun 08, 2009 11:44 pm
Forum: Support
Topic: Emitting backslashes in C++
Replies: 3
Views: 11720

Emitting backslashes in C++

I am trying to output an RTF file with mixed page orientations. I have been following your example and have run into a problem that I cannot solve. I use the following statement: rv->AddNL ("\\pgwsxn12240\\pghsxn15840", 1, 0); What I see in RichViewEdit is "\pgwsxn12240\pghsxn15840&qu...