We converted from the WinWeb to the .NetHTML5 version over the weekend and noticed that our Toolstrip controls no longer at worked. At first, I thought it was something I had done, but I even created a sample application and tried to put a toolstrip on a form and it throws an error. This worked correctly in the WinWeb build that we were using prior to switching to the .NETHTML5.
Is this just a timing issue with the development of this feature where they are slightly out of synch? I pulled the sources for the toolstrip and in the version I am using (VWG_Professional_Studio_with_Sources_6.4.0_Release_JQT_Beta2b_NET4.0) it is marked to ShowInToolbar = false with a comment to "remove this". We were previously using VWG_Professional_Studio_6.4.0_Release_d_QA2_NET4.0 and it worked for us in there. I noticed in the SVN code that the note to remove it is removed and the ShowInToolbar = true.
The implementation (specifically, the way you respond to button clicks) is very different so we are hoping to not have to go back and re-work our application.
Thanks,
Allen