<?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: Dialog's GSResModule in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Dialog-s-GSResModule-SOLVED/m-p/206533#M5342</link>
    <description>Hi, &lt;BR /&gt;
 &lt;BR /&gt;
the documentation of DG module functions is still not updated, we are working on this. &lt;BR /&gt;
 &lt;BR /&gt;
You can use the &lt;B&gt;DGGetDialogResourceModule (dialID)&lt;/B&gt; function to get a dialog's GSResModule. &lt;BR /&gt;
So you can call the function like this: &lt;BR /&gt;
 
&lt;PRE&gt;DGGetDialogSize (DGGetDialogResourceModule (dialID), dialID, DG_ORIGCLIENT, &amp;amp;hSize, &amp;amp;vSize);&lt;/PRE&gt; &lt;BR /&gt;
 &lt;BR /&gt;
Regards, &lt;BR /&gt;
Tibor</description>
    <pubDate>Thu, 04 Sep 2014 06:52:09 GMT</pubDate>
    <dc:creator>Tibor Lorantfy</dc:creator>
    <dc:date>2014-09-04T06:52:09Z</dc:date>
    <item>
      <title>Dialog's GSResModule [SOLVED]</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Dialog-s-GSResModule-SOLVED/m-p/206532#M5341</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;The previous API does not require this value. Example:
&lt;PRE&gt;void DGGetDialogSize (short dialId, short rectType, short* hSize, short*  vSize);&lt;/PRE&gt;
now it is:
&lt;PRE&gt;void DGGetDialogSize (GSResModule dialResModule, short dialId, short rectType, short* hSize, short* vSize);&lt;/PRE&gt;
Where do we get the value for this dialResModule.&lt;BR /&gt;&lt;BR /&gt;Also, the documentation for AC18 API still uses the first one. So, we are not sure where to get it.&lt;BR /&gt;&lt;BR /&gt;Some other DG functions are also not available on AC18 like &lt;FONT color="#808080"&gt;DGSetDialogIconId()&lt;/FONT&gt;, &lt;FONT color="#808080"&gt;DGSetItemImageId()&lt;/FONT&gt; and &lt;FONT color="#808080"&gt;DGListSetTabItemIconId()&lt;/FONT&gt;.&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:21:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Dialog-s-GSResModule-SOLVED/m-p/206532#M5341</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2023-08-01T12:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog's GSResModule</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Dialog-s-GSResModule-SOLVED/m-p/206533#M5342</link>
      <description>Hi, &lt;BR /&gt;
 &lt;BR /&gt;
the documentation of DG module functions is still not updated, we are working on this. &lt;BR /&gt;
 &lt;BR /&gt;
You can use the &lt;B&gt;DGGetDialogResourceModule (dialID)&lt;/B&gt; function to get a dialog's GSResModule. &lt;BR /&gt;
So you can call the function like this: &lt;BR /&gt;
 
&lt;PRE&gt;DGGetDialogSize (DGGetDialogResourceModule (dialID), dialID, DG_ORIGCLIENT, &amp;amp;hSize, &amp;amp;vSize);&lt;/PRE&gt; &lt;BR /&gt;
 &lt;BR /&gt;
Regards, &lt;BR /&gt;
Tibor</description>
      <pubDate>Thu, 04 Sep 2014 06:52:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Dialog-s-GSResModule-SOLVED/m-p/206533#M5342</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2014-09-04T06:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog's GSResModule</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Dialog-s-GSResModule-SOLVED/m-p/206534#M5343</link>
      <description>Thanks</description>
      <pubDate>Thu, 04 Sep 2014 08:30:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Dialog-s-GSResModule-SOLVED/m-p/206534#M5343</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2014-09-04T08:30:55Z</dc:date>
    </item>
  </channel>
</rss>

