Group: Forum Members
Last Active: 9 Years Ago
Posts: 10,
Visits: 106
|
Dear Nevron forum, how can I hide the displayed undo/redo command list (see attachment). Best regards, Uli
|
Group: Forum Members
Last Active: 2 hours ago
Posts: 3,054,
Visits: 4,009
|
Hi, If you want to disable the recording of the user actions (i.e. the Undo/Redo list), you should disable the history service of the drawing document: document.HistoryService.Stop();
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 9 Years Ago
Posts: 10,
Visits: 106
|
thank you for your answer. I do not want to stop the history service but is it possible to hide the extended list view with all entries. Or is there a simple possibility to translate the text to a different language?
Best regards, Uli
|
Group: Forum Members
Last Active: 2 hours ago
Posts: 3,054,
Visits: 4,009
|
Hi, The items in the Undo/Redo list can be localized just like the other strings in the UI - though editing the XML file either by using the Localization Manager application or manually in your favorite XML editor and then loading this XML file through the localization manager instance of your application. For more information and examples, check out the Localization topic in the documentation.
Best Regards, Nevron Support Team
|