StyleTemplates

General TRichView support forum. Please post your questions here
Post Reply
mbailey
Posts: 14
Joined: Tue Oct 11, 2005 5:55 am
Location: Perth, Western Australia

StyleTemplates

Post by mbailey »

Hi,

I am trying to run the Richview & Addict 3 "The simplest demo"

For some reason when I try and open the form I get the following error...


"Error reading RVStyle1.StyeTemplates: Property StyleTemplates does not exist."

If I click cancel then I can see the code but cannot display the form.

This is in D7.

Can anyone please advise a learner what the issue might be here.

TIA
Mark
Sergey Tkachenko
Site Admin
Posts: 17283
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

You have a newer version of TRichView installed in Delphi, but applications are still compiled with order version of TRichView.
Find files of the older version and delete them.
mbailey
Posts: 14
Joined: Tue Oct 11, 2005 5:55 am
Location: Perth, Western Australia

Post by mbailey »

Thanx Sergey.

Now I'm in strife. I cannot tell one version from the other... Oh Dear!
;-)

Cheers,
Mark
Sergey Tkachenko
Site Admin
Posts: 17283
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Open RVStr.pas, find the value of RVVersion constant.
It should be like RVVersion = 'v1.9.20';
Guest

Post by Guest »

Thanx Sergey.

Of course, I knew that all along..... :oops:

Cheers,
Mark
Post Reply