Submenues don´t show up on undocking
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/09/2008 at 05:52, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11
Platform: Windows ;
Language(s) : C++ ;---------
I use a custom menu and I have a submenu in a submenu, e.g.:MainMenu
-- Submenu
-- SubmenuNow when you undock the main menu, the second submenu is not shown in the undocked menu palette.
Undocking the first submenu though, the second submenu is visible in the palette again.
Can you confirm or am I doing sth wrong?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/01/2009 at 02:23, xxxxxxxx wrote:
Hi,
I believe there are several types of menu items may react quite differently on being undocked.
For now I just can speak about GeDialog menus but my research goes on.
While
>MenuAddCommand(1001153);
does show in an undocked menu
>MenuAddString(GADGET_ADDROW,"add row");
doesn't.Best
Macm