Nevron Forum

How can I hide the 'Undo' command list

https://www.nevron.com/Forum/Topic9024.aspx

By usyber - Wednesday, March 25, 2015

Dear Nevron forum,

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


Best regards,
Uli
By Nevron Support - Thursday, March 26, 2015

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 - Thursday, March 26, 2015

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 - Monday, March 30, 2015

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.