<?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 Make an extra page in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273079#M4761</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Hello everyone,&lt;BR /&gt;I am currently struggling with gdl objects more specifically user interface scripting. &lt;BR /&gt;I would like to create an extra page in the dialog box. Can anyone help me with that?&lt;/DIV&gt;</description>
    <pubDate>Mon, 26 Sep 2022 20:47:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-09-26T20:47:09Z</dc:date>
    <item>
      <title>Make an extra page</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273079#M4761</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello everyone,&lt;BR /&gt;I am currently struggling with gdl objects more specifically user interface scripting. &lt;BR /&gt;I would like to create an extra page in the dialog box. Can anyone help me with that?&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Sep 2022 20:47:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273079#M4761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-26T20:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Make an extra page</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273080#M4762</link>
      <description>That depends on how the pages are scripted.&lt;BR /&gt;
Are you using the Hierarchial Pages?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 21 Aug 2020 01:17:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273080#M4762</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-08-21T01:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Make an extra page</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273081#M4763</link>
      <description>I have attached a screenshot of the interface script. I have to say that I am really new at this and I am just trying to learn. I felt like I have to mention that in case the answer was really obvious and under my nose the whole time  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 21 Aug 2020 08:20:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273081#M4763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-21T08:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Make an extra page</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273082#M4764</link>
      <description>Ah, you are trying to edit a Graphisoft object.&lt;BR /&gt;
Good Luck  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_exclaim.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Yes it is using Hierarchical pages (the button at the top is active).&lt;BR /&gt;
&lt;BR /&gt;
However this script is CALLing another - "Kitchen Cabinets UI macro"&lt;BR /&gt;
&lt;BR /&gt;
If you open that you will see the script you need to edit.&lt;BR /&gt;
But I don't fully understand it.&lt;BR /&gt;
Maybe someone else can help.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2020 08:48:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273082#M4764</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-08-21T08:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Make an extra page</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273083#M4765</link>
      <description>Normally you'd start a new page by simply writing&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/reference-guide/the-user-interface-script#UI_PAGE_gdlcommand" target="_blank"&gt;UI_PAGE&lt;/A&gt; id, -1, "title", ""&lt;BR /&gt;
(The id's have to be continuous)&lt;BR /&gt;
&lt;BR /&gt;
In this case "Kitchen Cabinets UI macro" restricts the possible pages, using a command in the parameter script:
&lt;PRE&gt;values "gs_ui_current_page" get(nsp)&lt;/PRE&gt;
&lt;A href="http://gdl.graphisoft.com/tips-and-tricks/how-to-set-up-tabpage-controlling-in-ui" target="_blank"&gt;gs_ui_current_page&lt;/A&gt; is a special parameter, using VALUES on it limits the possible pages. So you need to modify the macro too if you need to extend it.</description>
      <pubDate>Mon, 24 Aug 2020 09:20:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273083#M4765</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2020-08-24T09:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Make an extra page</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273084#M4766</link>
      <description>&lt;BLOCKQUOTE&gt;Peter wrote:&lt;BR /&gt;
In this case "Kitchen Cabinets UI macro" restricts the possible pages, using a command in the parameter script:
&lt;PRE&gt;values "gs_ui_current_page" get(nsp)&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
Thanks Peter.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 24 Aug 2020 09:27:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-an-extra-page/m-p/273084#M4766</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-08-24T09:27:49Z</dc:date>
    </item>
  </channel>
</rss>

