Search found 9401 matches

by Sergey Tkachenko
Wed Jun 11, 2008 6:08 pm
Forum: Support
Topic: Recommendation indy and trichview
Replies: 5
Views: 17085

The chat example from that topic ( http://www.trichview.com/forums/viewtopic.php?t=63 ) loads emoticons from files. It loads from bitmaps, but you can load gifs instead, just change TBitmap to TGifImage. This demo is configurable - you can define your own codes for emoticons and your own graphic fil...
by Sergey Tkachenko
Wed Jun 11, 2008 6:02 pm
Forum: Support
Topic: In Vista, Office converter is not importing *.doc file
Replies: 5
Views: 18006

Sorry, I was wrong. The problem is with Word2007's DOC export converters, not with import converters. They should work fine. Probably you just use wrong converter for this type of files. There are two DOC files of different formats: - Word 6/95 doc files; - Word 97 and newer doc files. The proper co...
by Sergey Tkachenko
Wed Jun 11, 2008 5:01 am
Forum: Support
Topic: Gnostice RichView Export interface
Replies: 10
Views: 23931

PreviewCorrection is described in the topic about TCustomRVPrint, ancestor of TRVPrint.
These icons are used for Delphi 2005-2007.
by Sergey Tkachenko
Wed Jun 11, 2008 4:58 am
Forum: Support
Topic: Recommendation indy and trichview
Replies: 5
Views: 17085

It's not necessary to create temporary files, you can use SaveRVFToStream/LoadRVFFromStream to write/read from stream.
And, as far as I understand how it works, you will need to invent some kind of transfer protocol, so that your applications will understand what is received.
by Sergey Tkachenko
Tue Jun 10, 2008 5:43 pm
Forum: Support
Topic: Recommendation indy and trichview
Replies: 5
Views: 17085

If you want to implement chat, may be it makes sense to send plain text strings between computers, then on target computer replace emoticons codes with images when insering in TRichView?
Text can be entered in TEdit, example can be found here: http://www.trichview.com/forums/viewtopic.php?t=63
by Sergey Tkachenko
Tue Jun 10, 2008 8:19 am
Forum: Support
Topic: Gnostice RichView Export interface
Replies: 10
Views: 23931

BTW, this property is documented.
It adjusts text width in preview by changing intercharacter spacing.
It is useful when displaying page on canvas that has different resolution/zooming factor than the canvas where the document was formatted.
by Sergey Tkachenko
Tue Jun 10, 2008 8:16 am
Forum: Support
Topic: Gnostice RichView Export interface
Replies: 10
Views: 23931

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

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

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

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

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

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

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.