THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/12/2002 at 03:12, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform: Windows ;
Language(s) : C++ ;
---------
Is there a way to create menus in a tool plugin in the active tool dialog?
The "usual" way doesn´t work.
MenuFlushAll();
MenuSubBegin("Test");
MenuSubEnd();
MenuFinished();
thx