<?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 Can’t access menu options from 3D-view in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Can-t-access-menu-options-from-3D-view/m-p/35818#M7403</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Hi, I have made an addon with some menu options, &lt;BR /&gt;&lt;BR /&gt;Options-&amp;gt;MyCompany-&amp;gt;MyFunction&lt;BR /&gt;&lt;BR /&gt;But the thing is that when archicad is in 3D-view I can’t click on MyFunction, it’s marked gray.&lt;BR /&gt;&lt;BR /&gt;Why is it this way?&lt;/DIV&gt;</description>
    <pubDate>Mon, 07 Aug 2023 08:37:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-08-07T08:37:40Z</dc:date>
    <item>
      <title>Can’t access menu options from 3D-view</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Can-t-access-menu-options-from-3D-view/m-p/35818#M7403</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi, I have made an addon with some menu options, &lt;BR /&gt;&lt;BR /&gt;Options-&amp;gt;MyCompany-&amp;gt;MyFunction&lt;BR /&gt;&lt;BR /&gt;But the thing is that when archicad is in 3D-view I can’t click on MyFunction, it’s marked gray.&lt;BR /&gt;&lt;BR /&gt;Why is it this way?&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Aug 2023 08:37:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Can-t-access-menu-options-from-3D-view/m-p/35818#M7403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-07T08:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can’t access menu options from 3D-view</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Can-t-access-menu-options-from-3D-view/m-p/35819#M7404</link>
      <description>&lt;BLOCKQUOTE&gt;jmi wrote:&lt;BR /&gt;Hi, I have made an addon with some menu options, &lt;BR /&gt;
&lt;BR /&gt;
Options-&amp;gt;MyCompany-&amp;gt;MyFunction&lt;BR /&gt;
&lt;BR /&gt;
But the thing is that when archicad is in 3D-view I can’t click on MyFunction, it’s marked gray.&lt;/BLOCKQUOTE&gt;

Append ^E3 to the menu item in the GRC file, e.g.
&lt;PRE&gt;'STR#' 32500  "My Menu" {
	/*[  ]*/	"My Menu"
	/*[  ]*/	"My Item"
	/*[ 1]*/	"Active in 3D Window^E3"
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Apr 2007 20:46:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Can-t-access-menu-options-from-3D-view/m-p/35819#M7404</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2007-04-24T20:46:34Z</dc:date>
    </item>
  </channel>
</rss>

