<?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 Amending Settings List in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Amending-Settings-List/m-p/369658#M706</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone know how to identifiy and pick out a page from the&amp;nbsp;&lt;STRONG&gt;ui_tabIDlistHierachy_m&lt;/STRONG&gt; macro? Trying to insert a page into an object and so far I have only been able to get it to create a new root page, or overlap an existing page of which I have not figured out how to control. I am wanting to insert my page under the "Wall Opening" group.&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="Lingwisyer_0-1675411887039.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/34065iD7730AD4A0D33A66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lingwisyer_0-1675411887039.png" alt="Lingwisyer_0-1675411887039.png" /&gt;&lt;/span&gt;&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;
&lt;P&gt;Ling.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2023 08:12:14 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2023-02-03T08:12:14Z</dc:date>
    <item>
      <title>Amending Settings List</title>
      <link>https://community.graphisoft.com/t5/GDL/Amending-Settings-List/m-p/369658#M706</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone know how to identifiy and pick out a page from the&amp;nbsp;&lt;STRONG&gt;ui_tabIDlistHierachy_m&lt;/STRONG&gt; macro? Trying to insert a page into an object and so far I have only been able to get it to create a new root page, or overlap an existing page of which I have not figured out how to control. I am wanting to insert my page under the "Wall Opening" group.&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="Lingwisyer_0-1675411887039.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/34065iD7730AD4A0D33A66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lingwisyer_0-1675411887039.png" alt="Lingwisyer_0-1675411887039.png" /&gt;&lt;/span&gt;&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;
&lt;P&gt;Ling.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 08:12:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Amending-Settings-List/m-p/369658#M706</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2023-02-03T08:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Amending Settings List</title>
      <link>https://community.graphisoft.com/t5/GDL/Amending-Settings-List/m-p/369660#M707</link>
      <description>&lt;P&gt;Well... I just set it to 100 instead of trying to use&amp;nbsp;iParID_WallOpening...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;!--------------------------------------------------------------------------------
! Tabpages created in WallholeStructure macro or belonging to Wall Opening parent
!--------------------------------------------------------------------------------
"wallOpeningTabIDs":
	tabIDx = 100
	iUiID_WallOpening = tabIDx
	iParID_WallOpening = iUiID_Root : tabIDx = tabIDx + 1

		!--------------------------------------------------------------------------------
		! CHE Balcony Window functions inicialization, not part of WallholeStructure macro,
		! don't return if bFixtureFittingTabIDsOnly
		!--------------------------------------------------------------------------------
		iUiID_RevealAndWallClosure_CHE = tabIDx
		iParID_RevealAndWallClosure_CHE = iUiID_WallOpening : tabIDx = tabIDx + 1
		!--------------------------------------------------------------------------------
		! CHE Balcony Window functions END
		!--------------------------------------------------------------------------------

		iUiID_Reveal = tabIDx
		iParID_Reveal = iUiID_WallOpening : tabIDx = tabIDx + 1

		iUiID_Closure = tabIDx
		iParID_Closure = iUiID_WallOpening : tabIDx = tabIDx + 1

		iUiID_WallInset = tabIDx
		iParID_WallInset = iUiID_WallOpening : tabIDx = tabIDx + 1

		!--------------------------------------------------------------------------------
		! AUT/GER Ornamental Window Moldings, part of WallholeStructure macro,
		! return always
		!--------------------------------------------------------------------------------
		iUiID_Faschen = tabIDx
		iParID_Faschen = iUiID_WallOpening : tabIDx = tabIDx + 1
		!--------------------------------------------------------------------------------
		! AUT/GER functions END
		!--------------------------------------------------------------------------------

		iUiID_MasonryArch = tabIDx
		iParID_MasonryArch = iUiID_WallOpening : tabIDx = tabIDx + 1

		iUiID_Tolerances = tabIDx
		iParID_Tolerances = iUiID_WallOpening : tabIDx = tabIDx + 1
		
		iUiID_WallOpModelAttr = tabIDx
		iParID_WallOpModelAttr = iUiID_WallOpening : tabIDx = tabIDx + 1
return
&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 03 Feb 2023 08:18:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Amending-Settings-List/m-p/369660#M707</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2023-02-03T08:18:40Z</dc:date>
    </item>
  </channel>
</rss>

