Search found 9411 matches

by Sergey Tkachenko
Fri May 30, 2008 5:15 pm
Forum: Support
Topic: LoadRVFFromStream and problems with bullets
Replies: 13
Views: 26308

In this case, it's strange that LoadRVF returns error. May be it because of some other problem.
Please find a way to send me this RVF file, I am afraid I cannot help without it.
by Sergey Tkachenko
Fri May 30, 2008 2:03 pm
Forum: Support
Topic: LoadRVFFromStream and problems with bullets
Replies: 13
Views: 26308

You cannot set the default ListNo for RVF loading. The default ListNo is always 0, and it is used for list styles with invalid ListNo (i.e. when ListNo>=RVStyleText.ListStyles.Count). Of course, only if rvfoConvUnknownStylesToZero is included in RVFOptions. Otherwise, invalid indices cause loading e...
by Sergey Tkachenko
Fri May 30, 2008 1:58 pm
Forum: Support
Topic: ANN: RVF File Viewer Plugin for Directory Opus 9
Replies: 4
Views: 12496

Updated. The problem is fixed.
by Sergey Tkachenko
Fri May 30, 2008 6:00 am
Forum: Support
Topic: class not found TrvActionAddictSpell3
Replies: 9
Views: 20762

I still think that you have duplicate files (source, dcu or compiled packages) in different directories, and sometimes unexpected files were used.
by Sergey Tkachenko
Fri May 30, 2008 5:58 am
Forum: Examples, Demos
Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
Replies: 40
Views: 3284854

Sorry, no. You should use any component that can disassemble mime file into separate parts-files, then use RvHtmlImporter to load HTML. Note that HTML email has a nested structure like this: <(text {HTML, image1, image2, ...}) file1, file2...> If there are no files, the level () does not present. If...
by Sergey Tkachenko
Thu May 29, 2008 8:06 pm
Forum: ScaleRichView
Topic: View problem some documents
Replies: 8
Views: 31539

He mean the bug is fixed, but this fix is not uploaded yet. It will be uploaded with the next update.
Ilya has sent the fixed version to you by e-mail.
by Sergey Tkachenko
Thu May 29, 2008 3:51 pm
Forum: Support
Topic: class not found TrvActionAddictSpell3
Replies: 9
Views: 20762

Is TrvActionsResourceAddict3 available when you call "New Standard Action" command in TActionList component (any TActionList, in design time)?
This action must be in "RVE Spell Check" group.
by Sergey Tkachenko
Thu May 29, 2008 3:38 pm
Forum: Support
Topic: ANN: RVF File Viewer Plugin for Directory Opus 9
Replies: 4
Views: 12496

ANN: RVF File Viewer Plugin for Directory Opus 9

Directory Opus is a file manager. Its web page is here: http://www.gpsoft.com.au This zip contains plugin for DOpus allowing to view RVF files and create thumbnails for them: http://www.trichview.com/resources/directory-opus/dopus_rvf.zip Both DLL and source code are included. Known problem: it does...
by Sergey Tkachenko
Thu May 29, 2008 10:35 am
Forum: Support
Topic: Drag and drop
Replies: 3
Views: 9926

There are events OnOle***, related to drag&drop.
But they are quite low level events.
Dropped content will start from the new line, if the selection started at the end of the previous line.
by Sergey Tkachenko
Thu May 29, 2008 10:28 am
Forum: Support
Topic: class not found TrvActionAddictSpell3
Replies: 9
Views: 20762

May be your project was compiled with older version of RichViewActions. It may happen even if newer files are installed. Delete all files of older version and all duplicate files in different directories. PS: where do install instructuns refor to rvactionsRunD7.dpk? I thought I updated them, at leas...
by Sergey Tkachenko
Thu May 29, 2008 10:18 am
Forum: Support
Topic: LoadRVFFromStream and problems with bullets
Replies: 13
Views: 26308

If styles were not saved, they are lost. That includes all text and paragraph attributes, as well as all properties of bullets&numbering (except for list level and initial numbering counter that are stored with list markers) In this case, all what you can do is to load documents with loss of for...
by Sergey Tkachenko
Thu May 29, 2008 10:14 am
Forum: Support
Topic: copy data between two TRichViewEdits
Replies: 3
Views: 19970

AppendFrom is the fastest way to copy data from one TRichView to another, but it does not support all item types, including controls and tables.
by Sergey Tkachenko
Thu May 29, 2008 10:12 am
Forum: Support
Topic: How to print Margin Line ?
Replies: 2
Views: 10733

Draw it in OnPagePrepaint event.
This rectangle is specified in PrintAreaRect parameter.
by Sergey Tkachenko
Thu May 29, 2008 10:11 am
Forum: Examples, Demos
Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
Replies: 40
Views: 3284854

Demo for that?
http://www.trichview.com/support/files/mime.zip contains demos:
- saving EML/MHT file (HTML + images), for Delphi and for C++
- sending HTML email using Indy components (plain text + HTML + images + attached files), for Delphi
by Sergey Tkachenko
Wed May 28, 2008 5:30 am
Forum: Support
Topic: LoadRVFFromStream and problems with bullets
Replies: 13
Views: 26308

I think your old documents were saved without styles, so they can be loaded properly only if collections of styles in RVStyle are the same as at the moment of saving. If you cannot reproduce these collections, you can still load them, including rvfoConvUnknownStylesToZero in RVE.RVFOptions. For text...