> This is actually also related to the original problem with [Embedding > discussion 1], do we want multiple entries for multiple insets > referring to the same file?
I am solving this problem by 1, store a list of ParConstIterator for multiple insets in a EmbeddedFile item. 2. display the file item as 'file (1/4)' if file is referred 4 times. 3. when the user clicks 'file (1/4)' the cursor will go to the first inset, and the label will be changed to 'file (2/4). Click again will go to the next inset. Cheers, Bo