<?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: Adding data to an element type in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100366#M8239</link>
    <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;I know in GDL it's simple, but I am digging around trying to find out if (A) I can add a panel to the Wall Settings menu and (B) assign the information to the walls in a project.&lt;BR /&gt;
...&lt;BR /&gt;
Any thoughts?&lt;/BLOCKQUOTE&gt;

A) You can add a custom panel to the wall settings dialog, but I didn use it. There is API example.&lt;BR /&gt;
B) You can assign and read any user data to the wall element by&lt;BR /&gt;
ACAPI_Element_SetUserData and ACAPI_Element_GetUserData functions</description>
    <pubDate>Fri, 21 Jan 2005 20:21:18 GMT</pubDate>
    <dc:creator>Oleg</dc:creator>
    <dc:date>2005-01-21T20:21:18Z</dc:date>
    <item>
      <title>Adding data to an element type</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100365#M8238</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Is it possible to add further information to a simple element type, like walls or slabs?&lt;BR /&gt;&lt;BR /&gt;I am looking to add something like fire rating, UL number, sound transmission ratings, etc. to floors and walls.&lt;BR /&gt;&lt;BR /&gt;I know in GDL it's simple, but I am digging around trying to find out if (A) I can add a panel to the Wall Settings menu and (B) assign the information to the walls in a project.&lt;BR /&gt;&lt;BR /&gt;I know could probably be done similar to Wall Accessories, assigning a non-visible object to the wall, but that seems like a rather round-a-bout way to accomplish the goal.&lt;BR /&gt;&lt;BR /&gt;Any thoughts?&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Sep 2024 08:07:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100365#M8238</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2024-09-24T08:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to an element type</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100366#M8239</link>
      <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;I know in GDL it's simple, but I am digging around trying to find out if (A) I can add a panel to the Wall Settings menu and (B) assign the information to the walls in a project.&lt;BR /&gt;
...&lt;BR /&gt;
Any thoughts?&lt;/BLOCKQUOTE&gt;

A) You can add a custom panel to the wall settings dialog, but I didn use it. There is API example.&lt;BR /&gt;
B) You can assign and read any user data to the wall element by&lt;BR /&gt;
ACAPI_Element_SetUserData and ACAPI_Element_GetUserData functions</description>
      <pubDate>Fri, 21 Jan 2005 20:21:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100366#M8239</guid>
      <dc:creator>Oleg</dc:creator>
      <dc:date>2005-01-21T20:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to an element type</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100367#M8240</link>
      <description>Oleg&lt;BR /&gt;
&lt;BR /&gt;
thanks for the tip, I had just found that Panel Test myself.&lt;BR /&gt;
&lt;BR /&gt;
For some reason, I am getting errors when I compile that one.... maybe Akos can shed some light?</description>
      <pubDate>Fri, 21 Jan 2005 21:26:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100367#M8240</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-01-21T21:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to an element type</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100368#M8241</link>
      <description>out of curiosity what software are you using to create these odd-ons</description>
      <pubDate>Fri, 21 Jan 2005 23:07:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100368#M8241</guid>
      <dc:creator>Aussie John</dc:creator>
      <dc:date>2005-01-21T23:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to an element type</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100369#M8242</link>
      <description>Codewarrior.</description>
      <pubDate>Sat, 22 Jan 2005 03:18:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100369#M8242</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-01-22T03:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to an element type</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100370#M8243</link>
      <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;Codewarrior.&lt;/BLOCKQUOTE&gt;
sorry for the basic Qs but how does that interface/work with Archicad</description>
      <pubDate>Sat, 22 Jan 2005 06:37:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100370#M8243</guid>
      <dc:creator>Aussie John</dc:creator>
      <dc:date>2005-01-22T06:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to an element type</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100371#M8244</link>
      <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;For some reason, I am getting errors when I compile that one&lt;/BLOCKQUOTE&gt;

You need to create RO folder. I dont remember exactly, but it seems inside MAKE.MAC folder. The RO forder is the destination for the GS GRC compiler where it will put a compiled resources and icons.</description>
      <pubDate>Sat, 22 Jan 2005 07:42:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100371#M8244</guid>
      <dc:creator>Oleg</dc:creator>
      <dc:date>2005-01-22T07:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to an element type</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100372#M8245</link>
      <description>Aussie John&lt;BR /&gt;
&lt;BR /&gt;
you have to download the developer API from graphisoft.com. It has the "Application Program Interface" which allow you to write your own add-ons in C/C++.&lt;BR /&gt;
&lt;BR /&gt;
-Tom</description>
      <pubDate>Sat, 22 Jan 2005 13:10:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100372#M8245</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-01-22T13:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to an element type</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100373#M8246</link>
      <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;Oleg&lt;BR /&gt;
&lt;BR /&gt;
thanks for the tip, I had just found that Panel Test myself.&lt;BR /&gt;
&lt;BR /&gt;
For some reason, I am getting errors when I compile that one.... maybe Akos can shed some light?&lt;/BLOCKQUOTE&gt;

Yes, thanks, Oleg.  Somehow, I hadn't explored that sample yet.&lt;BR /&gt;
&lt;BR /&gt;
Another question for Akos ... it compiles fine on XP, but the panel for the Materials Attributes dialog does not appear.  Panels in the Infobox and Wall Settings dialog show up fine.  If I change the code to use the Linetype dialog, it shows up just fine.  I wonder if the Materials problem is a functionality issue from 6.0 to 6.1 and the LW panels?  Or perhaps me being blind and just not seeing it?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Karl</description>
      <pubDate>Mon, 24 Jan 2005 03:02:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100373#M8246</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2005-01-24T03:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to an element type</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100374#M8247</link>
      <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;For some reason, I am getting errors when I compile that one.... maybe Akos can shed some light?&lt;/BLOCKQUOTE&gt;

Another question for Akos ... it compiles fine on XP, but the panel for the Materials Attributes dialog does not appear.  Panels in the Infobox and Wall Settings dialog show up fine.  If I change the code to use the Linetype dialog, it shows up just fine.  I wonder if the Materials problem is a functionality issue from 6.0 to 6.1 and the LW panels?  Or perhaps me being blind and just not seeing it?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Karl&lt;/BLOCKQUOTE&gt;

Hi all,&lt;BR /&gt;
&lt;BR /&gt;
The missing RO folder is an SCM issue; I forgot to add that to some of the Make.mac folders, and the GRC compiler is not clever enough to create the new folder. If I have the time I'll fix that in the updated devkit &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
The panel is not showing up because of a bug in the new Material Settings dialog; I'll enter it to the errors database.&lt;BR /&gt;
&lt;BR /&gt;
Akos</description>
      <pubDate>Mon, 24 Jan 2005 08:48:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100374#M8247</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2005-01-24T08:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data to an element type</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100375#M8248</link>
      <description>That's OK, Akos.&lt;BR /&gt;
&lt;BR /&gt;
After all these years, I think I can make my own directory &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;</description>
      <pubDate>Mon, 24 Jan 2005 16:48:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Adding-data-to-an-element-type/m-p/100375#M8248</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-01-24T16:48:43Z</dc:date>
    </item>
  </channel>
</rss>

