Hi pawnflakes,
here is the re-post:
Hi,
in TRichView 12.0.3 has been as follows changed:
see info http://www.trichview.com/forums/viewtopic.php?t=3532
TRichView 12.0.3
..
new: global variable ScaleRichViewTextDrawAlwaysUseGlyphs: Boolean = True in RVStyle.pas. If affects text drawing in ...
Search found 39 matches
- Sun Jan 31, 2010 10:12 am
- Forum: Support
- Topic: DB ScalerichviewEdit: problems to export PDF in new version
- Replies: 7
- Views: 30219
- Sat Jan 30, 2010 7:55 pm
- Forum: Support
- Topic: DB ScalerichviewEdit: problems to export PDF in new version
- Replies: 7
- Views: 30219
- Thu Dec 03, 2009 1:15 pm
- Forum: ScaleRichView
- Topic: Help for automatically insert a text to the footer
- Replies: 1
- Views: 20688
Help for automatically insert a text to the footer
Hi,
how do I automatically by my program insert a text to the footer?
With
the footer remains empty.
What am I doing wrong?
I use the trialversion SRV Version 3.
Best regards
how do I automatically by my program insert a text to the footer?
With
Code: Select all
...
SRichViewEdit.RVFooter.InsertTextW ( 'Hello, this is my automatic text to the footer');
...
What am I doing wrong?
I use the trialversion SRV Version 3.
Best regards
- Mon May 11, 2009 6:10 pm
- Forum: ScaleRichView
- Topic: rtf-document with footer
- Replies: 3
- Views: 30834
- Sat May 09, 2009 7:49 pm
- Forum: ScaleRichView
- Topic: rtf-document with footer
- Replies: 3
- Views: 30834
rtf-document with footer
Hi,
i want load a rtf-document with footer in the ScaleRichView.
Is it possible the footer of this rtf-document also in the ScaleRichView as a footer to display?
If so, have you a little source-example?
I use the Trialversion of ScaleRichView.
Many thanks!
i want load a rtf-document with footer in the ScaleRichView.
Is it possible the footer of this rtf-document also in the ScaleRichView as a footer to display?
If so, have you a little source-example?
I use the Trialversion of ScaleRichView.
Many thanks!
- Mon Feb 09, 2009 4:49 pm
- Forum: ScaleRichView
- Topic: PrintPages - Copies
- Replies: 5
- Views: 39073
- Mon Feb 09, 2009 12:29 pm
- Forum: ScaleRichView
- Topic: PrintPages - Copies
- Replies: 5
- Views: 39073
Yes, i use Trial - version for SRV.
At the moment I help myself with that:

At the moment I help myself with that:
Code: Select all
...
for x:=1 to PrintDialog.Copies do
SRVPrint.PrintPages(PrintDialog.FromPage,PrintDialog.ToPage,'Test',PrintDialog.Copies,PrintDialog.Collate);
...

- Sun Feb 08, 2009 11:28 am
- Forum: ScaleRichView
- Topic: PrintPages - Copies
- Replies: 5
- Views: 39073
PrintPages - Copies
Hi,
in following routine is the copie of print, to example = 3 (PrintDialog.Copies).
But it is only one page instead of three printed pages.
How can I fix it?
Best Regards
in following routine is the copie of print, to example = 3 (PrintDialog.Copies).
Code: Select all
...
SRVPrint.PrintPages(PrintDialog.FromPage,PrintDialog.ToPage,'Test',PrintDialog.Copies,PrintDialog.Collate);
...
How can I fix it?
Best Regards
- Sat Dec 06, 2008 3:26 pm
- Forum: ScaleRichView
- Topic: Demo "MakePDF"
- Replies: 1
- Views: 21493
Demo "MakePDF"
Hi,
i use "ScaleRichView" - Trial (latest version) and "llPDFLib" - Trial.
I have a question to demo "MakePDF".
In the demo "MakePDF", when the PDF file created, are not displayed the page number (if the page number is down = not display, but if the page number is up = display) in the PDF file.
Is ...
i use "ScaleRichView" - Trial (latest version) and "llPDFLib" - Trial.
I have a question to demo "MakePDF".
In the demo "MakePDF", when the PDF file created, are not displayed the page number (if the page number is down = not display, but if the page number is up = display) in the PDF file.
Is ...
- Tue Nov 25, 2008 6:22 pm
- Forum: ScaleRichView
- Topic: How show the header and footer ?
- Replies: 12
- Views: 68564
- Mon Nov 24, 2008 7:58 pm
- Forum: ScaleRichView
- Topic: How show the header and footer ?
- Replies: 12
- Views: 68564
- Sun Nov 23, 2008 5:38 pm
- Forum: ScaleRichView
- Topic: How show the header and footer ?
- Replies: 12
- Views: 68564
- Sat Nov 08, 2008 10:27 am
- Forum: ScaleRichView
- Topic: How show the header and footer ?
- Replies: 12
- Views: 68564
- Thu Aug 21, 2008 7:19 am
- Forum: ScaleRichView
- Topic: How show the header and footer ?
- Replies: 12
- Views: 68564
- Fri Aug 08, 2008 3:49 pm
- Forum: ScaleRichView
- Topic: contents are destroyed (SPrintPreview)
- Replies: 1
- Views: 17237
contents are destroyed (SPrintPreview)
Hello,
I have the trial version of ScaleRichView tested.
The following is me in the demo "Printing" (under "3-ScaleRichView\Demos\RVDemos\Assorted\Printing\Printing") noticed.
When I in the "SRVPreview"-modus move the scrollbars (horizontally and/or vertically), then are the contents destroyed (see ...
I have the trial version of ScaleRichView tested.
The following is me in the demo "Printing" (under "3-ScaleRichView\Demos\RVDemos\Assorted\Printing\Printing") noticed.
When I in the "SRVPreview"-modus move the scrollbars (horizontally and/or vertically), then are the contents destroyed (see ...