Search found 9401 matches

by Sergey Tkachenko
Tue Apr 29, 2008 9:46 am
Forum: Support
Topic: Multilevel numbering
Replies: 5
Views: 15126

uses RVMarker;
...
Counter := TRVMarkerItemInfo(RichViewEdit1.GetItem(n-1)).Counter
...
by Sergey Tkachenko
Tue Apr 29, 2008 9:43 am
Forum: Support
Topic: TRVEditRVData.ApplyParaStyle feature?
Replies: 4
Views: 13774

In MS Word, even if you select table as a part of larger selection, applying paragraph attributes to the selection applies them to all table cells.
by Sergey Tkachenko
Tue Apr 29, 2008 9:40 am
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 105078

No. Sorry, I do not know how to solve this problem.
by Sergey Tkachenko
Fri Apr 25, 2008 4:09 pm
Forum: Support
Topic: Enquiry for license information
Replies: 1
Views: 6992

If both the computer owned by developer and the computer owned by his client have TRichView installed, both of them must have a TRichView license (TRichView license does not allow to give TRichView source code to anyone who does not own TRichView license). Of course, if the developer is an employee ...
by Sergey Tkachenko
Thu Apr 24, 2008 3:59 pm
Forum: Support
Topic: Corupted image in RichEdit
Replies: 5
Views: 15764

It's something wrong with TJPEGImage, unfortunately I do not know what to do with it.
TRichView only stores images using their SaveToStream/LoadFromStream methods, and draws using Canvas.Draw and Canvas.StertchDraw...
by Sergey Tkachenko
Thu Apr 24, 2008 3:53 pm
Forum: Support
Topic: List out of bounds Exception in TRVEditRVData.GetCurItemNo
Replies: 8
Views: 22048

These flags are for internal use and do not necessary mean that you expect.
You can upgrade to version 10.0, it's free.
by Sergey Tkachenko
Wed Apr 23, 2008 5:47 am
Forum: Support
Topic: Corupted image in RichEdit
Replies: 5
Views: 15764

If documents are stored in RVF format, images are stored using graphic.SaveToStream and LoadFromStream methods. So the problem should be in the graphic class used for this picture.
Or do you use RTF?
by Sergey Tkachenko
Tue Apr 22, 2008 11:57 am
Forum: Support
Topic: FastReport wapper
Replies: 37
Views: 154283

After completing all work related to the last release (yes, it's not finished yet), I plan to implement saving headers and footers in RTF (not too difficult and was promised long ago). Then I'll need to choose the next step: FR, or improvements in formatting (including left and right picture align),...
by Sergey Tkachenko
Tue Apr 22, 2008 11:54 am
Forum: Support
Topic: List out of bounds Exception in TRVEditRVData.GetCurItemNo
Replies: 8
Views: 22048

OnCaretMove may be called when the document is not formatted yet.
Selection-related methods must not be used in this event, but methods related to the caret position must be available.

Do you use RichView 10.0? It looks like all checks for the range of CaretDrawItemNo are already implemented.
by Sergey Tkachenko
Mon Apr 21, 2008 4:56 pm
Forum: Support
Topic: List index out of bounds
Replies: 1
Views: 7165

Please send me a sample project reproducing this problem ([email protected])
by Sergey Tkachenko
Sat Apr 19, 2008 5:01 pm
Forum: Support
Topic: [BUG?] windows 2000: formatted text flows into one another
Replies: 9
Views: 20900

If tab character (#09) appear between <utext> and </utext>, it may really cause problems. But in the file you send to me, I can find no tab characters.
by Sergey Tkachenko
Fri Apr 18, 2008 6:00 pm
Forum: Support
Topic: [BUG?] windows 2000: formatted text flows into one another
Replies: 9
Views: 20900

The file you send to me has no tabulators, it has only spaces. On XP it looks normal. I will be able to access a computer with Win2000 only next Monday. Can you check if the font "Arial Unicode MS" is installed on systems where this problem occurs? I have a guess that this font is substitu...
by Sergey Tkachenko
Thu Apr 17, 2008 4:06 pm
Forum: ScaleRichView
Topic: strange problems
Replies: 3
Views: 18346

The most probably, the problem with images exists already in intermediate RTF code generated by the converter. Or (less probably) the problem occurs when TRichView loads this RTF code.
To make sure, I need a sample file.
by Sergey Tkachenko
Thu Apr 17, 2008 3:59 pm
Forum: ScaleRichView
Topic: is Rvstyle need and Page format problem
Replies: 4
Views: 20213

As for (1), you can still use RVStyle object accessible as SRichViewEdit1.RichViewEdit.Style

As for the rest of question, Ilya will answer later.
I am not sure that I understand the problem (2). Can you create a screenshot and send to [email protected] ?
by Sergey Tkachenko
Thu Apr 17, 2008 3:37 pm
Forum: Support
Topic: [BUG?] windows 2000: formatted text flows into one another
Replies: 9
Views: 20900

Better send to [email protected]
(to make sure that my copy is identical)