<?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 How can I release the restrictions ^DE ^DI ^DD ^DT in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-release-the-restrictions-DE-DI-DD-DT/m-p/656522#M10215</link>
    <description>&lt;P&gt;In ArchiCAD 27 API/C++,&lt;/P&gt;&lt;P&gt;the following menu in the grc file imposes restrictions on commands:&lt;BR /&gt;'STR#' ID_ADDON_MENU04 "Menu04" {&lt;BR /&gt;/* [ ] */ "Construction Support Tool"&lt;BR /&gt;/* [ 1] */ "Weight Calculation ^E3 ^ES ^DE ^DI ^DD ^DT ^10004"&lt;BR /&gt;}&lt;/P&gt;&lt;DIV&gt;How can I release the restrictions &lt;SPAN class=""&gt;^DE ^DI ^DD ^DT&lt;/SPAN&gt; using a button in a modeless dialog during the execution of this menu?&lt;/DIV&gt;</description>
    <pubDate>Fri, 21 Mar 2025 06:14:31 GMT</pubDate>
    <dc:creator>nishida_jp</dc:creator>
    <dc:date>2025-03-21T06:14:31Z</dc:date>
    <item>
      <title>How can I release the restrictions ^DE ^DI ^DD ^DT</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-release-the-restrictions-DE-DI-DD-DT/m-p/656522#M10215</link>
      <description>&lt;P&gt;In ArchiCAD 27 API/C++,&lt;/P&gt;&lt;P&gt;the following menu in the grc file imposes restrictions on commands:&lt;BR /&gt;'STR#' ID_ADDON_MENU04 "Menu04" {&lt;BR /&gt;/* [ ] */ "Construction Support Tool"&lt;BR /&gt;/* [ 1] */ "Weight Calculation ^E3 ^ES ^DE ^DI ^DD ^DT ^10004"&lt;BR /&gt;}&lt;/P&gt;&lt;DIV&gt;How can I release the restrictions &lt;SPAN class=""&gt;^DE ^DI ^DD ^DT&lt;/SPAN&gt; using a button in a modeless dialog during the execution of this menu?&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Mar 2025 06:14:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-release-the-restrictions-DE-DI-DD-DT/m-p/656522#M10215</guid>
      <dc:creator>nishida_jp</dc:creator>
      <dc:date>2025-03-21T06:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I release the restrictions ^DE ^DI ^DD ^DT</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-release-the-restrictions-DE-DI-DD-DT/m-p/658451#M10247</link>
      <description>&lt;P&gt;Hi, If you'd control the menu restriction by your C++ code, then I'd suggest you to try the following command:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;if (disable)
      itemFlags |= API_MenuItemDisabled;
 else
      itemFlags &amp;amp;= ~API_MenuItemDisabled;

ACAPI_MenuItem_SetMenuItemFlags()

&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;And write enable control code(s) in grc.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;HTH.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 02:54:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-release-the-restrictions-DE-DI-DD-DT/m-p/658451#M10247</guid>
      <dc:creator>Hiromichi Shinkawa</dc:creator>
      <dc:date>2025-04-07T02:54:52Z</dc:date>
    </item>
  </channel>
</rss>

