<?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 You need to clear this part. Is it because of the marker interface? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/You-need-to-clear-this-part-Is-it-because-of-the-marker/m-p/376620#M88</link>
    <description>&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/gdl-basics/graphical-ui" target="_blank" rel="noopener"&gt;13. Graphical User Interface | GRAPHISOFT GDL Center&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/tips-and-tricks/how-to-set-up-tabpage-controlling-in-ui" target="_blank" rel="noopener"&gt;How to set up tabpage navigation in UI? | GRAPHISOFT GDL Center&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;! place the following control on every displayed page
!!! ui_current_page gs_ui_current_page
!!! ui_page gs_ui_current_page

! control popup for paging
!!! ui_infield{4} "gs_ui_current_page", 0, 0, 350, 25,
!!! 2, "",
!!! 0, 0,
!!! 30, 20, 30, 20,
!!! tabIcons, tabTitles, tabIDs

! go to next-previous page buttons
!!! ui_button ui_prev, " &amp;lt;&amp;lt; ", 350+10, 2, 32,21, gs_ui_current_page - 1
!!! ui_button ui_next, " &amp;gt;&amp;gt; ", 350+10+37, 2, 32,21, gs_ui_current_page + 1&lt;/LI-CODE&gt;</description>
    <pubDate>Sun, 16 Apr 2023 03:52:36 GMT</pubDate>
    <dc:creator>LeeJaeYoung</dc:creator>
    <dc:date>2023-04-16T03:52:36Z</dc:date>
    <item>
      <title>You need to clear this part. Is it because of the marker interface?</title>
      <link>https://community.graphisoft.com/t5/GDL/You-need-to-clear-this-part-Is-it-because-of-the-marker/m-p/376620#M88</link>
      <description>&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/gdl-basics/graphical-ui" target="_blank" rel="noopener"&gt;13. Graphical User Interface | GRAPHISOFT GDL Center&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/tips-and-tricks/how-to-set-up-tabpage-controlling-in-ui" target="_blank" rel="noopener"&gt;How to set up tabpage navigation in UI? | GRAPHISOFT GDL Center&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;! place the following control on every displayed page
!!! ui_current_page gs_ui_current_page
!!! ui_page gs_ui_current_page

! control popup for paging
!!! ui_infield{4} "gs_ui_current_page", 0, 0, 350, 25,
!!! 2, "",
!!! 0, 0,
!!! 30, 20, 30, 20,
!!! tabIcons, tabTitles, tabIDs

! go to next-previous page buttons
!!! ui_button ui_prev, " &amp;lt;&amp;lt; ", 350+10, 2, 32,21, gs_ui_current_page - 1
!!! ui_button ui_next, " &amp;gt;&amp;gt; ", 350+10+37, 2, 32,21, gs_ui_current_page + 1&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 16 Apr 2023 03:52:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/You-need-to-clear-this-part-Is-it-because-of-the-marker/m-p/376620#M88</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-04-16T03:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: You need to clear this part. Is it because of the marker interface?</title>
      <link>https://community.graphisoft.com/t5/GDL/You-need-to-clear-this-part-Is-it-because-of-the-marker/m-p/376630#M89</link>
      <description>&lt;P&gt;1. My mistake was not creating the gs_ui_current_page (integer) parameter.&lt;/P&gt;
&lt;P&gt;2. in parameter Script&lt;/P&gt;
&lt;P&gt;If "hideparameter all" is not executed, the following state is always maintained. You must run it to go to the page you were editing.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_0-1681469015541.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/36135i29A9FCF0CB88D18F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_0-1681469015541.png" alt="LeeJaeYoung_0-1681469015541.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;Pages are not visible unless Hierarchical pages is turned on.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_0-1681470470741.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/36136iC55CE201669B1673/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_0-1681470470741.png" alt="LeeJaeYoung_0-1681470470741.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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TABID_ROOT = -1&lt;/P&gt;
&lt;P&gt;_idxTab = 1&lt;BR /&gt;TABID_DIMENSIONS = _idxTab : _idxTab = _idxTab + 1&lt;BR /&gt;TABID_2DREPRESENTATION = _idxTab : _idxTab = _idxTab + 1&lt;BR /&gt;TABID_3DREPRESENTATION = _idxTab : _idxTab = _idxTab + 1&lt;/P&gt;
&lt;P&gt;! set the title of the UI area popup&lt;BR /&gt;ui_dialog `My custom object settings`&lt;/P&gt;
&lt;P&gt;! set the parameter "gs_ui_current_page" for actual page display&lt;BR /&gt;ui_current_page gs_ui_current_page&lt;/P&gt;
&lt;P&gt;! ------------------------------------------------------------------------&lt;BR /&gt;! Display actual tabpages using extended ui_page command&lt;BR /&gt;! ------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;ui_page TABID_DIMENSIONS, TABID_ROOT, `Dimensions`&lt;BR /&gt;gosub "pageDimensions"&lt;/P&gt;
&lt;P&gt;ui_page TABID_2DREPRESENTATION, TABID_ROOT, `2D Representation`&lt;BR /&gt;gosub "page2D"&lt;/P&gt;
&lt;P&gt;ui_page TABID_3DREPRESENTATION, TABID_ROOT, `3D Representation and Surfaces`&lt;BR /&gt;gosub "page3D"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;! ------------------------------------------------------------------------&lt;BR /&gt;end&lt;BR /&gt;! ------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;"pageDimensions":&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; !!! tabIcons, tabTitles, tabIDs&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; !!! go to next-previous page buttons&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ui_button ui_prev, " &amp;lt;&amp;lt; ", 350+10, 2, 32,21, gs_ui_current_page - 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ui_button ui_next, " &amp;gt;&amp;gt; ", 350+10+37, 2, 32,21, gs_ui_current_page + 1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;! page content script&lt;BR /&gt;return&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"page2D":&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;! page content script&lt;BR /&gt;return&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"page3D":&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;! page content script&lt;BR /&gt;return&lt;/P&gt;
&lt;P&gt;&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="LeeJaeYoung_1-1681470660084.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/36137iAE91D391735D1015/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_1-1681470660084.png" alt="LeeJaeYoung_1-1681470660084.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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;! control popup for paging&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!!! ui_infield{4} "gs_ui_current_page", 0, 0, 350, 25,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!!! 2, "",&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!!! 0, 0,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!!! 30, 20, 30, 20,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!!! tabIcons, tabTitles, tabIDs&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to study this part more.^^&lt;BR /&gt;Because I am a beginner&lt;/P&gt;
&lt;P&gt;If I could have deleted it, I would not have written this post like this....&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 11:11:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/You-need-to-clear-this-part-Is-it-because-of-the-marker/m-p/376630#M89</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-04-14T11:11:07Z</dc:date>
    </item>
  </channel>
</rss>

