Search found 9 matches

by cwig
Thu Dec 31, 2009 3:13 pm
Forum: Support
Topic: Unable to install TRichView wrapper for ReportBuilder
Replies: 7
Views: 21313

Very strange errors. Please check that you do not have duplicate versions of RVPkgD2009 and rvrb11D2009 packages (bpl, dcp files) in different directories. I don't, but for some strange reason, the DCP folder for D2007 had been added to the library path in D2009. Once I fix that, I was able to ...
by cwig
Wed Dec 30, 2009 1:30 pm
Forum: Support
Topic: Unable to install TRichView wrapper for ReportBuilder
Replies: 7
Views: 21313

Unfortunately, I do not know why it happens. All RichView packages are marked as "explicit rebuild", so compiling rvrb11D2009 must in no way recreate RVPkgD2009.bpl. Try adding files from rvrb11D2009 directly in RVPkgD2009, and recompile RVPkgD2009, instead of installing rvrb11D2009. Tried that ...
by cwig
Tue Dec 29, 2009 10:41 am
Forum: Support
Topic: Unable to install TRichView wrapper for ReportBuilder
Replies: 7
Views: 21313

Sergey Tkachenko wrote:1) Is there enough free disk space on C: ?
More than 20 GB.

2) Try recompiling RVPkgD2009 before rvrb11D2009.
Unfortunately, that did not help.
by cwig
Mon Dec 28, 2009 4:35 pm
Forum: Support
Topic: Unable to install TRichView wrapper for ReportBuilder
Replies: 7
Views: 21313

Unable to install TRichView wrapper for ReportBuilder

When I try to install rvrb11D2009 in Delphi 2009 I get this error: "[DCC Error] rvrb11D2009.dpk(33): E2042 Write error on 'C:\Documents and Settings\All Users\Documents\RAD Studio\6.0\Bpl\RVPkgD2009.bpl" and then "[DCC Fatal Error] rvrb11D2009.dpk(33): E2202 Required package 'RVPkgD2009' not found ...
by cwig
Thu Feb 23, 2006 2:28 pm
Forum: Support
Topic: Select lines
Replies: 1
Views: 10343

Select lines

Any chance of adding support for Ctrl+Alt+Down arrow/Up arrow to select/unselect whole lines (like MS Word)?
by cwig
Mon Feb 06, 2006 7:03 pm
Forum: Support
Topic: TppRichView - Border
Replies: 2
Views: 12529

Sergey Tkachenko wrote:Are these borders a new feature of RB9?
Yes, I think this was a new feature in RB9.
by cwig
Thu Feb 02, 2006 6:35 pm
Forum: Support
Topic: TppRichView - Border
Replies: 2
Views: 12529

TppRichView - Border

Any plans to add support for borders like the standard RB components?
by cwig
Wed Oct 12, 2005 7:04 pm
Forum: Support
Topic: SaveHTMLEx/SaveCSS
Replies: 3
Views: 19037

No, it's not possible in the current version. May be you can create a common CSS for all editors? You can do it, for example, by adding all documents in one TRichView using InsertRVFFromStream. Unfortunately, that will not work. I think I can find a workaround, but it would be useful in the future ...
by cwig
Tue Oct 11, 2005 7:48 pm
Forum: Support
Topic: SaveHTMLEx/SaveCSS
Replies: 3
Views: 19037

SaveHTMLEx/SaveCSS

I need to include text from two different TRichView components using different TRVStyle components in the same HTML page. The problem is, the name of the styles in both css files are the same, thus the format gets messed up. Is there a solution to this problem?