Error "Property DoInPaletteMode does not exist"

General TRichView support forum. Please post your questions here
Post Reply
probonic

Error "Property DoInPaletteMode does not exist"

Post by probonic »

I am trying to install the demo version of the TRichView control (version 1.9.8, the latest version) in order to try it out. I manage to successfully install the component, and it gets added to the palette. However, when I try to put it on a form and run it, I receive the error:
Project1.exe raised exception class EReadError with message 'Property DoInPaletteMode does not exist'. Process Stopped.
I am using C++ Builder 6. Can someone pleeeease help me get this solved as I really want to try out TRichView.

Thanks.
Phil Evans.[/quote]
Sergey Tkachenko
Site Admin
Posts: 17291
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Did you use the old freeware version of TRichView before?
Probably C++Builder compiles application with the old version of TRichView. Find and delete all files of the old version.
Post Reply