<?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: Is it possible to be notified when a element gets deleted outside observed elements? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/580364#M9001</link>
    <description>&lt;P&gt;Check out the Notification_manager example add-on. You can handle all types of notifications.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 15:08:28 GMT</pubDate>
    <dc:creator>kolioi</dc:creator>
    <dc:date>2023-12-14T15:08:28Z</dc:date>
    <item>
      <title>Is it possible to be notified when a element gets deleted outside observed elements?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/580211#M8995</link>
      <description>&lt;P&gt;Maybe thats a dumb question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we can get a notification when a element gets deleted that has the ElementObserver installet to it with the API Call "ACAPI_Element_InstallElementObserver"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the documentation and the Notification_Manager example imply that it is only possible to be notified when a element gets deleted when the observer is attached to a element.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is there really no other way to get notified when a element gets deleted?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:57:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/580211#M8995</guid>
      <dc:creator>Joel Buehler</dc:creator>
      <dc:date>2024-09-16T12:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to be notified when a element gets deleted outside observed elements?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/580364#M9001</link>
      <description>&lt;P&gt;Check out the Notification_manager example add-on. You can handle all types of notifications.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 15:08:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/580364#M9001</guid>
      <dc:creator>kolioi</dc:creator>
      <dc:date>2023-12-14T15:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to be notified when a element gets deleted outside observed elements?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/580427#M9004</link>
      <description>&lt;P&gt;are you sure the example is able to get a notification of a deleted element that has been created before the ACAPI_Element_CatchNewElement Callback has been hooked?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_0-1702589162475.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/50535i1FDCDB0E6CCD6C50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_0-1702589162475.png" alt="JoelBuehler_0-1702589162475.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;both walls get deleted&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_2-1702589243510.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/50537i692B37FCDA58AC4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_2-1702589243510.png" alt="JoelBuehler_2-1702589243510.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Only one deletion can be seen in the Element Manager:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_1-1702589221525.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/50536i883067A2E7527157/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_1-1702589221525.png" alt="JoelBuehler_1-1702589221525.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From my understanding it is not possible to get any changes of elements that have been created bevore element callback methods have been setup. from my point of view defeats this functionallty the purpose of a element callback system. furthermore would this mean that the element callback system is not consistent to other callback systems like the&amp;nbsp; Project Operation- or the Selection Callbacks, they can catch any changes made to the database.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 21:38:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/580427#M9004</guid>
      <dc:creator>Joel Buehler</dc:creator>
      <dc:date>2023-12-14T21:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to be notified when a element gets deleted outside observed elements?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/580832#M9010</link>
      <description>&lt;P&gt;Hi Joel!&lt;BR /&gt;&lt;BR /&gt;You could install the necessary element observers by iterating through all elements you want to be notified for when opening the project. Make sure to handle the case when an observer is already installed for an element.&lt;BR /&gt;Or is there something blocking you from doing this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 17:00:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/580832#M9010</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2023-12-18T17:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to be notified when a element gets deleted outside observed elements?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/581126#M9019</link>
      <description>&lt;P&gt;Hehey Bernd&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your answer. thats waht i thought that i have to do but i was not sure if i missed something. now i know for sure &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the problem i have is, that a iteration trough the database is time consuming and freezeses the gui &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 06:35:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/581126#M9019</guid>
      <dc:creator>Joel Buehler</dc:creator>
      <dc:date>2023-12-20T06:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to be notified when a element gets deleted outside observed elements?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/581135#M9021</link>
      <description>&lt;P&gt;Yeah that's the unfortunate side effect &lt;span class="lia-unicode-emoji" title=":persevering_face:"&gt;😣&lt;/span&gt;&lt;BR /&gt;In case you haven't used it before, there's a way to show a progress window which at least lets the user know how long it'll take. There's some sample code for it in the &lt;STRONG&gt;DG_Test &lt;/STRONG&gt;example.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 07:54:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-it-possible-to-be-notified-when-a-element-gets-deleted/m-p/581135#M9021</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2023-12-20T07:54:07Z</dc:date>
    </item>
  </channel>
</rss>

