On 03/05/2017 at 12:06, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;
---------
Hi,
Something being reported by one of my customers, for which I don't find an explanation.
I have this "proxy" CommandData plugin, which its sole purpose is to provide custom menu entries in the plugin menu. The plugin has no icon, and an empty string as plugin name.
In GetSubContainer() I insert 3 submenus (Object Mode, Selection Mode, UV Commands).
When the user opens the plugin menu, the whole set of menu items is nicely shown as expected.
As soon as the user undocks the menu, the submenus disappear and the empty menu entry of the "proxy" command plugin is shown, with a default icon. When the user selects this menu item a popup menu appears with the 3 submenus listed.
I suppose that when a menu is undocked, it becomes some sort of palette, and the only way to show submenu is as a popup menu?
Or is there anyway to make an undocked menu look similar to the original docked menu?