<?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 to run ModelAccess_Test? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-run-ModelAccess-Test/m-p/332137#M1456</link>
    <description>&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new at Archicad API and would like to ask how am I supposed to run the ModelAccess API?&amp;nbsp;&lt;/P&gt;&lt;P&gt;As Save As is not supported on the DEMO. Where am I supposed to put the MDIDs for the ModelAccess_Test and run it on the licensed version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also are there any resource editors for .grc files to create UI simpler? How can I preview my UI do I have to run the application is this the only way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Mar 2022 08:45:10 GMT</pubDate>
    <dc:creator>gehatg</dc:creator>
    <dc:date>2022-03-13T08:45:10Z</dc:date>
    <item>
      <title>How to run ModelAccess_Test?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-run-ModelAccess-Test/m-p/332137#M1456</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new at Archicad API and would like to ask how am I supposed to run the ModelAccess API?&amp;nbsp;&lt;/P&gt;&lt;P&gt;As Save As is not supported on the DEMO. Where am I supposed to put the MDIDs for the ModelAccess_Test and run it on the licensed version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also are there any resource editors for .grc files to create UI simpler? How can I preview my UI do I have to run the application is this the only way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 08:45:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-run-ModelAccess-Test/m-p/332137#M1456</guid>
      <dc:creator>gehatg</dc:creator>
      <dc:date>2022-03-13T08:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to run ModelAccess_Test?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-run-ModelAccess-Test/m-p/332355#M1457</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to replace the MDID in the file ModelAccess_TestFix.grc. I added comments to the file for you, to highlight what you have to replace:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;LI-CODE lang="cpp"&gt;#include "MDIDs_APICD.h"
'MDID' 32500 "Add-On Identifier" {
	/*Developer ID goes here*/
	/*Local ID goes here*/
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I don't think there are resource editors for .grc files.&lt;/LI&gt;&lt;LI&gt;Running the application is the only way I know to view the UI you design. Ensuring that your Add-On can be properly unloaded (e.g. no API_KeepInMemory) can give you a faster feedback loop. Because then you can overwrite your Add-On DLL when recompiling and you don't have to remove&amp;amp;re-add the Add-On in AC or restart AC.&lt;/LI&gt;&lt;LI&gt;Two more tips regarding UI:&lt;UL&gt;&lt;LI&gt;The documentation coming with the API Development Kit has more documentation about the UI stuff (DialogManager) than the online documentation at archicadapi.graphisoft.com&lt;/LI&gt;&lt;LI&gt;This documentation mostly describes a C-Style usage of the DialogManager. You can also use a more C++-Style version of the DialogManager where you have objects for each Dialog Item etc. I recommend checking out the DialogManager example.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 16:00:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-run-ModelAccess-Test/m-p/332355#M1457</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2022-03-15T16:00:17Z</dc:date>
    </item>
  </channel>
</rss>

