|
Group: Forum Members
Posts: 7,
Visits: 1
|
Unfortunately this is not working... when calling the UpdateCmdBarManager, it throws an exception on the first line: "NDiagramCommand oldCommand = cmdBarManager.Commander.Commands.GetCommandFromId((int)DiagramCommand.PrintPreview);"
The errormessage is:
"Item has already been added. Key in dictionary: '5' Key being added: '5'"
Seems very strange as I would think the GetCommandFromId does nothing, but fetch the command...
|