<?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: How to remove close button(x) in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-remove-close-button-x/m-p/634521#M9859</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/8527"&gt;@BerndSchwarzenbacher&lt;/a&gt;&amp;nbsp;thanks for the help. Very appreciated!&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2024 01:43:36 GMT</pubDate>
    <dc:creator>RAFD</dc:creator>
    <dc:date>2024-10-07T01:43:36Z</dc:date>
    <item>
      <title>How to remove close button(x)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-remove-close-button-x/m-p/633991#M9851</link>
      <description>&lt;P&gt;Hi, how can I remove the close button(x) for add-on? Got a problem when clicking it and I was thinking to remove it.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 09:31:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-remove-close-button-x/m-p/633991#M9851</guid>
      <dc:creator>RAFD</dc:creator>
      <dc:date>2024-10-03T09:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove close button(x)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-remove-close-button-x/m-p/634315#M9853</link>
      <description>&lt;P&gt;According to the Dialog documentation (can't find it for the online help, but it's available in e.g. the help coming with the AC26 dev kit) you have the following options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Modal Dialo&lt;TT&gt;g: noCaption &lt;FONT face="arial,helvetica,sans-serif"&gt;- I think this would remove the whole title bar and with it the close box&lt;/FONT&gt;&lt;BR /&gt;&lt;/TT&gt;&lt;/LI&gt;
&lt;LI&gt;Palette you have additionally: &lt;TT&gt;noClose&lt;/TT&gt; &lt;FONT face="arial,helvetica,sans-serif"&gt;- to remove the close box.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Both options are specified in the resource definition of the dialog/palette. Like the frame and grow flags. Definition from docs:&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE class="syntax"&gt;    'GDLG'  &lt;I&gt;resID&lt;/I&gt;  Palette [| &lt;I&gt;frameFlag&lt;/I&gt; | &lt;I&gt;growFlag&lt;/I&gt; | &lt;I&gt;captionFlag&lt;/I&gt; | &lt;I&gt;closeFlag&lt;/I&gt;]  &lt;I&gt;x  y  dx  dy  "dlgTitle"&lt;/I&gt; {&lt;/PRE&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 13:05:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-remove-close-button-x/m-p/634315#M9853</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2024-10-04T13:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove close button(x)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-remove-close-button-x/m-p/634521#M9859</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/8527"&gt;@BerndSchwarzenbacher&lt;/a&gt;&amp;nbsp;thanks for the help. Very appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 01:43:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-remove-close-button-x/m-p/634521#M9859</guid>
      <dc:creator>RAFD</dc:creator>
      <dc:date>2024-10-07T01:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove close button(x)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-remove-close-button-x/m-p/634526#M9860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/8527"&gt;@BerndSchwarzenbacher&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I change my modal dialog to palette?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 02:39:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-remove-close-button-x/m-p/634526#M9860</guid>
      <dc:creator>RAFD</dc:creator>
      <dc:date>2024-10-07T02:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove close button(x)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-remove-close-button-x/m-p/634616#M9862</link>
      <description>&lt;P&gt;It's a bit of work to get it right.&lt;BR /&gt;You need to adapt the resource file and specify a palette there and also change the code accordingly.&lt;BR /&gt;I think it's best to check out the DG_Test/OwnerDrawnListBoxPalette Example.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 11:34:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-remove-close-button-x/m-p/634616#M9862</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2024-10-07T11:34:59Z</dc:date>
    </item>
  </channel>
</rss>

