trichview.support
copying items |
Author |
Message |
Steffen Käthner |
Posted: 05/13/2002 19:55:48 Hello, I copy+paste some textitems in a richview. After that I want to copy+paste a part of these inserted textitems a second time. I made it with SetSelectionBounds(),SaveRVFToStream() and InsertRVFFromStream(). That needs to use RVE-Format() after every insert function. Is there an other way to do this multiple copy+paste without using RVE->Format()? I ask that, because my code is not the fastest yet and I think a lot of the time needs the RVE->Format(). I'd like to call RVE->Format() only one time in the end of my algorithm. I thought something like: "SaveRVFToStream(myStream,firstItem,lastItem);InsertRVFFromStream(myStream,afterItemNo);" thanks Steffen |
Powered by ABC Amber Outlook Express Converter