trichview.support
Re: Paragraph Indent Problem |
Author |
Message |
Sergey Tkachenko |
Posted: 01/06/2005 15:29:54 No, spelling check must not affect formatting because it does not modifies document. Red border around paragraph means invalid paragraph indices - document and paragraph styles get out of sync. Why can it happen? 1) You use one TRVStyle for several TRichViews. When one of TRichViews loads a document with styles, it replaces existing styles, and this causes problems in all other TRichViews using this TRVStyle. I recomment using one TRVStyle per one TRichView/TRichViewEdit/TDBRichView/TDBRichViewEdit. 2) If documents are saved without styles, there may be problems after loading. Right click TRichView on the form in Delphi, choose "Settings" in the context menu, make sure that the option "Allow adding styles dynamically" is set. Do it for all TRichView/TRichViewEdit/TDBRichView/TDBRichViewEdit in your project. |
Powered by ABC Amber Outlook Express Converter