Search found 9411 matches

by Sergey Tkachenko
Thu Apr 24, 2008 3:53 pm
Forum: Support
Topic: List out of bounds Exception in TRVEditRVData.GetCurItemNo
Replies: 8
Views: 22073

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

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

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

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

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

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

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

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

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

Better send to [email protected]
(to make sure that my copy is identical)
by Sergey Tkachenko
Thu Apr 17, 2008 12:56 pm
Forum: Support
Topic: OnCheckpointVisible in TRichViewEdit?
Replies: 3
Views: 10404

Actually, it's not very difficult. It was not implemented only because in TRichView checkpoint may appear only as a result of scrolling or resizing (and resizing usually causes scrolling), but in TRichViewEdit it may also appear as a result of editing. So the code used in TRichView will not always w...
by Sergey Tkachenko
Thu Apr 17, 2008 12:49 pm
Forum: Support
Topic: [BUG?] windows 2000: formatted text flows into one another
Replies: 9
Views: 20912

Do you use RichViewXML to store XML data?
Please send me this XML doc.
by Sergey Tkachenko
Thu Apr 17, 2008 8:32 am
Forum: Support
Topic: OnCheckpointVisible in TRichViewEdit?
Replies: 3
Views: 10404

No, not in near future.
You can try to implement it yourself - in OnVScrolled and OnChange events, check items starting from FirstItemVisible, using GetItemCheckpoint.
by Sergey Tkachenko
Thu Apr 17, 2008 8:30 am
Forum: Support
Topic: Export Header/Footer to RTF
Replies: 24
Views: 70203

Not yet, but this will be the next feature to implement.
by Sergey Tkachenko
Thu Apr 17, 2008 8:29 am
Forum: Support
Topic: [BUG?] windows 2000: formatted text flows into one another
Replies: 9
Views: 20912

How the text was created initially? Loaded from file?