Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2115
Peformance merging toolbars + Memory de-merging toolbars
posted

Are there certain things to keep in mind when merging toolbars (MdiChild - MdiParent). We have seen that the performance is quite low when the toolbars get merged. Is there a way to speed this up? For instance, we never have tools with the same key, so checking that is useless (if Infragistics checks this). It will always be a new key.

Another question is what happens when a MdiChild gets destroyed. Are all the tools that were merged deleted? (and deleted from memory) Or are they kept in the MdiParent toolbarmanager? In our case, the same MdiChild might be created again and merged with the MdiParent (in that case, same keys as before are used, so if they still exist in the MdiParent, there would be duplicate keys). When the MdiChild is destroyed, the toobars also disappear, but are they deleted or just set to invisible?