Posted 19 years ago
by Keith Hill

We don't use the designer to add our menu entries. We do this in code because we have an established menu description file that we parse and generate menu entries from. The problem is that when I save the command bar layout with isComplete set to false, I'm getting every menu entry saved to file and that is making the file large. All I really wanted was the position/state of my toolbars. Anyway, is there a method to tell the BarManager that the current state is not "dirty" so it won't save out changes made before that point?