Page 1 of 1

Suggestion: SmartPopupProperties property for TRichView

Posted: Tue Nov 21, 2006 7:45 am
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?

Posted: Tue Nov 21, 2006 12:08 pm
by Sergey Tkachenko
May be in future... Currently they are designed to show info for item at the position of caret

Posted: Wed Nov 22, 2006 5:42 am
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

Posted: Thu Nov 23, 2006 1:56 pm
by Sergey Tkachenko
Yes, all methods of TRichViewEdit work as fast as the same methods of TRichView.
TRichViewEdit only adds new methods.