Suggestion: SmartPopupProperties property for TRichView

General TRichView support forum. Please post your questions here
Post Reply
mamouri
Posts: 63
Joined: Sat Aug 19, 2006 5:06 am

Suggestion: SmartPopupProperties property for TRichView

Post by mamouri »

Hi

TRichViewEdit has wonderful SmartPopupProperties property. But unfortunately TRichView does not has such property. I suggest add this property to the base class (TCustomRichView) so it can published in TRichViewEdit too.

Does there any method or workaround for adding SmartPopupProperties to TRichView?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

May be in future... Currently they are designed to show info for item at the position of caret
mamouri
Posts: 63
Joined: Sat Aug 19, 2006 5:06 am

Post by mamouri »

Ok thank you.
let me ask a qestion about RV and RVEdit.

If I use viewer function in RichViewEdit does it as fast as using RichView?
I want to use RichViewEdit for SmartProperty but don't using Editor function like InsertXXX. Does RVEdit render the text as fast as RV do?

Regards
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Yes, all methods of TRichViewEdit work as fast as the same methods of TRichView.
TRichViewEdit only adds new methods.
Post Reply