<?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: SaveDialog in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74034#M6421</link>
    <description>Yes. You have right. It's works fine. THX a lot. &lt;BR /&gt;
&lt;BR /&gt;
Hmmm..&lt;BR /&gt;
I have an very interesting problem. I develop an addon (I can't get my developer ID for now) so I test my addon in demo mode. My problem is that every time works fine, but on other workstation the same version archicad can not load my addon. ("The file is an outdated Add-On that cannot be used with this ArchiCAD version.")&lt;BR /&gt;
Do you have any experience with this error?</description>
    <pubDate>Thu, 17 Apr 2008 14:59:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-04-17T14:59:21Z</dc:date>
    <item>
      <title>SaveDialog</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74030#M6417</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;If I would like to use an FileSaveDialog window like APIIo_SaveLibPartFileDialogID what is the policy? Is there any posibility to change this kind of dialog.&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Aug 2023 14:38:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74030#M6417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-04T14:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: SaveDialog</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74031#M6418</link>
      <description>&lt;BLOCKQUOTE&gt;Andor wrote:&lt;BR /&gt;If I would like to use an FileSaveDialog window like APIIo_SaveLibPartFileDialogID what is the policy? Is there any posibility to change this kind of dialog.&lt;/BLOCKQUOTE&gt;
Perhaps you're looking for 'DGGetSaveFile'? You can specify the file type, but not much more.</description>
      <pubDate>Tue, 15 Apr 2008 22:07:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74031#M6418</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-04-15T22:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: SaveDialog</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74032#M6419</link>
      <description>DGGetSaveFile???&lt;BR /&gt;
&lt;BR /&gt;
This word doesn't figure in the entire apidev kit documentation.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;You can specify the file type, but not much more.&lt;/BLOCKQUOTE&gt;That is what I needed. For me APIIo_SaveLibPartFileDialogID is perfect if I can change the filetype what figure in the textbox, from .gsm to something else.</description>
      <pubDate>Wed, 16 Apr 2008 08:19:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74032#M6419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-16T08:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: SaveDialog</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74033#M6420</link>
      <description>&lt;BLOCKQUOTE&gt;Andor wrote:&lt;BR /&gt;DGGetSaveFile???  This word doesn't figure in the entire apidev kit documentation.&lt;/BLOCKQUOTE&gt;
That's right - it's not documented, but exists in the API headers (see DGFileDlg.hpp). I've used it several time without problems. The meaning of the function parameters can be deduced from their name and type.</description>
      <pubDate>Wed, 16 Apr 2008 14:52:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74033#M6420</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-04-16T14:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: SaveDialog</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74034#M6421</link>
      <description>Yes. You have right. It's works fine. THX a lot. &lt;BR /&gt;
&lt;BR /&gt;
Hmmm..&lt;BR /&gt;
I have an very interesting problem. I develop an addon (I can't get my developer ID for now) so I test my addon in demo mode. My problem is that every time works fine, but on other workstation the same version archicad can not load my addon. ("The file is an outdated Add-On that cannot be used with this ArchiCAD version.")&lt;BR /&gt;
Do you have any experience with this error?</description>
      <pubDate>Thu, 17 Apr 2008 14:59:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74034#M6421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-17T14:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: SaveDialog</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74035#M6422</link>
      <description>Where you running the other workstations in demo mode?&lt;BR /&gt;
&lt;BR /&gt;
also... did you do a 'release' build of the add on and not a 'debug' release?</description>
      <pubDate>Fri, 18 Apr 2008 01:47:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74035#M6422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-18T01:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: SaveDialog</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74036#M6423</link>
      <description>Yes. I try to use my addon just in demo mode, because I get get my developer id and for that my addon runs just in demo mode. &lt;BR /&gt;
My addon at my workstation works fine. The debug version and the release version too. But an other workstation, the archicad doesn't load my addon. &lt;BR /&gt;
it doesn't matter that is an debug version or a release.</description>
      <pubDate>Fri, 18 Apr 2008 08:06:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SaveDialog/m-p/74036#M6423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-18T08:06:21Z</dc:date>
    </item>
  </channel>
</rss>

