<?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 How happy I'd be if someone recorded how 2 create an API-button... in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/680879#M10652</link>
    <description>&lt;P&gt;...that triggered a py script in Archicad.&lt;/P&gt;
&lt;P&gt;Let's say using Tapir &amp;gt; Publish....and make a nice AC button to run the script.&lt;/P&gt;
&lt;P&gt;I can get AI to script stuff in python but am very interested in the effort of creating custom buttons/palettes in Archicad to make the scripts more available. I'm a video learner...not so much reading gazillions of text pages. Maybe I'm lazy but I learn from videos.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2025 14:03:06 GMT</pubDate>
    <dc:creator>Mats Knutsson</dc:creator>
    <dc:date>2025-10-21T14:03:06Z</dc:date>
    <item>
      <title>How happy I'd be if someone recorded how 2 create an API-button...</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/680879#M10652</link>
      <description>&lt;P&gt;...that triggered a py script in Archicad.&lt;/P&gt;
&lt;P&gt;Let's say using Tapir &amp;gt; Publish....and make a nice AC button to run the script.&lt;/P&gt;
&lt;P&gt;I can get AI to script stuff in python but am very interested in the effort of creating custom buttons/palettes in Archicad to make the scripts more available. I'm a video learner...not so much reading gazillions of text pages. Maybe I'm lazy but I learn from videos.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 14:03:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/680879#M10652</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2025-10-21T14:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: How happy I'd be if someone recorded how 2 create an API-button...</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/680881#M10653</link>
      <description>&lt;P&gt;I think&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/640"&gt;@runxel&lt;/a&gt;'s Perisso project is the quick solution you are looking for:&amp;nbsp;&lt;A href="https://github.com/runxel/perisso" target="_blank"&gt;https://github.com/runxel/perisso&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 14:05:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/680881#M10653</guid>
      <dc:creator>Noemi Balogh</dc:creator>
      <dc:date>2025-10-21T14:05:57Z</dc:date>
    </item>
    <item>
      <title>Betreff: How happy I'd be if someone recorded how 2 create an API-button...</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/680923#M10654</link>
      <description>&lt;P&gt;Hi Mats!&lt;/P&gt;
&lt;P&gt;Since you posted this in the C++ section... Do you actually want to have an add-on that has a little palette with a button?&lt;/P&gt;
&lt;P&gt;Probably not.&lt;/P&gt;
&lt;P&gt;I don't know of any video for Archicad directly. But that's not really needed anyway, because you essentially ask for a video on UI with Python. Just look around YouTube, I'm pretty sure you'll find something worthwhile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you might know we deliver Tapir with some scripts right out of the box. We use tkinter in the &lt;A href="https://github.com/ENZYME-APD/tapir-archicad-automation/blob/39939c28a36ce8a91bf0b6be508206cef496a089/builtin-scripts/OrthoWallFinder.py" target="_blank" rel="noopener"&gt;OrthoWall script&lt;/A&gt;&amp;nbsp;since that comes with Python and does not need any external dependencies. You can look up the script to see how it's done.&lt;/P&gt;
&lt;P&gt;UI is finicky tho, it might run well on Windows and not at all on Mac, and vice versa. Needs some testing. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/167292"&gt;@FBumaye&lt;/a&gt;&amp;nbsp;does something similiar to you I think. He deploys a company-wide tool that let's you run certain predefined functions.&lt;/P&gt;
&lt;P&gt;He uses streamlit and pywebview instead of tkinter.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 15:11:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/680923#M10654</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2025-10-21T15:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: How happy I'd be if someone recorded how 2 create an API-button...</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/680974#M10657</link>
      <description>&lt;P&gt;Hi Mats!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also turn on the Python palette in the Experimental features, and open it from the Window/Palettes menu – I think it is close to what you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&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="Experimental Python palette.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/93520i32957A5242A9332F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Experimental Python palette.png" alt="Experimental Python palette.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 11:54:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/680974#M10657</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2025-10-22T11:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How happy I'd be if someone recorded how 2 create an API-button...</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/681101#M10659</link>
      <description>&lt;P&gt;To answer all:&lt;/P&gt;
&lt;P&gt;I use the Python addon but not Tapir ( I will use it for publishing and preferably automatic publishing). Will look into Perisso when I can squeeze time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just want to see the workflow how to create a small palette...could be anything really.&lt;/P&gt;
&lt;P&gt;/M&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 13:08:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/681101#M10659</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2025-10-22T13:08:29Z</dc:date>
    </item>
    <item>
      <title>Betreff: How happy I'd be if someone recorded how 2 create an API-button...</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/681133#M10660</link>
      <description>&lt;P&gt;I'm managing our Archicad templates. Would you recommend fiddling with Tapir and custom stuff on another computer not to risk any mishaps in our tpl's?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 14:46:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/681133#M10660</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2025-10-22T14:46:09Z</dc:date>
    </item>
    <item>
      <title>Betreff: How happy I'd be if someone recorded how 2 create an API-button...</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/681140#M10661</link>
      <description>&lt;P&gt;Oh don't you worry. You'll be fine. I don't think you can break anything that hard that you have to do that on another PC.&lt;/P&gt;
&lt;P&gt;In the end you are dealing with the Archicad project directly. So as long you start on a local file, if you don't know what you are doing, it's okay.&lt;/P&gt;
&lt;P&gt;Wouldn't rush into a productive TW file right away, tho &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 15:11:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-happy-I-d-be-if-someone-recorded-how-2-create-an-API-button/m-p/681140#M10661</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2025-10-22T15:11:31Z</dc:date>
    </item>
  </channel>
</rss>

