I am facing a couple of issues. One is enabling/disabling tools. It seems like the first time that I enable/disable a tool it works, but then it will not change after that. I am using the 'SharedProps.Enabled' property, if I disable it at the start of the application then try to enable it anytime after that it will not work. It stays greyed out. I must be missing something because this should be very straight forward.
One other issue that I am having is chaning the value list of a ComboBoxTool. It seems like it is similar to the other problem, in that the first time I set the value list of the ComboBoxTool it works properl, but as soon as I change it it doesn't update. It displays the original list of values, however when I walk through the debugger, the correct valuelist is there. The following is an example of the code that I am using to refresh the combobox valuelist:
Like I said before, the first time that this code executes, it works properly and shows the proper values in the ComboBoxTool, however subsequent calls with different names which I have verified through the debugger does not update the ComboBoxTool displayed drop down items.
I am using NetAdvantag For .NET 2008 Volume 2, so I believe that is the latest.
It sounds like you are modifying tools on a different instance of the Form from the one that is displayed. When you are stepping through with the debugger, check the Visible property of the Form which owns the toolbars manager. If it is False, you are modifying tools on the wrong Form. If it is True, it could be a bug with the toolbars manager and I would recommend submitting the issue to the support group: http://es.infragistics.com/gethelp.