<?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 Property Test Add-on issues on german version of AC22 in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231186#M4168</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;I have some issues with the german version of AC22 and the property test add-on.&lt;BR /&gt;&lt;BR /&gt;The problem is that when a draw a basic wall, then select it and try test -&amp;gt; properties -&amp;gt; define string custom property for selected element ( none of the first three options work ! ) i get the error from the screenshot ( see below )&lt;BR /&gt;&lt;BR /&gt;On the Archicad 22 INT version i do the same steps and the property is set to the element without any error.&lt;BR /&gt;&lt;BR /&gt;I would be thankful if you could explain why this happens &lt;IMG style="display: inline;" src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" border="0" /&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 30 Nov 2022 09:56:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-30T09:56:45Z</dc:date>
    <item>
      <title>Property Test Add-on issues on german version of AC22</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231186#M4168</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;I have some issues with the german version of AC22 and the property test add-on.&lt;BR /&gt;&lt;BR /&gt;The problem is that when a draw a basic wall, then select it and try test -&amp;gt; properties -&amp;gt; define string custom property for selected element ( none of the first three options work ! ) i get the error from the screenshot ( see below )&lt;BR /&gt;&lt;BR /&gt;On the Archicad 22 INT version i do the same steps and the property is set to the element without any error.&lt;BR /&gt;&lt;BR /&gt;I would be thankful if you could explain why this happens &lt;IMG style="display: inline;" src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" border="0" /&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 Nov 2022 09:56:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231186#M4168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-30T09:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Property Test Add-on issues on german version of AC22</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231187#M4169</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Each kind of property is available for only elements with a specific classifications.&lt;BR /&gt;
In Property Manager if you select a Property, then you can check the list "Availability for Classifications".&lt;BR /&gt;
Therefore an unclassified element cannot have properties. I bet your wall is unclassified and that causes the issue.&lt;BR /&gt;
&lt;BR /&gt;
Property Test Add-On function tries to create a new property and makes it available for the classifications of the selected element. But if your element is unclassified, then the created property will be available for none and cannot be set for the selected element. The error code APIERR_BADPROPERTYFORELEMENT suggests this.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:14:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231187#M4169</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2018-08-10T14:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Property Test Add-on issues on german version of AC22</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231188#M4170</link>
      <description>Hi Tibor&lt;BR /&gt;
&lt;BR /&gt;
I am also having issues with the Property Test Addon.&lt;BR /&gt;
But I can't get it to do anything. Not one of the functions will work for me. !! (They show in the test menu)&lt;BR /&gt;
I have successfully compiled other addons for 22 without issue.&lt;BR /&gt;
I have tried the default template, checked my classifications, checked the property types etc etc but still nothing. I don't even get error messages...&lt;BR /&gt;
&lt;BR /&gt;
Any help greatly appreciated &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
I am using Xcode 9.4 on High Sierra. AC 22.</description>
      <pubDate>Wed, 29 Aug 2018 12:21:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231188#M4170</guid>
      <dc:creator>Ben Cohen</dc:creator>
      <dc:date>2018-08-29T12:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Property Test Add-on issues on german version of AC22</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231189#M4171</link>
      <description>Hi Ben,&lt;BR /&gt;
&lt;BR /&gt;
I made a short video to present the first few functions of the Property Test AddOn: &lt;A href="https://lorantfyt.tinytake.com/sf/Mjg3NTc0Ml84NjMxMjQ0" target="_blank"&gt;https://lorantfyt.tinytake.com/sf/Mjg3NTc0Ml84NjMxMjQ0&lt;/A&gt;
&lt;LIST type="decimal"&gt;&lt;S&gt;&lt;UL&gt;&lt;LI&gt;&lt;S&gt;&lt;/S&gt;&lt;/LI&gt;&lt;LI&gt;I drew a wall and opened it's settings. I can see that it has a classification ('Wall' in my case) and has properties ('Fire Resistance Rating' in my case).&lt;/LI&gt;
&lt;LI&gt;&lt;S&gt;&lt;/S&gt;&lt;/LI&gt;&lt;LI&gt;I selected my wall and used the first function of the Property Test Add-On from the 'Test/Properties/Define a new bool custom property for the selected element' menu.&lt;/LI&gt;
&lt;LI&gt;&lt;S&gt;&lt;/S&gt;&lt;/LI&gt;&lt;LI&gt;I opened the settings dialog again and I realized that a new group of properties was added to my element and there is one property inside it with 'Property_Test Add-On Definition ...' name and it's value is 'True'.&lt;/LI&gt;&lt;/UL&gt;
Could you repeat these steps please using your project and tell me which step works differently for you?&lt;BR /&gt;
(For example at first step your wall doesn't have any classification or property.)&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Tibor&lt;/S&gt;&lt;/LIST&gt;</description>
      <pubDate>Wed, 29 Aug 2018 13:48:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231189#M4171</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2018-08-29T13:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Property Test Add-on issues on german version of AC22</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231190#M4172</link>
      <description>Hi Tibor&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the prompt reply...&lt;BR /&gt;
My addon will not do any of that. &lt;BR /&gt;
It seems that something is missing in the build that is totally preventing it from working.&lt;BR /&gt;
I have created a screen recording here&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.dropbox.com/s/2q8c0ai8t3xvkx6/Property%20API%20Issue.mov?dl=0" target="_blank"&gt;&lt;LINK_TEXT text="https://www.dropbox.com/s/2q8c0ai8t3xvk ... e.mov?dl=0"&gt;https://www.dropbox.com/s/2q8c0ai8t3xvkx6/Property%20API%20Issue.mov?dl=0&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
This API has so much potential.. I really want it to start working &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 29 Aug 2018 14:17:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231190#M4172</guid>
      <dc:creator>Ben Cohen</dc:creator>
      <dc:date>2018-08-29T14:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Property Test Add-on issues on german version of AC22</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231191#M4173</link>
      <description>Hi Ben,&lt;BR /&gt;
&lt;BR /&gt;
I uploaded my Property_Test Add-On (macOS build) zipped here: 

&lt;BR /&gt;
Could you try with this please? Do not forget to remove your Add-On before.&lt;BR /&gt;
If it's still not working, then could you send me your ARCHICAD project file please? (&lt;A href="mailto: archicadapi@graphisoft.com"&gt;archicadapi@graphisoft.com&lt;/A&gt;)&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Tibor</description>
      <pubDate>Wed, 29 Aug 2018 15:44:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231191#M4173</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2018-08-29T15:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Property Test Add-on issues on german version of AC22</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231192#M4174</link>
      <description>Hi Tibor&lt;BR /&gt;
&lt;BR /&gt;
Your addon works perfectly... &lt;BR /&gt;
Could my XCode be missing some component.. ?</description>
      <pubDate>Thu, 30 Aug 2018 01:23:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231192#M4174</guid>
      <dc:creator>Ben Cohen</dc:creator>
      <dc:date>2018-08-30T01:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Property Test Add-on issues on german version of AC22</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231193#M4175</link>
      <description>Hi Ben,&lt;BR /&gt;
&lt;BR /&gt;
Could you send me please a screenshot of your Xcode build report?


&lt;BR /&gt;
Have you made any changes in the source of the Property_Test example Add-On?&lt;BR /&gt;
I uploaded the source of the Property_Test example Add-On:</description>
      <pubDate>Thu, 30 Aug 2018 07:55:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231193#M4175</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2018-08-30T07:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Property Test Add-on issues on german version of AC22</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231194#M4176</link>
      <description>Hi Tibor&lt;BR /&gt;
&lt;BR /&gt;
OK.. I downloaded your project and compiled.. still wouldn't work. &lt;BR /&gt;
So I copied over the entire examples folder from the devkit and bingo!! started working.&lt;BR /&gt;
&lt;BR /&gt;
The only thing I had changed was the MDIDs_APICD.h (of course)... maybe I need to resave this file as it has been untouched for years..&lt;BR /&gt;
Also, strange that my other project compiled without issue?. &lt;BR /&gt;
&lt;BR /&gt;
Thanks so much for your time on this mate... really appreciated &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Thu, 30 Aug 2018 08:41:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231194#M4176</guid>
      <dc:creator>Ben Cohen</dc:creator>
      <dc:date>2018-08-30T08:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Property Test Add-on issues on german version of AC22</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231195#M4177</link>
      <description>confirmed... &lt;BR /&gt;
Of course the newer projects where not contained in the MDIDs_APICD.h. DOH!!&lt;BR /&gt;
&lt;BR /&gt;
Thanks Tibor...</description>
      <pubDate>Thu, 30 Aug 2018 09:39:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Property-Test-Add-on-issues-on-german-version-of-AC22/m-p/231195#M4177</guid>
      <dc:creator>Ben Cohen</dc:creator>
      <dc:date>2018-08-30T09:39:05Z</dc:date>
    </item>
  </channel>
</rss>

