Implemention Ideas for Word-style comments

  • My users have been hammering me for years to add support for document comments. While I can use bookmarks or hidden text to store the acutal comment string, I am having trouble figuring out how to display the comments in a manner similar to Word. Hover hints are not really desireable, but they are simple enough to code. Rather, I would like the comments to be displayed in the right margin. I would like them all to be visible at once and scroll with the page.

    Do you have any ideas of how I might approach this?

    • Offizieller Beitrag

    Hi,

    You could use the event OnWPRichText1CustomLinePaintBefore to paint some text in the margin.

    One demo is using this event to paint an arrow when the paragraph uses the Keep property