Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Addtional menu in the title/main menu

    SDK Help
    0
    8
    720
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          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.

          1 Reply Last reply Reply Quote 0
          • H
            Helper
            last edited by

            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

            1 Reply Last reply Reply Quote 0
            • H
              Helper
              last edited by

              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.

              1 Reply Last reply Reply Quote 0
              • H
                Helper
                last edited by

                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

                1 Reply Last reply Reply Quote 0
                • H
                  Helper
                  last edited by

                  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.)

                  1 Reply Last reply Reply Quote 0
                  • H
                    Helper
                    last edited by

                    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
                    😉

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post