<?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: Delaying loop in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Delaying-loop/m-p/167053#M6295</link>
    <description>anything?</description>
    <pubDate>Thu, 01 Sep 2011 16:58:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-01T16:58:22Z</dc:date>
    <item>
      <title>Delaying loop</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Delaying-loop/m-p/167049#M6291</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello,&lt;BR /&gt;Im working on an add-on which runs a foor loop that finally run an external programm (autohotkey script).&lt;BR /&gt;My problem is that the actions the external program does take some time (2-3 seconds), and in the meanwhile the loop continues, what makes my add-on to get mad (!).&lt;BR /&gt;I tried to put a Sleep() function between each iteration, but this function delayed the whole Archicad Process (archicad stopped working).&lt;BR /&gt;Is there anyway Inside the API to delay the add-on only? like Sleep()?&lt;BR /&gt;&lt;BR /&gt;THANKS!&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Aug 2023 07:39:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Delaying-loop/m-p/167049#M6291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-03T07:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Delaying loop</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Delaying-loop/m-p/167050#M6292</link>
      <description>&lt;BLOCKQUOTE&gt;zanzibar wrote:&lt;BR /&gt;Is there anyway Inside the API to delay the add-on only? like Sleep()?&lt;/BLOCKQUOTE&gt;
Unfortunately, no. Add-ons don't run on a separate thread, so ArchiCAD will always wait for the add-on to return before continuing.</description>
      <pubDate>Wed, 31 Aug 2011 20:19:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Delaying-loop/m-p/167050#M6292</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2011-08-31T20:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delaying loop</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Delaying-loop/m-p/167051#M6293</link>
      <description>Well that's a bomber. Do you have any suggestion for me?</description>
      <pubDate>Wed, 31 Aug 2011 21:20:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Delaying-loop/m-p/167051#M6293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-31T21:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Delaying loop</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Delaying-loop/m-p/167052#M6294</link>
      <description>I forgot tho mention how important this project is to me.&lt;BR /&gt;
I'll try to explain you what I'm trying to do: I'm trying to automate the process of exporting each floor to 3ds format.  in the last thread I asked about that.&lt;BR /&gt;
&lt;BR /&gt;
please give me a piece of advice I'm starring to loose hope.</description>
      <pubDate>Wed, 31 Aug 2011 21:23:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Delaying-loop/m-p/167052#M6294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-31T21:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Delaying loop</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Delaying-loop/m-p/167053#M6295</link>
      <description>anything?</description>
      <pubDate>Thu, 01 Sep 2011 16:58:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Delaying-loop/m-p/167053#M6295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-01T16:58:22Z</dc:date>
    </item>
  </channel>
</rss>

