Search found 9406 matches

by Sergey Tkachenko
Thu Jul 19, 2007 11:08 am
Forum: ScaleRichView
Topic: gnostice support
Replies: 1
Views: 14342

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: 43165

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: 8565

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: 43165

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: 11621

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: 11621

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: 17577

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: 13239

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

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: 99529

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: 7966

It's not supported. If you want several tables on the same line, use nested tables.
by Sergey Tkachenko
Fri Jul 13, 2007 6:17 am
Forum: Support
Topic: How do resize a Control inserted in Richview
Replies: 1
Views: 7813

Item (picture or control) can be resized when it is selected. TRichViewEdit selects pictures on single click. But it cannot select controls because controls receive mouse click, not editor. You need to process Control.OnClick (or, better, OnMouseDown, if you want to support drag&drop as well) to...
by Sergey Tkachenko
Thu Jul 12, 2007 6:48 pm
Forum: Support
Topic: Cannot compile richviewXML
Replies: 2
Views: 13239

You need to make some changes in RVXML code.
All references to TMemoryStream must be changed to TRVMemoryStream. RVClasses must be added in "uses" of RVXML units that use TRVMemoryStream.

Updated version of RVXML will be uploaded soon.
by Sergey Tkachenko
Thu Jul 12, 2007 6:46 pm
Forum: Support
Topic: WordWrap and Background Images when saving/loading rtf
Replies: 2
Views: 10580

RTF does not support no-wrap paragraphs and table/cell backgrounds.
MS Word does not have these features - that means they are not included in RTF.