If I Remove a RibbonTab from one Ribbon and add it to another Ribbon, my PopupMenuTool controls don't work as expected anymore.
They appear but it seems like the ButtonTools in it are gone...
The only thing I'm doing is:
Ribbon:Tabs:Remove(RibbonTab).
RealRibbon:Tabs:Add(RibbonTab).
Tried to remove all tools from first toolbarsmanager and add them to second toolbarsmanager, but PopupMenuTool still doesn't work. Could you have a look at my example?
Thx, Lieven
Boris,
Do you think it's possible to check my uploaded zip? I really don't know how to solve this or work around the issue. If you could provide me with an example on how to make that PopupMenuTool work, that would be great.
thx.
Well, it's not quite clear to me. Actuall I'm moving the tab, not the PopupMenuTool, and for Tools belonging to this Tab, this seems to work fine. But for tools belonging to a PopupMenuTool it doesn't work...
So I'm not quite sure how to make this work. If I move the RibbonTab, what is exactly done behind the screens so that it works for the immediate children?
Do I need to iterate over the root tools of ToobarsManager 1 and add them all to ToolbarsManager 2?
Hello,
Yes, this is the way it should be done. I believe that this is an expected behavior.
Please feel free to let me know if a question about our toolset comes up on your mind.
So a workaround would be to move these tools to the root collection of the second UltraToolbarsManager? Am I correct that this is a bug or is it expected behaviour?