How can I hide the 'Undo' command list


https://www.nevron.com/Forum/Topic9024.aspx
Print Topic | Close Window

By usyber - 9 Years Ago
Dear Nevron forum,

how can I hide the displayed undo/redo command list (see attachment).


Best regards,
Uli
By Nevron Support - 9 Years Ago
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();

By usyber - 9 Years Ago
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
By Nevron Support - 9 Years Ago
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.