Search found 9409 matches

by Sergey Tkachenko
Thu Feb 21, 2008 3:34 pm
Forum: Support
Topic: Possible table bug
Replies: 3
Views: 19878

If you do not want to copy row attributes, it's better to pass -1 in the last parameter.
by Sergey Tkachenko
Thu Feb 21, 2008 3:17 pm
Forum: Support
Topic: LiveSpelling problem
Replies: 13
Views: 28331

I am not sure...
But I am afraid that the second cycle may be dangerous, because the thread may finish after calling Terminate, and since FreeOnTerminate is True, it will be destroyed, possibly while executing this cycle.
by Sergey Tkachenko
Thu Feb 21, 2008 3:06 pm
Forum: Support
Topic: Possible table bug
Replies: 3
Views: 19878

InsertRows copies properties of cells the specified row (the last parameter) to the inserted cells. The new version, in addition to other cell properties, copies text and paragraph styles of cells (paragraph style of the first paragraph in the cell, text style of the fist text item in the cell). It ...
by Sergey Tkachenko
Thu Feb 21, 2008 2:44 pm
Forum: Support
Topic: ppRichView Millimeters
Replies: 9
Views: 19757

Sorry, I do not understand. ppRichView uses width defined in the ReportBuilder report designer.
Do you mean DocParameters property? Its sub-properties do not affect TRichView or ppRichView, they only can be saved and loaded in RVF and RTF.
by Sergey Tkachenko
Thu Feb 21, 2008 2:32 pm
Forum: Support
Topic: LiveSpelling problem
Replies: 13
Views: 28331

Hmm. The purpose of this procedure is wating while spellchecking of the next word is complete. If the thread is suspended, there are no reasons to wait for it. The cycle "while (StopWorking=1) and not Suspended do" is not executed if Suspended=True. So my code resumes the suspended thread ...
by Sergey Tkachenko
Wed Feb 20, 2008 6:30 pm
Forum: Support
Topic: LiveSpelling problem
Replies: 13
Views: 28331

In the next update I fixed some possible issues with live spelling on closing. The fix was oriented on db components, but probably this is the same problem.
I will upload this update as soon as Ilya finish testing new version of ScaleRichView.
by Sergey Tkachenko
Wed Feb 20, 2008 4:46 pm
Forum: Support
Topic: LiveSpelling problem
Replies: 13
Views: 28331

Can you send me a simple project reproducing this bug?
by Sergey Tkachenko
Wed Feb 20, 2008 3:52 pm
Forum: Support
Topic: Pdf generating problem
Replies: 3
Views: 12914

I am afraid I cannot help. TRichView only draws page onto Canvas provided by LLPDFLib. All low level work is done by LLPDFLib.
You should address this question to them. Or try to find options for font embedding.
by Sergey Tkachenko
Wed Feb 20, 2008 6:15 am
Forum: Support
Topic: strnew replacement?
Replies: 9
Views: 25068

NewStr() is never used in RichView code. But some functions have parameters named NewStr.
And yes, Pieter is right, StrNew is not deprecated. There is no reason why function allocating a new string on the heap should be deprecated.
by Sergey Tkachenko
Tue Feb 19, 2008 5:26 pm
Forum: ScaleRichView
Topic: when are updates due to be released?
Replies: 6
Views: 22754

Ilya is testing demo projects agains the new version. Unfortunately, it cannot be completed today. Tomorrow.
by Sergey Tkachenko
Tue Feb 19, 2008 5:24 pm
Forum: ScaleRichView
Topic: more RVAction Hyperlink questions
Replies: 11
Views: 36349

Hmm... Make sure that rvActionInsertHyperlink.SpaceFiller = ' '. In older version it was '%20' by default, but now it is changed.
rvActionInsertHyperlink does nothing with punctuation, but it removes #13 and #10 characters.
by Sergey Tkachenko
Tue Feb 19, 2008 4:40 pm
Forum: Support
Topic: copy and paste to MS Word
Replies: 1
Views: 7762

Yes, if the font has ANSI_CHARSET, its language is saved as English. It is wrong, in the next update it will be fixed (no language code will be saved in RTF for fonts with ANSI_CHARSET). Alternatively, you can define text language in TRichViewEdit. The source code must be recompiled with RVLANGUAGEP...
by Sergey Tkachenko
Tue Feb 19, 2008 1:00 pm
Forum: Support
Topic: [Ann] Total Commander pluging for viewing RVF files v1.1
Replies: 0
Views: 12463

[Ann] Total Commander pluging for viewing RVF files v1.1

I updated the Total Commander plugin for viewing RVF files. http://www.trichview.com/resources/total-commander/rvlister.zip The plugin is free with source code (but requires TRichView for recompiling). New in this update: - support for Gif animation in RVF files; - hang up fix; - recompiled with the...
by Sergey Tkachenko
Tue Feb 19, 2008 10:49 am
Forum: Support
Topic: CSS - Font family
Replies: 6
Views: 13989

I received your file. I think the best solution is implementing this feature in absolute transparent way. I.e., when the user applies one of these fonts, the proper font family is used for saving CSS. This change will be uploaded in the next update, probably already today. Note: not only Webdings an...
by Sergey Tkachenko
Tue Feb 19, 2008 9:45 am
Forum: ScaleRichView
Topic: when are updates due to be released?
Replies: 6
Views: 22754

We are preparing files. If all will be ok, the update will be uploaded today.