Search found 9390 matches

by Sergey Tkachenko
Tue Nov 06, 2007 8:16 am
Forum: Support
Topic: RTF paste problem
Replies: 3
Views: 10494

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

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

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

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

Answered in private message
by Sergey Tkachenko
Sat Nov 03, 2007 3:02 pm
Forum: Support
Topic: How to search text directly from database field
Replies: 3
Views: 11700

It's quite a complicated work to parse RVF document from database without using trichview control. However, using TDBRichView/TDBRichViewEdit with SearchText is not the fastest way, because TDBRichView/TDBRichViewEdit formats document after loading. Formatting is the slowest operation, it takes long...
by Sergey Tkachenko
Sat Nov 03, 2007 2:45 pm
Forum: Support
Topic: Problem with addict live spelling
Replies: 6
Views: 15870

No, each item still processed separately.
by Sergey Tkachenko
Fri Nov 02, 2007 5:33 pm
Forum: Support
Topic: Cannot Display BLOB From MS Access Database
Replies: 15
Views: 31756

Thank you for ordering!
Information how to apply discount on Addict3 is in the registration e-mail.
by Sergey Tkachenko
Thu Nov 01, 2007 6:25 pm
Forum: Support
Topic: live spell check
Replies: 2
Views: 9951

There are two reasons for this 1) TRichView has special processing for '''' character (#39), but does not have it for '’' character (#146). It will be fixed in the next update. 1) If rv.RTFReadProperties.UnicodeMode = Mixed, 'didn' and 't' are inserted as ANSI text, '’' is inserted as Unicode text. ...
by Sergey Tkachenko
Thu Nov 01, 2007 10:02 am
Forum: Support
Topic: Cannot Display BLOB From MS Access Database
Replies: 15
Views: 31756

Hmm... try to remove one of them, I believe they are the same, so you can use the newer one.
by Sergey Tkachenko
Thu Nov 01, 2007 8:17 am
Forum: ScaleRichView
Topic: Compiled Demo/font appearance
Replies: 24
Views: 75570

Ilya has sent me a new beta of ScaleRichView.
It has a really fast redrawing, and better scaling quality.
When it will be ready for testing, we will let you know.
by Sergey Tkachenko
Wed Oct 31, 2007 5:43 pm
Forum: Support
Topic: Drag & Drop Problems - Need Advice
Replies: 3
Views: 10947

The only way to allow pasting files with other extensions is processing OnDropFiles event.
New help file (available for registered users) has an example how to use this event.
by Sergey Tkachenko
Wed Oct 31, 2007 5:33 pm
Forum: Support
Topic: Drag & Drop Problems - Need Advice
Replies: 3
Views: 10947

Well, you can use OnOleDragEnter, OnOleDragLeave, OnOleDrop and OnChange events: procedure TForm3.RichViewEdit1OleDragEnter(Sender: TCustomRichView; const DataObject: IDataObject; Shift: TShiftState; X, Y: Integer; PossibleDropEffects: TRVOleDropEffects; var DropEffect: TRVOleDropEffect); begin Rich...
by Sergey Tkachenko
Wed Oct 31, 2007 5:14 pm
Forum: Support
Topic: Cannot Display BLOB From MS Access Database
Replies: 15
Views: 31756

This image is in PNG format. PNG graphic class is not included in Delphi, but you can download free thirdparty implementation from http://pngdelphi.sourceforge.net/ After that, include CRVData, PngImage in "uses", and add initialization section to your unit: initialization RV_RegisterPngGr...
by Sergey Tkachenko
Mon Oct 29, 2007 8:24 am
Forum: ScaleRichView
Topic: Compiled Demo/font appearance
Replies: 24
Views: 75570

Does TRVPrintPreview look ok on these VMWare widescreen?