<?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: Strange problem with overlapping dockable palettes on Mac in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247109#M4272</link>
    <description>I recommend you this page: &lt;A href="https://www.guidgenerator.com" target="_blank"&gt;https://www.guidgenerator.com&lt;/A&gt;&lt;BR /&gt;
This simple site explans well what is GUID and you can generate unique identifiers here also.&lt;BR /&gt;
&lt;BR /&gt;
If you are using macOS system, then you can use the following command in the Terminal to generate GUID:
&lt;PRE&gt;uuidgen&lt;/PRE&gt;</description>
    <pubDate>Thu, 27 Sep 2018 13:30:03 GMT</pubDate>
    <dc:creator>Tibor Lorantfy</dc:creator>
    <dc:date>2018-09-27T13:30:03Z</dc:date>
    <item>
      <title>Strange problem with overlapping dockable palettes on Mac</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247106#M4269</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I have got a very strange problem with two palettes on Archicad 20 on Mac: when both of them are opened and docked, they are totally overlapped as if there is only one of them, moving this "double" palette also moves both of them. When I drag this palette down to undock it, then the other palette which remains docked is seen and I can see both of them - one docked and the other undocked. If I drag the docked one down, then it overlaps the undocked one and I can see again only one palette. Dragging this palette back to dock it moves both palettes to the dock and they remain overlapped. The only way I can see two palettes is when both are docked and then I drag "the upper" one down to undock it.&lt;BR /&gt;&lt;BR /&gt;Do I have any problems with the IDs in the .grc file?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/DIV&gt;</description>
      <pubDate>Thu, 06 Oct 2022 11:03:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247106#M4269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-06T11:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem with overlapping dockable palettes on Mac</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247107#M4270</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
My first tip is that you accidentally used the same GUID for the two palettes.&lt;BR /&gt;
Make sure that both palettes have unique GUID and you passed the proper identifiers to the constructor function of DG::Palette baseclass and the ACAPI_RegisterModelessWindow function.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Tibor</description>
      <pubDate>Thu, 27 Sep 2018 12:50:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247107#M4270</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2018-09-27T12:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem with overlapping dockable palettes on Mac</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247108#M4271</link>
      <description>Thanks a lot, Tibor!&lt;BR /&gt;
&lt;BR /&gt;
I changed GS::Guid and it works! But only the first opened palette can be docked and undocked by dragging, if I drag the second to the dock and down, it remains always undocked.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
And something else - GS::Guid is a very complex combination of letters, numbers and dashes, surrounded by '{}'. I don't know how it is generated because I inherited this project from the previous colleague who I never met.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; .  I just changed the last letter. &lt;BR /&gt;
&lt;BR /&gt;
Regards!</description>
      <pubDate>Thu, 27 Sep 2018 13:17:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247108#M4271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-27T13:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem with overlapping dockable palettes on Mac</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247109#M4272</link>
      <description>I recommend you this page: &lt;A href="https://www.guidgenerator.com" target="_blank"&gt;https://www.guidgenerator.com&lt;/A&gt;&lt;BR /&gt;
This simple site explans well what is GUID and you can generate unique identifiers here also.&lt;BR /&gt;
&lt;BR /&gt;
If you are using macOS system, then you can use the following command in the Terminal to generate GUID:
&lt;PRE&gt;uuidgen&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Sep 2018 13:30:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247109#M4272</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2018-09-27T13:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem with overlapping dockable palettes on Mac</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247110#M4273</link>
      <description>&lt;BLOCKQUOTE&gt;n.mihaylov wrote:&lt;BR /&gt;only the first opened palette can be docked and undocked by dragging, if I drag the second to the dock and down, it remains always undocked.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt; 
&lt;/BLOCKQUOTE&gt;

The following reasons can cause this issue:&lt;BR /&gt;
- A palette cannot be docked if there isn't enough free space for it on your display to be docked.&lt;BR /&gt;
- You used the same reference ID or palette callback function for the two palettes. These informations are passed to the ACAPI_RegisterModelessWindow function in the first and the second parameters.&lt;BR /&gt;
&lt;BR /&gt;
Maybe there could be more reasons too... but let's see you face one of these.</description>
      <pubDate>Thu, 27 Sep 2018 13:38:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247110#M4273</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2018-09-27T13:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem with overlapping dockable palettes on Mac</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247111#M4274</link>
      <description>The problem was the guid which I changed manually - I just found the online generators and generated a "real" one, now I am going to learn more about the guid.&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much, it turned out this is the only place in the whole internet where I can find any information about this specific area of programming!</description>
      <pubDate>Thu, 27 Sep 2018 13:43:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Strange-problem-with-overlapping-dockable-palettes-on-Mac/m-p/247111#M4274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-27T13:43:18Z</dc:date>
    </item>
  </channel>
</rss>

