Search found 9390 matches

by Sergey Tkachenko
Thu May 29, 2008 3:51 pm
Forum: Support
Topic: class not found TrvActionAddictSpell3
Replies: 9
Views: 20252

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

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

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

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

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

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

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

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

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...
by Sergey Tkachenko
Tue May 27, 2008 7:31 pm
Forum: Support
Topic: LoadRVFFromStream and problems with bullets
Replies: 13
Views: 26230

What's the value of RVFWarnings property after loading?
by Sergey Tkachenko
Tue May 27, 2008 11:45 am
Forum: Support
Topic: Drag and drop
Replies: 3
Views: 9884

The selection must start at the beginning of the line and must end at the beginning of the next line.
by Sergey Tkachenko
Tue May 27, 2008 11:41 am
Forum: Examples, Demos
Topic: How to use live spelling in ActiveX
Replies: 1
Views: 26069

How to use live spelling in ActiveX

By default, live spelling does not work when TRichView is placed on an ActiveForm in ActiveX.

matvey suggested the solution:
Place a timer on the ActiveForm, and call CheckSynchronize in the timer procedure.
Delphi 6 or newer is required.
by Sergey Tkachenko
Mon May 26, 2008 5:39 pm
Forum: Support
Topic: Save document with margins
Replies: 12
Views: 21136

Do you use ScaleRichView (or how do you change top and bottom margins?)
by Sergey Tkachenko
Fri May 23, 2008 5:09 pm
Forum: ScaleRichView
Topic: SRVControls - What´s that?
Replies: 1
Views: 13339

SRVControls is an optional package. They are analogs of standard controls, but they work better inside ScaleRichView (for example, TEdit does not show selection and caret when inserted in ScaleRichView, but TSRVEdit does). DirectX is required only for one of SRVControls - TSRVMediaPlayer. More info:...
by Sergey Tkachenko
Fri May 23, 2008 5:06 pm
Forum: ScaleRichView
Topic: How can I print headers and footer?
Replies: 1
Views: 13605

Not supported yet. Planned for this summer.
While you can use event (OnPaint, as far as I remember) to draw addition info on pages.