Hi,
If I try to add a symbol in a Palette I've got the next error (see video).
SymbolPalette paletteCur = symbolPaletteGroupBar.CurrentSymbolPalette;
Group mysymbolmdl = new Group();
if (this.diagram1.Model.Nodes.Count != 0)
{
int inicio;
mysymbolmdl.AppendChildren(this.diagram1.Model.Nodes, out inicio);// .AppendChild(nodeSeleccionado);
}
Attachment:
Video_1560759746_f02ccd2d.zip