Addtional menu in the title/main menu
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 23/10/2003 at 04:36, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.200
Platform: Windows ;
Language(s) : C++ ;---------
Hi,
how can I put a additional menu into the main/title menu? I want to make a menu beside the Help point in the main menu. Is there any possibility or must I put the plugin into the plugin menu.
Thanks
Cathleen -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/10/2003 at 00:59, xxxxxxxx wrote:
It's possible to do this, though not supported or recommended. Use the menu manager to add your menu. Then take a look at what it created in the prefs folder and work from there.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/10/2003 at 01:00, xxxxxxxx wrote:
I forgot to mention that it isn't possible to do this from the code.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/10/2003 at 01:36, xxxxxxxx wrote:
Hi,
Hmm, so it is not possible to add a own menu?
Thanks
Cathleen -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/10/2003 at 15:01, xxxxxxxx wrote:
Not from the code but from the Menu Manager.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/10/2003 at 01:00, xxxxxxxx wrote:
Hi,
What do you mean exactly with Menu Manager, the ResEdit Plugin or something else? I have not found information about the Menu Manager.
Thanks
Cathleen -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/10/2003 at 14:35, xxxxxxxx wrote:
Sorry, I mean the built in Menu Manager in C4D.
1. Window->Layout->Menu Manager
2. Choose M_EDITOR.
3. Select one of the menus.
4. Click New Submenu.
5. Drag menu items from the Command Manager. (Plugins in your case.) -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/11/2003 at 16:39, xxxxxxxx wrote:
If you are using C++ and Windows, you can code to the menu directly using system API calls. Then you can add menus in the title bar if you want. lol
FindWindow & SetMenu