trichview.support
Re: Pasting rv contents into another with numbered lists |
Author |
Message |
Sergey Tkachenko |
Posted: 09/11/2003 19:19:19 Yes, this happens if the lists in the source and in the destination documents have the same attributes. When copy-pasting in the same document, the result is the same as in MS Word (list numbering continues even if there are some unnumbered paragraphs between numbered paragraphs). But I agree, in the case of different documents this is not good. Currently this may be fixed by explicitly setting value "1" to the first list marker of the pasted document. I'll think how to solve this problem. Probably - by assigning random unique IDs to lists (so that lists in different documents will not be merged in one when pasting) > Hi Sergey, > > I have several RichViewEdits which I merge together but the problem I see is > that when there are numbered lists in each one the numbers change when > merged. > > A simple example is if I have two rve's with some text like this: > > --------------------- > > I am RichViewEdit1 > > 1. One > > 2. Two > > 3. Three > > --------------------- > > I am RVE#2 > > 1. First > > 2. Second > > 3. Third > > --------------------- > > When I copy the second RVE and paste it in the first one, I expect the two > lists to be independant and not change number sequence, but they now appear > as:- > > --------------------- > > I am RichViewEdit1 > > 1. One > > 2. Two > > 3. Three > > I am RVE#2 > > 4. First > > 5. Second > > 6. Third > > --------------------- > > What am I doing wrong? Thanks > > Gary > > > |
Powered by ABC Amber Outlook Express Converter