Search found 9409 matches

by Sergey Tkachenko
Thu Jul 17, 2008 7:02 pm
Forum: Support
Topic: Problem on compiling with source codes
Replies: 2
Views: 10066

It's strange, this define must not be defined
by Sergey Tkachenko
Thu Jul 17, 2008 6:55 pm
Forum: Support
Topic: Can we Format TRichviewEdit without assigning Parent?
Replies: 3
Views: 13156

It's not possible in the current version.
Workarounds:
- assign invisible form as a parent;
- use TRVReportHelper
by Sergey Tkachenko
Thu Jul 17, 2008 6:53 pm
Forum: Support
Topic: Report Builder and ppDBRichView to Word document
Replies: 3
Views: 8485

I'll try to solve this problem next week
by Sergey Tkachenko
Tue Jul 15, 2008 8:27 pm
Forum: Support
Topic: How to send text to TRichView
Replies: 4
Views: 11582

These messages are not supported. I tried to implement WM_SETTEXT, but it conflicted with VCL implementation of this message, so I had to disable it for Delphi 2005-2007. Only EM_*** messages for text are supported. And I do not know A standard way to get/set RTF from/to window. I am afraid you need...
by Sergey Tkachenko
Tue Jul 15, 2008 8:20 pm
Forum: Support
Topic: TCustomRichView.LoadRTFFromStream Slowness
Replies: 2
Views: 8422

That another rtf viewer may just ignore all this header info, and it displays a text alternative to list markers (even the standard RichEdit does not support MS Word's way of saving bullets&numbering and loads them as a plain text followed by tab). If this RTF file was created by TRichView, call...
by Sergey Tkachenko
Tue Jul 15, 2008 8:13 pm
Forum: Support
Topic: Missing RichView components for Addict3.5
Replies: 10
Views: 21435

I opened access to the protected forums for you account. See the Announcement forum, you can find all links to updates there.
by Sergey Tkachenko
Tue Jul 15, 2008 8:07 pm
Forum: Support
Topic: TDBRichViewEdit Options
Replies: 6
Views: 14941

Yes, right click the TDBRichviewEdit at design time, a context menu will appear, and its first item is "Settings"
by Sergey Tkachenko
Tue Jul 15, 2008 8:03 pm
Forum: Support
Topic: Report Builder and ppDBRichView to Word document
Replies: 3
Views: 8485

Do you use some third-party addons (extra devices, export devices, edocengine, etc.) to make PDF file?
by Sergey Tkachenko
Sat Jul 12, 2008 6:30 pm
Forum: Support
Topic: Error when loading RVF stream with hyperlinks
Replies: 3
Views: 11591

include rvfoTagsArePChars in Options property
by Sergey Tkachenko
Sat Jul 12, 2008 6:28 pm
Forum: Support
Topic: Saving problem with TRichview and HTMLex
Replies: 6
Views: 15444

i'll try to find a solution when i return from vacations
by Sergey Tkachenko
Sat Jul 12, 2008 6:25 pm
Forum: Support
Topic: RVActions - RVAControlPanel
Replies: 1
Views: 7828

Please read notes for the last update of actions in the Announcement forum
by Sergey Tkachenko
Sat Jul 12, 2008 6:23 pm
Forum: Support
Topic: Missing RichView components for Addict3.5
Replies: 10
Views: 21435

adrvb requires trichView 10.3, where TRVSerializer was rewritten
by Sergey Tkachenko
Sat Jul 12, 2008 6:19 pm
Forum: Support
Topic: AppendRVFFromStream showing errors
Replies: 5
Views: 15321

Did you update TrichView to the latest version? this problem must be fixed
by Sergey Tkachenko
Sat Jul 12, 2008 6:17 pm
Forum: Support
Topic: TDBRichViewEdit Options
Replies: 6
Views: 14941

Right click the editor in Delphi, choose Settings in the popup menu, set "Allow adding styles dynamically" mode. Do it both for editors that save data and for editors that display data.
by Sergey Tkachenko
Sat Jul 12, 2008 6:10 pm
Forum: Support
Topic: Problem saving HTMLex with table
Replies: 4
Views: 12138

Sorry, i do not have sources here. It must be in Rv_Defs.inc for TrichView 10.3, search for "pbear" or "html" in this file.