How can I save / load toolbars without the menu-toolbar.
Menu-toolbar should look as default, because new menue-items don' t appear (after an Update)
Thanks for yor help!
I don't believe there is any way to clone a tool or toolbar right now. I would recommend submitting a feature request for this: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.
This sounds good!
But when I manually re-add any new tools from a second (menue) setting file, I got the error-message:
"Can' t add tool to Tools Collection - tool is from different ToolbarsManager"
Is there an oppertunity to copy the menue-toolbar from one toolmanager (default) to anothe toolbarmanager (user). If not, I can' t use the Design-Manager but I have to manage my menue-toolbar by code?
Unfortunately you cannot save/load specific parts of the toolbars manager. Also, you cannot merge in a previously stored settings file with a possibly changed toolbars manager definition, which is probably closer to what your looking for (it seems like you want to be able to add new tools to the main menu bar, load an old settings file, and have those new tools stay on the main menu bar even though they didnt exist when the settings file was saved). For now, you would need to load the settings, then manually re-add any new tools that were added after the settings file had been created. You can also submit a feature request for the settings merging functionality: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.