Search found 9401 matches

by Sergey Tkachenko
Mon Jul 16, 2007 12:53 pm
Forum: Support
Topic: ansicpg
Replies: 3
Views: 11620

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

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

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

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

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

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

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

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.
by Sergey Tkachenko
Wed Jul 11, 2007 5:09 am
Forum: Support
Topic: Hiding Cursor for 0 size Table Lines in TRichViewEdit
Replies: 2
Views: 10462

Exclude rvtoRowSizing, rvtoColSizing from table.Options PS: the reason why the cursor changes shape even in read-only documents is a support of TDBRichViewEdit. While the dataset is in browsing mode, TDBRichViewEdit is in read-only state. But after any changes in document (including table resizing) ...
by Sergey Tkachenko
Tue Jul 10, 2007 2:31 pm
Forum: Support
Topic: Mix CSS with normal HTML
Replies: 1
Views: 8398

Sorry, there is no such option, and it's not planned.
The only possibility is using CSS for non-text items, include rvsoForceNonTextCSS in the Options parameter of SaveHTML.
by Sergey Tkachenko
Tue Jul 10, 2007 2:27 pm
Forum: Support
Topic: Wordwrap -> Different ways to wrap ??
Replies: 11
Views: 23490

Updated version with the new option RichViewWrapAnywhere is uploaded.
by Sergey Tkachenko
Tue Jul 10, 2007 2:26 pm
Forum: Support
Topic: Error when using InsertRTFFromStreamEd
Replies: 5
Views: 13394

Uploaded
by Sergey Tkachenko
Tue Jul 10, 2007 2:25 pm
Forum: Support
Topic: Problem with RTF external file link
Replies: 4
Views: 12706

Uploaded