Search found 9405 matches

by Sergey Tkachenko
Wed Jun 11, 2008 7:13 pm
Forum: ScaleRichView
Topic: Compiled Demo/font appearance
Replies: 24
Views: 75881

The problem with widescreen displays is fixed.
by Sergey Tkachenko
Wed Jun 11, 2008 7:10 pm
Forum: ScaleRichView
Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
Replies: 19
Views: 99486

Update 2008-Jun-11: ScaleRichView v1.5.0 Requires: TRichView v10.2 RichViewActions v1.63 The main feature of this update: cardinal changes in drawing procedures. More accurate text scaling, no more problems with wide displays. New PageProperty.PrintableAreaPen property shows area where the current ...
by Sergey Tkachenko
Wed Jun 11, 2008 6:31 pm
Forum: Support
Topic: Export Header/Footer to RTF
Replies: 24
Views: 70171

Finally, TRichView can save formatted headers and footers in RTF. Update is uploaded for registered users.
by Sergey Tkachenko
Wed Jun 11, 2008 6:13 pm
Forum: Support
Topic: Exception Invalid Imagelist
Replies: 1
Views: 8853

Sorry, but it looks like this problem is not related to TRichView. This is the problem with TImageList. Your image list has 0x0 size, probably Vista does not accept it. There is one thing to try. Open RVItem.pas, find the call of ImageList_DrawEx and put it in try...except: ... try ImageList_DrawEx(...
by Sergey Tkachenko
Wed Jun 11, 2008 6:08 pm
Forum: Support
Topic: Recommendation indy and trichview
Replies: 5
Views: 17086

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

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

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

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

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

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

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

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

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

What do you mean by "The table's values get wrapped"?