From: Matthias T. <th...@ei...> - 2002-08-05 12:32:22
|
Dear AG developers, I encountered a problem using the AG::SplitAnnotation function from Tcl. When I try to reference the newly created anchor, e.g. by setting its offset, I get an exception with a message: "<anchorId> is an invalid AnchorId" I think this problem originates from the AG::splitAnnotation method in AG.cc, in that the anchor which is constructed is not added to the identifiers. After adding addAnchor(n); to AG::splitAnnotation and recompiling, the problem disappears. I have a similar problem when unsetting anchor offsets using AG::UnsetAnchorOffset, but no solution. Maybe one of the developers could check the sources with respect to the Identifier management, in case more of these problems exist? Regards. Matthias |