Search found 9410 matches

by Sergey Tkachenko
Tue Jun 10, 2008 8:16 am
Forum: Support
Topic: Gnostice RichView Export interface
Replies: 10
Views: 23944

Actually, eDocEngine export for TRichView was implemented by Gnostice, I do not know details of implementation. But I suspect they use TRVReportHelper, not TRVPrint.
I'll check this problem in this week.
by Sergey Tkachenko
Tue Jun 10, 2008 8:12 am
Forum: Support
Topic: SaveHTMLEx and character encoding
Replies: 3
Views: 11455

Yes, saving characters 0..127 does not depend on encoding. For Unicode text, characters started from 128 (not from 256!) are saved as numeric escapes. For non-Unicode text, characters started from 128 are saved as they are, it may cause problems viewing such HTML in browsers, if documents contains m...
by Sergey Tkachenko
Mon Jun 09, 2008 5:50 pm
Forum: Support
Topic: LoadRTF containing a table into idented paragraph
Replies: 3
Views: 12529

Of course, with these settings, if the iParagraphStyle-th paragraph style has indents, they will be used for every paragraph in the imported document, including tables and paragraph inside all cells.
by Sergey Tkachenko
Mon Jun 09, 2008 2:23 pm
Forum: Support
Topic: In Vista, Office converter is not importing *.doc file
Replies: 5
Views: 18015

Yes, this is a known problem with Office 2007.
Sorry, I do not know why it happens. This converter just refuses to work.
by Sergey Tkachenko
Mon Jun 09, 2008 2:18 pm
Forum: Support
Topic: LoadRTF containing a table into idented paragraph
Replies: 3
Views: 12529

What do you mean by "The table's values get wrapped"?
by Sergey Tkachenko
Mon Jun 09, 2008 2:16 pm
Forum: Support
Topic: SaveHTMLEx and character encoding
Replies: 3
Views: 11455

No, it is saved in non-Unicode (ANSI) encoding. In this mode, Unicode text is saved using character codes (&#NNNN;), non-Unicode text is saved as it is. So, if different lines of text in the same document have different language (Charset), the resulting HTML cannot be read correctly. In non-UTF-...
by Sergey Tkachenko
Sun Jun 08, 2008 7:49 am
Forum: ScaleRichView
Topic: Any news on ...
Replies: 2
Views: 17084

The last update already has OnDrawHyperlink event.
by Sergey Tkachenko
Sat Jun 07, 2008 7:57 am
Forum: Support
Topic: Controls in the Richview are not Painted properly first time
Replies: 1
Views: 8349

Please send me a sample project (as simple as possible) reproducing this problem.
by Sergey Tkachenko
Fri Jun 06, 2008 4:00 pm
Forum: Support
Topic: Received my email ?
Replies: 2
Views: 9223

The last e-mail from your address is dated May 30, and it was answered.
by Sergey Tkachenko
Thu Jun 05, 2008 6:11 pm
Forum: Support
Topic: Save document with margins
Replies: 12
Views: 21351

Please send me a simple project showing the problem.
by Sergey Tkachenko
Thu Jun 05, 2008 6:09 pm
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 57329

I'll try to find what's wrong, but I am not sure that I will succeed. RvHtmlImporter was not written by me.
I have an idea of using another free thirdparty HTML parser, with much more capabilities. I'll check it next week.
by Sergey Tkachenko
Wed Jun 04, 2008 3:38 pm
Forum: ScaleRichView
Topic: Selection problem in the table cells
Replies: 1
Views: 13499

These two problems exist in TRichView too, not only in ScaleRichView. 1) Yes, making multicell selection with keyboard is not implemented yet. Will be in one of TRichView next updates. 2) By TRichView design, if selection includes something besides table, the table may be included in the selection o...
by Sergey Tkachenko
Tue Jun 03, 2008 3:52 pm
Forum: Support
Topic: I want to get a apart from a RVF document
Replies: 2
Views: 9307

Select the part between tags (using SetSelectionBounds) and save to RVF (using SaveRVF/SaveRVFToStream)
by Sergey Tkachenko
Tue Jun 03, 2008 3:50 pm
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 57329

Sorry, line number was specified incorrectly This new code must replace the line, {if ts = ' ' then s := '' else }s := ts; the first statement in WriteTSCR. Note that is is not exactly the same as the commented code, "and (GetCurParaNo>=0)" is added. But it's very strange, I cannot reprodu...
by Sergey Tkachenko
Fri May 30, 2008 5:15 pm
Forum: Support
Topic: LoadRVFFromStream and problems with bullets
Replies: 13
Views: 26297

In this case, it's strange that LoadRVF returns error. May be it because of some other problem.
Please find a way to send me this RVF file, I am afraid I cannot help without it.