<?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: GRC scripting language in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682378#M10676</link>
    <description>&lt;P&gt;Sorry to revive this, but i'm going through the same problem (trying to understand GRC language) and can't find the help files you are mentioning. Downloaded all API Kits, there are no chm files inside, just the Support and the Examples folder.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Nov 2025 21:21:30 GMT</pubDate>
    <dc:creator>Claudiu Serban</dc:creator>
    <dc:date>2025-11-03T21:21:30Z</dc:date>
    <item>
      <title>GRC scripting language</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/617624#M9716</link>
      <description>&lt;P&gt;Good day everyone. I need a help with understanding the GRC nature in order to properly define modal dialogs and other appereances.&lt;BR /&gt;I wonder if there is a documentation like cppreference but for GRC so I could understand this scripting language better?&lt;BR /&gt;&lt;BR /&gt;I am trying to define the modal dialog, however, I get stucked with some errors sometimes when trying to add styles or else.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;Here I made a wrote a simple grc for this modal dialogue...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Emkave_0-1721739094376.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/67143iDC04232229B39C1B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Emkave_0-1721739094376.png" alt="Emkave_0-1721739094376.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How can I get rid of that question mark thing?&lt;BR /&gt;&lt;BR /&gt;ChatGPT gave me this solution:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;'GDLG'&lt;/SPAN&gt; &lt;SPAN class=""&gt;32525&lt;/SPAN&gt; Modal &lt;SPAN class=""&gt;10&lt;/SPAN&gt; &lt;SPAN class=""&gt;10&lt;/SPAN&gt; &lt;SPAN class=""&gt;300&lt;/SPAN&gt; &lt;SPAN class=""&gt;200&lt;/SPAN&gt; &lt;SPAN class=""&gt;"Modal"&lt;/SPAN&gt; {&lt;BR /&gt;Style NoResizing, NoHelpButton &lt;SPAN class=""&gt;// Add this line&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;/* [ 1] */&lt;/SPAN&gt; Button &lt;SPAN class=""&gt;130&lt;/SPAN&gt; &lt;SPAN class=""&gt;160&lt;/SPAN&gt; &lt;SPAN class=""&gt;30&lt;/SPAN&gt; &lt;SPAN class=""&gt;30&lt;/SPAN&gt; LargePlain &lt;SPAN class=""&gt;"OK"&lt;/SPAN&gt;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;However, this solution seems not being properly built when I press "Build" button to build the final project in Visual Studio.&lt;BR /&gt;Now I am completely lost how the syntax is organized in GRC. I need help please.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="grey"&gt;Operating system used: &lt;EM&gt;Windows 10&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jul 2024 06:51:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/617624#M9716</guid>
      <dc:creator>Emkave</dc:creator>
      <dc:date>2024-07-25T06:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: GRC scripting language</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/620256#M9728</link>
      <description>&lt;P&gt;Hi, I'd suggest you to check the help file (DialogManager.chm) which you can find in API kit. Also, there is a sample code (DG_Test) in API Examples code which shows you how to create UI in your addon.&lt;/P&gt;
&lt;P&gt;HTH.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 02:04:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/620256#M9728</guid>
      <dc:creator>Hiromichi Shinkawa</dc:creator>
      <dc:date>2024-07-30T02:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: GRC scripting language</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682378#M10676</link>
      <description>&lt;P&gt;Sorry to revive this, but i'm going through the same problem (trying to understand GRC language) and can't find the help files you are mentioning. Downloaded all API Kits, there are no chm files inside, just the Support and the Examples folder.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 21:21:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682378#M10676</guid>
      <dc:creator>Claudiu Serban</dc:creator>
      <dc:date>2025-11-03T21:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: GRC scripting language</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682420#M10677</link>
      <description>&lt;P&gt;Hi Claudiu,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think these help files are no longer included in AC29 DevKits. You have to download AC28 or older DevKits and make sure to tick the corresponding box in the installer to install help files as well. I usually only install the HTML version. .chm files are just a different format for windows help files I think but the content is the same.&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 07:51:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682420#M10677</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2025-11-04T07:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: GRC scripting language</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682442#M10678</link>
      <description>&lt;P&gt;Thats the first thing I did. I even went back to the last available version on the API website (v24), they weren't there. Maybe they never were there in mac packages? Will try to install on a windows computer then.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 10:00:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682442#M10678</guid>
      <dc:creator>Claudiu Serban</dc:creator>
      <dc:date>2025-11-04T10:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: GRC scripting language</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682664#M10679</link>
      <description>&lt;P&gt;Yeah that could be. I think some time ago I've noticed as well that it didn't come with the mac package and also just used the windows documentation anyway.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 17:10:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682664#M10679</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2025-11-05T17:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: GRC scripting language</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682686#M10680</link>
      <description>&lt;P&gt;You can download the latest documentation&amp;nbsp;&lt;A href="https://github.com/GRAPHISOFT/archicad-api-devkit?tab=readme-ov-file" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 21:23:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682686#M10680</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2025-11-05T21:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: GRC scripting language</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682825#M10682</link>
      <description>&lt;P&gt;This is the same as on&amp;nbsp;&lt;A href="https://graphisoft.github.io/archicad-api-devkit/" target="_blank"&gt;https://graphisoft.github.io/archicad-api-devkit/&lt;/A&gt;&amp;nbsp;right? I think it doesn't include much description about the format of .grc files. At least I cannot find the same information there as I can find in the AC26 Documentation.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 13:47:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682825#M10682</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2025-11-06T13:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: GRC scripting language</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682846#M10686</link>
      <description>&lt;P&gt;Yes, Ralph's link is just the web version we can find online. And yes, the chms are there only in the windows SDK version, installed it just now on a windows machine. Don't know why those bits didn't make it to the online docs, some good info here, even if it's 10+ years old. (the dialog items types i was interested in is from 2011 :D)&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 16:16:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GRC-scripting-language/m-p/682846#M10686</guid>
      <dc:creator>Claudiu Serban</dc:creator>
      <dc:date>2025-11-06T16:16:59Z</dc:date>
    </item>
  </channel>
</rss>

