Search found 9405 matches

by Sergey Tkachenko
Sun Aug 12, 2007 3:57 pm
Forum: Support
Topic: Question about the detecting url while typing
Replies: 3
Views: 11125

Include rvoTagsArePChars in Options property of all your RichViews and RichViewEdits.
by Sergey Tkachenko
Fri Aug 10, 2007 4:38 pm
Forum: Support
Topic: CSS in RvHtmlImporter
Replies: 11
Views: 35199

It's free, with source code? Very interseting.
Now it really makes sense to support their HTML parser to load HTML in TRichView...
by Sergey Tkachenko
Fri Aug 10, 2007 4:24 pm
Forum: Support
Topic: Problem inserting RTF with picture link
Replies: 2
Views: 10053

Please send me this RTF file
by Sergey Tkachenko
Thu Aug 09, 2007 6:30 pm
Forum: Support
Topic: Simplest way to clear text styles?
Replies: 1
Views: 8759

Using ApplyStyleConversion
by Sergey Tkachenko
Thu Aug 09, 2007 5:17 pm
Forum: ScaleRichView
Topic: Page Sizes
Replies: 21
Views: 65822

I added an option for saving page size and zooming in RVF and RTF.
Reading from RTF is not completed yet, but I sent this version to Ilya to add this feature in ScaleRichView.
You may expect the results this weekend.
by Sergey Tkachenko
Thu Aug 09, 2007 8:58 am
Forum: Support
Topic: Vista Theme compatibility.
Replies: 6
Views: 13704

Can you send me a simple project to reproduce this bug?
by Sergey Tkachenko
Wed Aug 08, 2007 4:06 pm
Forum: Support
Topic: Vista Theme compatibility.
Replies: 6
Views: 13704

I thought that enabling XP themes enables using Vista theme too...
by Sergey Tkachenko
Tue Aug 07, 2007 7:14 pm
Forum: ScaleRichView
Topic: Page Sizes
Replies: 21
Views: 65822

Sorry, it is taking more time than we expected. We decided to make a complete solution, with adding new properties to TRichView (instead of ScaleRichView providing additional data to save in RVF). In this way, we will be able to store page information not only in RVF, but in RTF too. The update will...
by Sergey Tkachenko
Tue Aug 07, 2007 7:05 pm
Forum: Support
Topic: Why no spaces in tags?
Replies: 1
Views: 8044

This limitation was removed a long ago. You can include any characters in tags, except for #0, #13 and #10.
The comment will be deleted.
by Sergey Tkachenko
Sun Aug 05, 2007 9:10 am
Forum: Support
Topic: Contents of RichViewEdit changes when printing
Replies: 4
Views: 15543

Can you send me a simple project to test?
by Sergey Tkachenko
Sun Aug 05, 2007 9:07 am
Forum: Support
Topic: executable size
Replies: 2
Views: 8584

Make sure that you turned optimization on and excluded debug info. You can exclude some TRichView features that you do not use, see RV_Defs.inc (of course, source code version is required for this). But if you use RichViewActions, you cannot exclude the most of these features. You can remove unneces...
by Sergey Tkachenko
Sat Aug 04, 2007 4:31 pm
Forum: Support
Topic: Problem with addict live spelling
Replies: 6
Views: 15913

Sorry, I cannot promize that this this feature will be implemented to this day.

ClearLiveSpellingResults stops live spelling.
by Sergey Tkachenko
Fri Aug 03, 2007 11:25 am
Forum: Support
Topic: Changing fonts for runtime created TRichViewEdit
Replies: 2
Views: 9821

One note: initial values of TRichViewEdit properties are different for components placed on form at designtime and for components created at runtime. For components placed on form at designtime, initial values are defined in the component editor (right click, "Settings"). For components cr...
by Sergey Tkachenko
Fri Aug 03, 2007 11:16 am
Forum: Support
Topic: Contents of RichViewEdit changes when printing
Replies: 4
Views: 15543

It's not possible, because TRVPrint.rv does not have its own items, it uses items from TCustomRichView assigned in AssignSource method.

You need to create a new of TRichView (hidden), copy document to it, do modifications, then print this hidden TRichView.