<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom menu with only 3 of 4 sub-menus in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Custom-menu-with-only-3-of-4-sub-menus/m-p/375974#M1945</link>
    <description>&lt;P&gt;Hope this is still relavent...&amp;nbsp; or helpful to the next person...&lt;BR /&gt;I have version dependant branches in the folder structure of my dev environment that is for the working version of tools for the users in the studio.&amp;nbsp; The pointer for the Add-On Manager for the users is set to these locations.&lt;BR /&gt;&lt;BR /&gt;I have completely separate braches in the folder structure of my dev environment that is for work-in-progress versions of the same tools for my&amp;nbsp; development.&amp;nbsp;&amp;nbsp;The pointer for the Add-On Manager for me is set to these locations.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MudratDetector_0-1680894674294.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/35971i36BCD50B4EFA96AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MudratDetector_0-1680894674294.png" alt="MudratDetector_0-1680894674294.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The .apx file from the build in Visual Studio is saved at:&lt;BR /&gt;..\dev\v##\&amp;lt;project name&amp;gt;\Build\x64\Release&lt;BR /&gt;&lt;BR /&gt;The updated .apx file is automatically loaded into my current ArchiCAD session because of the save location from Visual Studio and the Add-On Manager pointer setting.&lt;BR /&gt;&lt;BR /&gt;Very seldom is there a need to manual load updates to menus.&amp;nbsp; The only time I have found that necessary is when an additional sub-menu choice is added to the main menu item.&lt;BR /&gt;&lt;BR /&gt;See the response from Akos [above] for hints on getting that new sub-menu to appear...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Apr 2023 20:57:34 GMT</pubDate>
    <dc:creator>MudratDetector</dc:creator>
    <dc:date>2023-04-07T20:57:34Z</dc:date>
    <item>
      <title>Custom menu with only 3 of 4 sub-menus</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Custom-menu-with-only-3-of-4-sub-menus/m-p/326726#M1941</link>
      <description>&lt;P&gt;Archicad 24.6004 USA FULL&lt;/P&gt;&lt;P&gt;Visual Studio 2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating a custom menu that has four sub-menu choices.&amp;nbsp; I made the attached .pdf to help check my work and reveal the problem.&amp;nbsp; Turns out that it only explains my problem.&amp;nbsp; I am only getting three of the four sub-menu choices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I have verified the reference numbers&lt;/P&gt;&lt;P&gt;- I can move the first three sub-menu choices around and see results&lt;/P&gt;&lt;P&gt;- I can place the fourth choice in the top three and see results&lt;/P&gt;&lt;P&gt;- I have verified that the .svg icon exists&lt;/P&gt;&lt;P&gt;- I have tried the fourth choice without an icon&lt;/P&gt;&lt;P&gt;- I copied one of the three working lines to replace the fourth and made edits&lt;/P&gt;&lt;P&gt;- I have successfully created another menu under the same parent menu with ten sub-menu choices&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone point me in the right direction for a solution?&lt;/P&gt;&lt;P&gt;Please and thank-you,&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 22:44:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Custom-menu-with-only-3-of-4-sub-menus/m-p/326726#M1941</guid>
      <dc:creator>MudratDetector</dc:creator>
      <dc:date>2022-01-10T22:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom menu with only 3 of 4 sub-menus</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Custom-menu-with-only-3-of-4-sub-menus/m-p/327100#M1942</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most likely this is because you added the "Help" menu item later.&lt;/P&gt;
&lt;P&gt;You can verify this by trying to locate your menu in the Menus section of the Work Environment dialog. If it's there, then you have to add it manually to your already existing menu in this dialog.&lt;/P&gt;
&lt;P&gt;You can also try to move your add-on to another computer where you haven't used it before; the menus should appear fine.&lt;/P&gt;
&lt;P&gt;The reason behind this is that when you first add any add-on to Archicad, and that add-on registers menus, those menus are automatically added to the current Work Environment. Next time you start Archicad, the menu items are loaded from that Work Environment, and Archicad does not realise that you have changed anything in your add-on's menu items.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 17:02:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Custom-menu-with-only-3-of-4-sub-menus/m-p/327100#M1942</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2022-01-13T17:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom menu with only 3 of 4 sub-menus</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Custom-menu-with-only-3-of-4-sub-menus/m-p/327126#M1943</link>
      <description>&lt;P&gt;Success!&lt;/P&gt;&lt;P&gt;I never expected a manual update would be needed for something like that.&lt;/P&gt;&lt;P&gt;Thanks for the hint!&lt;/P&gt;&lt;P&gt;- chris&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MudratDetector_0-1642115676324.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/18305i1917AFF9607E2FC9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MudratDetector_0-1642115676324.png" alt="MudratDetector_0-1642115676324.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 23:17:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Custom-menu-with-only-3-of-4-sub-menus/m-p/327126#M1943</guid>
      <dc:creator>MudratDetector</dc:creator>
      <dc:date>2022-01-13T23:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom menu with only 3 of 4 sub-menus</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Custom-menu-with-only-3-of-4-sub-menus/m-p/351507#M1944</link>
      <description>&lt;P&gt;Hi，I am new to learn add on for Archicad.I wonder how to manual update the menu？&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2022 07:05:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Custom-menu-with-only-3-of-4-sub-menus/m-p/351507#M1944</guid>
      <dc:creator>Aubrey</dc:creator>
      <dc:date>2022-07-30T07:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Custom menu with only 3 of 4 sub-menus</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Custom-menu-with-only-3-of-4-sub-menus/m-p/375974#M1945</link>
      <description>&lt;P&gt;Hope this is still relavent...&amp;nbsp; or helpful to the next person...&lt;BR /&gt;I have version dependant branches in the folder structure of my dev environment that is for the working version of tools for the users in the studio.&amp;nbsp; The pointer for the Add-On Manager for the users is set to these locations.&lt;BR /&gt;&lt;BR /&gt;I have completely separate braches in the folder structure of my dev environment that is for work-in-progress versions of the same tools for my&amp;nbsp; development.&amp;nbsp;&amp;nbsp;The pointer for the Add-On Manager for me is set to these locations.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MudratDetector_0-1680894674294.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/35971i36BCD50B4EFA96AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MudratDetector_0-1680894674294.png" alt="MudratDetector_0-1680894674294.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The .apx file from the build in Visual Studio is saved at:&lt;BR /&gt;..\dev\v##\&amp;lt;project name&amp;gt;\Build\x64\Release&lt;BR /&gt;&lt;BR /&gt;The updated .apx file is automatically loaded into my current ArchiCAD session because of the save location from Visual Studio and the Add-On Manager pointer setting.&lt;BR /&gt;&lt;BR /&gt;Very seldom is there a need to manual load updates to menus.&amp;nbsp; The only time I have found that necessary is when an additional sub-menu choice is added to the main menu item.&lt;BR /&gt;&lt;BR /&gt;See the response from Akos [above] for hints on getting that new sub-menu to appear...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 20:57:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Custom-menu-with-only-3-of-4-sub-menus/m-p/375974#M1945</guid>
      <dc:creator>MudratDetector</dc:creator>
      <dc:date>2023-04-07T20:57:34Z</dc:date>
    </item>
  </channel>
</rss>

