Search found 9411 matches

by Sergey Tkachenko
Fri Jan 18, 2008 5:43 pm
Forum: Support
Topic: TRichviewe bug
Replies: 2
Views: 8339

This property only hides scrollbar, but does not prevent scrolling. It's by design.
by Sergey Tkachenko
Fri Jan 18, 2008 5:41 pm
Forum: Support
Topic: TRvHtmlImporter problem
Replies: 1
Views: 7013

Indents can be set only using CSS. RvHTMLImport does not understand CSS, but plain HTML does not allow to define indents.
by Sergey Tkachenko
Fri Jan 18, 2008 5:40 pm
Forum: Support
Topic: how to create a dynamic richview object?
Replies: 2
Views: 9483

First, tempRV.Style must be assigned. You can create TRVStyle component in the same procedure. Next, if you call Format or save RTF, you need to assign tempRV.Parent. Assign some form to it. If you do not want to show tempRV, set tempRV.Visible := False. If you do not have forms in your application,...
by Sergey Tkachenko
Fri Jan 18, 2008 5:36 pm
Forum: Support
Topic: Cannot compile RVXML on D2007
Replies: 3
Views: 10705

It's free, but versions for TRichView newer than trial version available only for registered users. Until the next trial update.
by Sergey Tkachenko
Fri Jan 18, 2008 5:34 pm
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 105310

According to documentation, this error means "wrong file type for this converter". I do not know how it is possible for export converters.

Does this error occurs on computers without Office 2007? Sorry, I do not have this version of Office to test.
by Sergey Tkachenko
Thu Jan 17, 2008 5:25 pm
Forum: ScaleRichView
Topic: list index out of bound (indexnumber) error
Replies: 3
Views: 18146

This bug will be fixed in the next update.
by Sergey Tkachenko
Thu Jan 17, 2008 10:50 am
Forum: ScaleRichView
Topic: Adding actions
Replies: 3
Views: 16120

This text was written for TRichViewEdit. For TSRichViewEdit, the proper values of SRichViewEdit.RichViewEdit.Options are set by default. Actions must work with TSRichViewEdit automatically. Instructions. 1) Add actions to your project. Possible solutions: a) Place TActionList component on form/datam...
by Sergey Tkachenko
Thu Jan 17, 2008 9:47 am
Forum: Support
Topic: RichViewEdit1.Paste doesn't work inside the table cell.
Replies: 5
Views: 14426

It is not focused because its child control (cell inplace editor) is focused instead.
Use RichViewEdit1.FocusedEx
by Sergey Tkachenko
Thu Jan 17, 2008 9:44 am
Forum: Support
Topic: Cannot compile RVXML on D2007
Replies: 3
Views: 10705

You need newer version of RVXML.
It is available for registered users.
To get access to protected section for registered users, please send me a private message with registration details.
by Sergey Tkachenko
Thu Jan 17, 2008 9:41 am
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 105310

What's the value of RVOfficeConverter1.ErrorCode after calling RVOfficeConverter1.ExportRV?
by Sergey Tkachenko
Wed Jan 16, 2008 6:09 pm
Forum: Support
Topic: Selection bounds and Unicode text
Replies: 3
Views: 11627

You can use RVGetSelection and RVSetSelection from RVLinear.pas to store/restore the selection. They work if document has Unicode text.
by Sergey Tkachenko
Wed Jan 16, 2008 6:04 pm
Forum: Support
Topic: RichViewEdit1.Paste doesn't work inside the table cell.
Replies: 5
Views: 14426

Then remove IF.
by Sergey Tkachenko
Wed Jan 16, 2008 6:02 pm
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 105310

At least changing to jpg helps, not sure about changing to unknown extension.
by Sergey Tkachenko
Wed Jan 16, 2008 6:01 pm
Forum: Support
Topic: Dragon Naturally Speaking 9.5
Replies: 16
Views: 44929

I never worked with MSAA. It looks like it requires implementation of IAccessible and may be a couple more interfaces.
Please remind me again after release of next TRichView update (v10.0), planned for February.
by Sergey Tkachenko
Tue Jan 15, 2008 4:06 pm
Forum: ScaleRichView
Topic: RTF Formatting question
Replies: 5
Views: 22901

TRichView itself never reads LeftMargin and other margin properties from RTF. It can read DocParameters property if RTFReadProperties.ReadDocParameters = True.
As for ScaleRichView specifics, I'll ask Ilya.