<?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 Suppressing Warning Message Dialog Box at Opening in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Suppressing-Warning-Message-Dialog-Box-at-Opening/m-p/222325#M2742</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I have an API which will open all the PLN files in the selected folder one at a time to process some tasks.&lt;BR /&gt;&lt;BR /&gt;The API works fine until when it encounters a warning message dialog box such as duplicated library parts or missing file links etc.. in the opening of a file. &lt;BR /&gt;&lt;BR /&gt;My question: Is there a way to suppress the warning messages so the API can loop through all the files without interruption by the warning messages.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Hoa&lt;/DIV&gt;</description>
    <pubDate>Wed, 28 Sep 2022 09:01:58 GMT</pubDate>
    <dc:creator>Hoa Tu</dc:creator>
    <dc:date>2022-09-28T09:01:58Z</dc:date>
    <item>
      <title>Suppressing Warning Message Dialog Box at Opening</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Suppressing-Warning-Message-Dialog-Box-at-Opening/m-p/222325#M2742</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I have an API which will open all the PLN files in the selected folder one at a time to process some tasks.&lt;BR /&gt;&lt;BR /&gt;The API works fine until when it encounters a warning message dialog box such as duplicated library parts or missing file links etc.. in the opening of a file. &lt;BR /&gt;&lt;BR /&gt;My question: Is there a way to suppress the warning messages so the API can loop through all the files without interruption by the warning messages.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Hoa&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:01:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Suppressing-Warning-Message-Dialog-Box-at-Opening/m-p/222325#M2742</guid>
      <dc:creator>Hoa Tu</dc:creator>
      <dc:date>2022-09-28T09:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Warning Message Dialog Box at Opening</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Suppressing-Warning-Message-Dialog-Box-at-Opening/m-p/222326#M2743</link>
      <description>Hey,&lt;BR /&gt;
If you use commands, such as ACAPI_Command_Call, you can pass the parameter 'silentMode' with true value, so no dialogue will appear until the command is finished.
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;err = ACAPI_Command_Call (&amp;amp;mdid, 'GDCO', 1, parHdl, nullptr, /* silentMode = */ true);
&lt;/PRE&gt;

For more info, see:&lt;BR /&gt;
&lt;A href="http://archicadapi.graphisoft.com/documentation/acapi_command_externalcall" target="_blank"&gt;&lt;LINK_TEXT text="http://archicadapi.graphisoft.com/docum ... ternalcall"&gt;http://archicadapi.graphisoft.com/documentation/acapi_command_externalcall&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Fri, 20 Mar 2020 15:19:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Suppressing-Warning-Message-Dialog-Box-at-Opening/m-p/222326#M2743</guid>
      <dc:creator>akomporday</dc:creator>
      <dc:date>2020-03-20T15:19:14Z</dc:date>
    </item>
  </channel>
</rss>

