Search found 9409 matches

by Sergey Tkachenko
Sat Jul 21, 2007 11:16 am
Forum: ScaleRichView
Topic: GPF in TSRichViewEdit - checkTable
Replies: 5
Views: 23793

Can you create a simple project reproducing this bug?
by Sergey Tkachenko
Thu Jul 19, 2007 7:20 pm
Forum: Examples, Demos
Topic: [How to] How to switch Insert/Overtype mode
Replies: 1
Views: 39920

Demo: http://www.trichview.com/support/files/ins.zip

Includes this code + switching modes when user pressed the Insert key.
by Sergey Tkachenko
Thu Jul 19, 2007 6:53 pm
Forum: ScaleRichView
Topic: Matching margins/pages to a pdf
Replies: 12
Views: 43179

This method is added in ScaleRichView v1.2.6.
Please download the new version.
by Sergey Tkachenko
Thu Jul 19, 2007 11:08 am
Forum: ScaleRichView
Topic: gnostice support
Replies: 1
Views: 14351

I have sent the request to Gnostice.
by Sergey Tkachenko
Thu Jul 19, 2007 10:21 am
Forum: ScaleRichView
Topic: Matching margins/pages to a pdf
Replies: 12
Views: 43179

This demo creates PDF files in WYSIWYG mode using LLPDFLib ( http://www.llion.net ):
<URL IS REMOVED> (source code only)

Update: this demo is included in the main set of demos for ScaleRichView
by Sergey Tkachenko
Wed Jul 18, 2007 6:52 am
Forum: Support
Topic: Memory leak
Replies: 2
Views: 8570

You call AddPictureEx(... picarray .Picture.Graphic, ...) TRichView will delete picarray .Picture.Graphic, but picarray will not be deleted. Is it necessary to create array of TImages? For example, you can use grarray: array of TGraphic instead of picarray. So the code will be var pic: TPicture; pic...
by Sergey Tkachenko
Tue Jul 17, 2007 8:14 am
Forum: ScaleRichView
Topic: Matching margins/pages to a pdf
Replies: 12
Views: 43179

Any PDF lib (working with TRichView) can be used, but they must be used differently. The existing demos use TRVReportHelper to create page image for PDF. But for WYSIWYG you need to use ScaleRichView's methods.
We will create a demo soon.
by Sergey Tkachenko
Mon Jul 16, 2007 2:05 pm
Forum: Support
Topic: ansicpg
Replies: 3
Views: 11625

Yes, TRVStyle.DefCodePage value is used for saving \ansicpg.This problem will be solved if you assign non-zero value to it. As for me, I think that if code page of document is not defined, the best solution is not saving meta charset in HTML files. I think that making guesses about the document's ch...
by Sergey Tkachenko
Mon Jul 16, 2007 12:53 pm
Forum: Support
Topic: ansicpg
Replies: 3
Views: 11625

Ok, \fcharset1 will not be written (\fcharset will be omitted if Charset=DEFAULT_CHARSET).

Does \ansicpg0 cause problems with some RTF readers?
by Sergey Tkachenko
Mon Jul 16, 2007 5:39 am
Forum: Support
Topic: BlockQuote support
Replies: 7
Views: 17582

Table is invisible if it has transparent background and zero-width borders (in editor, you may want to turn off grid lines).
You can add some content to the first row of this table, for example "Quote:", and use it to distinguish this table from other tables.
by Sergey Tkachenko
Sat Jul 14, 2007 8:16 pm
Forum: Support
Topic: Cannot compile richviewXML
Replies: 2
Views: 13248

Uploaded
by Sergey Tkachenko
Sat Jul 14, 2007 8:07 pm
Forum: Support
Topic: using TRV in other environments ?
Replies: 4
Views: 17507

You can place TRichViewEdit and TRVStyle on ActiveForm and create ActiveX.
But TRichView license does not allow distributing ActiveX or DLLs without our written permission. We must be sure that they will not be used (directly or indirectly) as libraries competitive to TRichView.
by Sergey Tkachenko
Sat Jul 14, 2007 7:49 pm
Forum: ScaleRichView
Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
Replies: 19
Views: 99686

Update 2007-Jul-14: ScaleRichView v1.2.6

fix: multiple fixes.
new: TSRVPrint and TSRVPreview components. These components are for printing posters (for example, A3 page on A4 printer)
new: 4 new demos.

Help files were not updated completely yet. It will be fixed in the next update.
by Sergey Tkachenko
Fri Jul 13, 2007 6:19 am
Forum: Support
Topic: How we set a table in a Richview non align
Replies: 1
Views: 7971

It's not supported. If you want several tables on the same line, use nested tables.