Search found 9406 matches

by Sergey Tkachenko
Mon Jun 09, 2008 2:18 pm
Forum: Support
Topic: LoadRTF containing a table into idented paragraph
Replies: 3
Views: 12515

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

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

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

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

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

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

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

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

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

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

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.
by Sergey Tkachenko
Fri May 30, 2008 2:03 pm
Forum: Support
Topic: LoadRVFFromStream and problems with bullets
Replies: 13
Views: 26294

You cannot set the default ListNo for RVF loading. The default ListNo is always 0, and it is used for list styles with invalid ListNo (i.e. when ListNo>=RVStyleText.ListStyles.Count). Of course, only if rvfoConvUnknownStylesToZero is included in RVFOptions. Otherwise, invalid indices cause loading e...
by Sergey Tkachenko
Fri May 30, 2008 1:58 pm
Forum: Support
Topic: ANN: RVF File Viewer Plugin for Directory Opus 9
Replies: 4
Views: 12472

Updated. The problem is fixed.
by Sergey Tkachenko
Fri May 30, 2008 6:00 am
Forum: Support
Topic: class not found TrvActionAddictSpell3
Replies: 9
Views: 20747

I still think that you have duplicate files (source, dcu or compiled packages) in different directories, and sometimes unexpected files were used.
by Sergey Tkachenko
Fri May 30, 2008 5:58 am
Forum: Examples, Demos
Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
Replies: 40
Views: 3263353

Sorry, no. You should use any component that can disassemble mime file into separate parts-files, then use RvHtmlImporter to load HTML. Note that HTML email has a nested structure like this: <(text {HTML, image1, image2, ...}) file1, file2...> If there are no files, the level () does not present. If...