Hi there, I have 2 toolbar managers ( A and B ) that are merged -- B has been merged into A where MdiMergable is set to false on both. On B, I have a menu which is partly static ( done at design time ) and partly dynamic. The dynamic part adds a few menu options based on certain conditions. When those items are added to the menu on B -- they do not render at all, only the static part shows up. When I look at the tools being added, they are added to the menu correctly, it just seems to be a display issue. If I dont use mergeing, this works fine, but unfortunately, I need the merging for ribbon.
I am using 2008 vol 1. Is there something I am doing wrong?
If you are dynamically changing the menu from B while it is merged into A, you will not see the changes until you call RefreshMerge() on B or A.