Search found 9400 matches

by Sergey Tkachenko
Wed Nov 14, 2007 8:56 am
Forum: Support
Topic: [Demo] RTL
Replies: 4
Views: 11376

This demo enumerates all available fonts having ARABIC_CHARSET or HEBREW_CHARSET.
Make sure Control Panel -> Regional and Language Options ... option "Install files for complex scripts and right-to-left languages" is checked.
by Sergey Tkachenko
Wed Nov 14, 2007 8:50 am
Forum: Support
Topic: RTL text support, selection
Replies: 11
Views: 19601

To turn on support of bidirectional text, set RichViewEdit.BiDiMode = rvbdLeftToRight or rvbdRightToLeft.
by Sergey Tkachenko
Mon Nov 12, 2007 3:11 pm
Forum: Support
Topic: Tables: How to re-order rows or columns in the UI?
Replies: 1
Views: 7051

There is no direct example for these operations.
But some ideas can be found here: http://www.trichview.com/forums/viewtopic.php?t=1421 (table sorting)
by Sergey Tkachenko
Sat Nov 10, 2007 12:18 pm
Forum: Support
Topic: Get exception "cant modify empty undo list"
Replies: 3
Views: 10788

Can you give me step-by-step instructions how to reproduce this problem?
by Sergey Tkachenko
Fri Nov 09, 2007 3:49 pm
Forum: Support
Topic: Get exception "cant modify empty undo list"
Replies: 3
Views: 10788

The error may occur, for example, because of mismatched calls of SetUndoGroupMode. Do you call this method?
by Sergey Tkachenko
Thu Nov 08, 2007 3:13 pm
Forum: Support
Topic: TRichViewEdit, Actions and ExpressBars
Replies: 2
Views: 10879

I am not sure how DevExpress buttons work, but probably some button's property must be set to allow it be checked (stay pressed)
by Sergey Tkachenko
Wed Nov 07, 2007 3:32 pm
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 48131

No, you can only insert pictures (TBitmap, TMetafile or other, inherited from TGraphic) or Delphi controls in text.
by Sergey Tkachenko
Wed Nov 07, 2007 6:59 am
Forum: ScaleRichView
Topic: Compiled Demo/font appearance
Replies: 24
Views: 75797

May be I still do not understand the source of the problem. To my opinion, document in zoom = 100% and zoom = 101% must look almost identically. If it is displayed wrong, the whole drawing procedure must be changed, not only displaying in 100%. (Moreover, as far as I know how ScaleRichView works, do...
by Sergey Tkachenko
Tue Nov 06, 2007 4:30 pm
Forum: ScaleRichView
Topic: Compiled Demo/font appearance
Replies: 24
Views: 75797

But I believe in components displaying scaled text, it is always scaled. They do not have two drawing functions, one for scaled text and one for 100% zoom.
by Sergey Tkachenko
Tue Nov 06, 2007 1:21 pm
Forum: Support
Topic: CaretPos in Pixels
Replies: 2
Views: 8142

EM_POSFROMCHAR is not supported.
As for displaying menu at the caret position, see the demo
Demos\Delphi\Assorted\AutoComplete\
by Sergey Tkachenko
Tue Nov 06, 2007 8:16 am
Forum: Support
Topic: RTF paste problem
Replies: 3
Views: 10517

Set rv.RTFReadProperties.UnicodeMode = rvruOnlyUnicode.
rv.RTFReadProperties.TextStyleMode should be rvrsAddIfNeeded for best results.
by Sergey Tkachenko
Mon Nov 05, 2007 5:08 pm
Forum: ScaleRichView
Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
Replies: 19
Views: 99373

Update 2007-Nov-5: ScaleRichView v1.3.3

New redrawing method. More accurate scaling. Much faster!
by Sergey Tkachenko
Mon Nov 05, 2007 5:06 pm
Forum: ScaleRichView
Topic: Compiled Demo/font appearance
Replies: 24
Views: 75797

New compiled demo and trial are uploaded.
While this issue was not targeted specially, the new update has a new redrawing method, so please retest it.
by Sergey Tkachenko
Mon Nov 05, 2007 4:54 pm
Forum: Support
Topic: control focus within table
Replies: 1
Views: 8009

Sorry, I do not understand.
Do you mean when you click TEdit in TRichViewEdit's cell, not TEdit but TRichViewEdit acquires focus?
by Sergey Tkachenko
Sun Nov 04, 2007 11:33 am
Forum: Support
Topic: Problem with instalation of TRichViewXML
Replies: 1
Views: 7234

Answered in private message