Page 1 of 1

13.4.2 RichViewActions - Installation woes into XE

Posted: Mon Feb 18, 2013 8:56 pm
by philipljackson
Hi

I have used TRichView in a very limited capacity for some time but now need to develop a small word processing function so I was trying to install the TRichViewActions package.

When I try and install RichViewActionsDXE.dproj I get an error in rvcsv at line 107

table.Cells[r,c].AddNLATag(line, TextStyleNo, ParaNo, 0);

with the error

[DCC Error] rvcsv.pas(107): E2010 Incompatible types: 'string' and 'Integer'

Advice gratefully appreciated

Philip L Jackson

Posted: Wed Feb 20, 2013 11:45 am
by Sergey Tkachenko
You have mismatched versions of TRichView and RichViewActions.
In the new version of TRichView, tags are strings, so this line is from the old version of RichViewActions.
What version of TRichView and RichViewActions do you use?

Posted: Thu Feb 21, 2013 11:51 am
by philipljackson
Hi

I believe I have RichView 13.4.2.

In the folder 2-RichViewActions, the history.txt implies that I have RichViewActions 3.0.1 so I went back and re downloaded

http://www.trichview.com/resources/acti ... ctions.zip

and now have RichViewActions v4.0.2 however line 370 now fails on undeclared Identifier TCustomRVControl

FDefaultControl: TCustomRVControl;

Please advise next actions

Best Wishes

Philip L Jackson

Posted: Thu Feb 21, 2013 3:42 pm
by Sergey Tkachenko
TRichView 13.4.2 requires a newer version of RichViewActions.

I recommend to update to the newest version of TRichView and RichViewActions. They are free for you. I opened access to protected forums.
You can find links in the private "Announcements" forum. Download *2011.zip installer.

Installation woes into XE

Posted: Fri Feb 22, 2013 11:53 am
by philipljackson
Sorted Thanks

PLJ