Search found 9415 matches

by Sergey Tkachenko
Thu Sep 01, 2005 12:14 pm
Forum: Support
Topic: I have a problem whit Tables
Replies: 4
Views: 20683

Yes, this is a limitation of the current version of TRichView.
I plan to fix it in very near future
by Sergey Tkachenko
Wed Aug 31, 2005 7:36 pm
Forum: Support
Topic: Export Header/Footer to RTF
Replies: 24
Views: 70292

Unfortunately, it's not so trivial.

OnSaveRTFExtra can be used to save plain text headers, or headers with some simple formatting.

Saving arbitrary TRichView document as RTF header is not possible in the current version.
by Sergey Tkachenko
Wed Aug 31, 2005 7:31 pm
Forum: Support
Topic: Question concerning ChartItem & loadRTF
Replies: 1
Views: 14920

It's included in the main set of demos, for example in http://www.trichview.com/rvfiles/rvhelp.zip The directrory inside this zip is Demos\Addins\ChartItem\ It does not provide RTF saving of charts, but I can modify it to save them as pictures, it's very easy. But they will not be loaded as TCharts ...
by Sergey Tkachenko
Wed Aug 31, 2005 7:22 pm
Forum: Support
Topic: Problem with SaveHtml and SaveHtmlToStream functions in RV
Replies: 3
Views: 20341

HTML does not support complex numbering.

It's only possible to export it as a text (and MS Word does it).
TRichView can do it too: include rvsoMarkersAsText in Options of SaveHTML/SaveHTMLEx
by Sergey Tkachenko
Wed Aug 31, 2005 6:03 am
Forum: Support
Topic: No background at print, please!
Replies: 1
Views: 15630

RVPrint.TransparentBackground affects only the background color.
To remove the bitmap, call
RVPrint.rv.BackgroundBitmap := nil
after calling AssignSource.
by Sergey Tkachenko
Tue Aug 30, 2005 8:25 pm
Forum: Support
Topic: incorrect adding to undo list (continued)
Replies: 5
Views: 26303

If this problem can be reproduced, I think the simplest way to find the bug is logging a sequence of undo operations - when they were added, grouped, executed. I'll add this log feature in the next update (I'll try to upload it tomorrow)
by Sergey Tkachenko
Tue Aug 30, 2005 3:34 pm
Forum: Support
Topic: Relative hyperlinks
Replies: 9
Views: 43192

Well, really, on RTF import, TRichView adds the file path to relative links. In the next update for registered users (I hope to upload it today) I'll add a new property TRichView.RTFReadProperties.BasePathLinks: Boolean. It will work like the corresponding option of RVHtmlImporter - when set to Fals...
by Sergey Tkachenko
Tue Aug 30, 2005 1:05 pm
Forum: Support
Topic: Headers ans BCB6
Replies: 4
Views: 23427

TRVColorMode type is defined in the Rvstyle unit.
Probably the problem is again with the headers.
by Sergey Tkachenko
Tue Aug 30, 2005 1:02 pm
Forum: Examples, Demos
Topic: [How to] How to make plain text editor
Replies: 3
Views: 61219

[How to] How to make plain text editor

:?: How to make a plain text editor based on TRichViewEdit Exclude all but text from AcceptDragDropFormats property Process OnPaste event (see below) Disable all UI commands changing text and paragraph attributes procedure TForm1.rvePaste(Sender: TCustomRichViewEdit; var DoDefault: Boolean); var s: ...
by Sergey Tkachenko
Tue Aug 30, 2005 12:38 pm
Forum: Support
Topic: RVXML problem
Replies: 4
Views: 24819

DocRoot is taken from the XML tree:

MainRoot.Items.AddTag('document1', T.Items[0], T);
DocRoot := MainRoot.Items[MainRoot.Items.Count-1];
by Sergey Tkachenko
Tue Aug 30, 2005 11:35 am
Forum: Support
Topic: Headers ans BCB6
Replies: 4
Views: 23427

No, it's not normal, SetHeader() is a public method of TRVPrint, and it must be in PtblRV.hpp. I checked the header included in the trial version, it's there: void __fastcall SetHeader(Crvfdata::TCustomRVFormattedData* RVData); May be you have duplicated HPP files (HPP files of older version of TRic...
by Sergey Tkachenko
Tue Aug 30, 2005 11:30 am
Forum: Support
Topic: Relative hyperlinks
Replies: 9
Views: 43192

Which format do you use to store files? When saving to RVF, tags (where hyperlinks are stored) are not modified.
If you save to HTML and use RvHtmlImporter to read them, it has Options for full/relative paths.
by Sergey Tkachenko
Tue Aug 30, 2005 11:26 am
Forum: Support
Topic: old newsgroup archive ??
Replies: 4
Views: 25466

Good, please do not delete them :)
by Sergey Tkachenko
Mon Aug 29, 2005 5:49 pm
Forum: Support
Topic: RVXML problem
Replies: 4
Views: 24819

I am not sure that TXMLTag can be used outside of TRVXML. Some time ago I made an example how to save 2 richviews in one XML, may be it can be useful uses RichViewXML, RVXMLBase; RichView1, RichView2 - trichviews to load/save. RichViewXML1 - trichviewxml. This example saves and loads two documents i...
by Sergey Tkachenko
Mon Aug 29, 2005 4:20 pm
Forum: Support
Topic: old newsgroup archive ??
Replies: 4
Views: 25466

Unfortunately, I was not able to contact the newsgroup server owners for the quite a long time. I still do not know the status of this archive. I still hope it's not damaged when of the server was crashed. In the worst case, I have copies of all my answers to the newsgroup. In the best case, newsgro...