trichview.support
Re: Maybe a bug this time |
Author |
Message |
Sergey Tkachenko |
Posted: 03/13/2002 20:39:50 A document created by this example is problematic. RichView never creates documents containing empty text items in paragraph containing other items. Such documents are not considered correct, and may be processed incorrectly. RichViewEdit initially contains one empty text item, and you add text to the same paragraph. Use the following code to create a document: rve.Clear; rve.AddNL('a http://www.test.com and http://www.test.net new http://www.test.org url http://www.test.fr ok', 1, 0); rve.Format; And search will work OK. PS: I fixed this particular issue with empty line, next update will not have this problem. |
Powered by ABC Amber Outlook Express Converter