Search found 39 matches

by Crowbar
Sun Jan 31, 2010 10:12 am
Forum: Support
Topic: DB ScalerichviewEdit: problems to export PDF in new version
Replies: 7
Views: 23625

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 ScaleRichVie...
by Crowbar
Thu Dec 03, 2009 1:15 pm
Forum: ScaleRichView
Topic: Help for automatically insert a text to the footer
Replies: 1
Views: 14629

Help for automatically insert a text to the footer

Hi,

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');
...
the footer remains empty.
What am I doing wrong?

I use the trialversion SRV Version 3.

Best regards
by Crowbar
Mon May 11, 2009 6:10 pm
Forum: ScaleRichView
Topic: rtf-document with footer
Replies: 3
Views: 21252

Look an example: Demos\Basic Demos\Header and Footer\ This demo is ok and works fine, but i can't load a rtf-document with footer in this demo. I would like to carry out the following: I create an RTF-document for example in MS Word. In addition, this RTF-document has a footer. I save this RTF-docu...
by Crowbar
Sat May 09, 2009 7:49 pm
Forum: ScaleRichView
Topic: rtf-document with footer
Replies: 3
Views: 21252

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!
by Crowbar
Mon Feb 09, 2009 4:49 pm
Forum: ScaleRichView
Topic: PrintPages - Copies
Replies: 5
Views: 25190

proxy3d wrote:In a trial of version SRV prints only the first page. In the full version of such restriction is not present.
Does this also apply to the copies?
I would like to example of the first page three copies print out (PrintDialog.Copies).
by Crowbar
Mon Feb 09, 2009 12:29 pm
Forum: ScaleRichView
Topic: PrintPages - Copies
Replies: 5
Views: 25190

Yes, i use Trial - version for SRV.

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); 
...
:wink:
by Crowbar
Sun Feb 08, 2009 11:28 am
Forum: ScaleRichView
Topic: PrintPages - Copies
Replies: 5
Views: 25190

PrintPages - Copies

Hi,

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);
...
But it is only one page instead of three printed pages.

How can I fix it?

Best Regards
by Crowbar
Sat Dec 06, 2008 3:26 pm
Forum: ScaleRichView
Topic: Demo "MakePDF"
Replies: 1
Views: 14251

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 numbe...
by Crowbar
Tue Nov 25, 2008 6:22 pm
Forum: ScaleRichView
Topic: How show the header and footer ?
Replies: 12
Views: 46871

Hi, i forgot, the "Canvas.Pen.Style" to define. :oops: So, this works fine (draws a horizontal line in the footer): ... Canvas.Pen.Color:=clBlack; Canvas.Pen.Width:=1; Canvas.Pen.Style:=psSolid; //<- ;) Canvas.MoveTo(PR.Left +srve.LeftMargin100Pix ,PR.Bottom - H); Canvas.LineTo(PR.Right-sr...
by Crowbar
Mon Nov 24, 2008 7:58 pm
Forum: ScaleRichView
Topic: How show the header and footer ?
Replies: 12
Views: 46871

Hi, thank you for the information with "DrawText...", it works fine. :) Why will with the function "Canvas.LineTo..." no horizontal line appear? I want to achieve the following example, a footer with a horizontal line: http://www.buch-fototreff.de/bilder/PrintPreview_1.9.24.gif B...
by Crowbar
Sun Nov 23, 2008 5:38 pm
Forum: ScaleRichView
Topic: How show the header and footer ?
Replies: 12
Views: 46871

Hi, i have installed the trial-version of ScaleRichView and tested it. The Demo "Header and Footer" is very good, but I have a question about. Is it possible to extend this demo? To Example with: - multiline Footertext with the possibility of left-, right- and center alignment That would b...
by Crowbar
Sat Nov 08, 2008 10:27 am
Forum: ScaleRichView
Topic: How show the header and footer ?
Replies: 12
Views: 46871

Hi,
proxy3d wrote:In following updating there will be an example how to draw the header and footer. ...
It is already planned, when the next update with an example how to draw the header and footer will be available?

Best regards,
Crowbar
by Crowbar
Thu Aug 21, 2008 7:19 am
Forum: ScaleRichView
Topic: How show the header and footer ?
Replies: 12
Views: 46871

Support of header and footer is planned for June. .. Hi, is the Support of header and footer realized in the new version of ScaleRichView? Is it possible over an other "way" to realized Header and Footer (e.g. in the OnDraw routine)? If so, can you give me an example code? I test to time ...
by Crowbar
Fri Aug 08, 2008 3:49 pm
Forum: ScaleRichView
Topic: contents are destroyed (SPrintPreview)
Replies: 1
Views: 14014

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 ar...