Page 1 of 1

Reset All (toolbar, menus, and comannds to default)

Posted: Fri Jun 07, 2019 4:09 pm
by coblejesse
Hi Alex,

For some reason the menu, toolbar, etc properties are being saved even after the control is disposed off, and show up in the next instance. And we have different configurations for different screens. How do I reset the menu, toolbar, and commands to default when initializing the control? I see there is a Reset All button in the Customize Toolbars screen in the end user control. I don't see a command for that? Also, how do I execute it without having the pop confirming to reset it? I've tried using cmd.resetToolbar and cmd.resetMenu but neither do anything at all.

Thanks,
Jesse

Re: Reset All (toolbar, menus, and comannds to default)

Posted: Mon Jun 10, 2019 7:04 am
by Sasha - Tracker Dev Team
Hello Jesse,

One way to do this is to use the Reset Settings command (Common only). It will reset all of the layout, though it will also reset all of the previously stored dialog settings to default. If you don't need the latter - then using this would be OK.

Cheers,
Alex