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: 26967
- Sat Jan 30, 2010 7:55 pm
- Forum: Support
- Topic: DB ScalerichviewEdit: problems to export PDF in new version
- Replies: 7
- Views: 26967
- Thu Dec 03, 2009 1:15 pm
- Forum: ScaleRichView
- Topic: Help for automatically insert a text to the footer
- Replies: 1
- Views: 16355
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: 24084
- Sat May 09, 2009 7:49 pm
- Forum: ScaleRichView
- Topic: rtf-document with footer
- Replies: 3
- Views: 24084
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: 29304
- Mon Feb 09, 2009 12:29 pm
- Forum: ScaleRichView
- Topic: PrintPages - Copies
- Replies: 5
- Views: 29304
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: 29304
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: 16040
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 ...
- Tue Nov 25, 2008 6:22 pm
- Forum: ScaleRichView
- Topic: How show the header and footer ?
- Replies: 12
- Views: 53863
- Mon Nov 24, 2008 7:58 pm
- Forum: ScaleRichView
- Topic: How show the header and footer ?
- Replies: 12
- Views: 53863
- Sun Nov 23, 2008 5:38 pm
- Forum: ScaleRichView
- Topic: How show the header and footer ?
- Replies: 12
- Views: 53863
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 be perfect ...
- Sat Nov 08, 2008 10:27 am
- Forum: ScaleRichView
- Topic: How show the header and footer ?
- Replies: 12
- Views: 53863
- Thu Aug 21, 2008 7:19 am
- Forum: ScaleRichView
- Topic: How show the header and footer ?
- Replies: 12
- Views: 53863
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 the trial ...
- Fri Aug 08, 2008 3:49 pm
- Forum: ScaleRichView
- Topic: contents are destroyed (SPrintPreview)
- Replies: 1
- Views: 14998
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 ...