Page 1 of 1

Annotation in TRichViewEdit

Posted: Tue Mar 20, 2007 7:57 am
by mamouri
Hi,

I want implement a very simple annotation in TRichViewEdit. Storing annotation text inside TRichView using item tags could done simply. Also every time user need to see the Annotation I could read it from the item tags. But what I want to do is showing Annotation visually to users (Like Microsoft Word Comments).
Is it possible to add a 200px Margin to the left side of the RichViewEdit component? Actually I can place RichViewEdit an a TPanel container. But I wondered if TRichView could have LeftMargin, RightMargin?

Sorry for my bad english
Regards

Posted: Tue Mar 20, 2007 1:56 pm
by Sergey Tkachenko
Yes, and these properties are called (surprise :) ) LeftMargin and RightMargin.

Posted: Wed Mar 21, 2007 5:51 am
by mamouri
Oh, Sorry I am such a freak. :( But anyway Thank you :oops: