Hello!
I'm implementing application which uses Nevron Diagram. Yesterday i found strange bug.
I've done partial localization of components using application shipped with Nevron components. When I enabled localization with code:
NLocalizationManager.Instance.Load(Application.StartupPath + "\\nevron.xml");
NLocalizationManager.Instance.Enabled = true;
toolbar with drawing tools (rectangle, line, polyline, pan tool etc) stopped working. When I click any tool on that toolbar, NDrawingView becomes read only. I can't do anything with it.
I attach my localization .xml file. Please check, what causes problem.
Thank you in advance
Krzysztof Janiszewski