trichview.support
Extrange behavior with fields |
Author |
Message |
Gustavo Ricardi |
Posted: 08/28/2004 0:45:52 Hi Sergey, In your demo "fillingaps", the unprotected fields behave a little extrange to me. For example, type a character in first field, then advance the caret until the end of the field and then press back key to delete the content. The first character is never erased. Another way is initializing the field with nil: RichViewEdit1.AddNLTag('', 0,-1, Integer(StrNew('answer1'))); when you run the program you can start typing and filling the field, but again, when you want to erase the characters from right to left, always one character is left. If you enable rvpDeleteProtect in Protection property for the style, you can erase the character, but what you really are doing is erasing the whole field. Thanks, Gustavo Ricardi |
Powered by ABC Amber Outlook Express Converter