One of my users has lost their toolbar.
App was built with NetAdvantage for .NET 2007 Vol. 3 CLR 2.0 (v7.3).
The app starts without any toolbar. The toolbar manager has no settings persistence so there is no settings file to edit I guess.
With no toolbar visible there is no surface to right click and bring up the toolbar context menu to customize the view? Is there another way to get to this menu. I am hoping the user can just select the missing toolbar.
All other infragistics controls seem to be OK.
There is no way for the user to bring up the customize dialog when the dock areas are not visible. However you can call the UltraToolbarsManager.Customize() method to bring up that dialog programmatically.
Thanks. Unfortuneatly the app is already out there so i can't change the code right now. What could have made the app start without the toolbar in the first place? It is OK on all other machines.
I can't see how the toolbar would have been hidden unless settings were being persisted. Does your UltraToolbarsManager have SaveSettings set to True? This will automatically persist settings to the user's machine.
Then I'm not sure what could be causing this. Are you catching any exceptions? It's possible there is an exception when loading the UltraToolbarsManager and it is being caught. Can you reproduce this on any other machine?
Nope, set to false.