<?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: UI_PAGE in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/UI-PAGE/m-p/365206#M1655</link>
    <description>&lt;P&gt;Look at &lt;A href="https://gdl.Graphisoft.com/tips-and-tricks" target="_blank"&gt;https://gdl.Graphisoft.com/tips-and-tricks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are some topics about UI_Pages and navigation.&lt;BR /&gt;And some basics here &lt;A href="https://www.b-prisma.de/ueber-gdl/gdl-blog/user-interface-in-gdl-objekten/" target="_blank"&gt;https://www.b-prisma.de/ueber-gdl/gdl-blog/user-interface-in-gdl-objekten/&lt;/A&gt; (use Google translate)&lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2022 16:57:06 GMT</pubDate>
    <dc:creator>Jochen Suehlo</dc:creator>
    <dc:date>2022-12-15T16:57:06Z</dc:date>
    <item>
      <title>UI_PAGE</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-PAGE/m-p/365202#M1654</link>
      <description>&lt;P&gt;I am trying to make objects via GDL Scripting but I am really confused about UI_PAGES.&lt;/P&gt;&lt;P&gt;1. How do you create pages?&lt;/P&gt;&lt;P&gt;2. How do you link the elements or (Subtopics) to each page?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 16:37:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-PAGE/m-p/365202#M1654</guid>
      <dc:creator>Duke_Dandungu</dc:creator>
      <dc:date>2022-12-15T16:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: UI_PAGE</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-PAGE/m-p/365206#M1655</link>
      <description>&lt;P&gt;Look at &lt;A href="https://gdl.Graphisoft.com/tips-and-tricks" target="_blank"&gt;https://gdl.Graphisoft.com/tips-and-tricks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are some topics about UI_Pages and navigation.&lt;BR /&gt;And some basics here &lt;A href="https://www.b-prisma.de/ueber-gdl/gdl-blog/user-interface-in-gdl-objekten/" target="_blank"&gt;https://www.b-prisma.de/ueber-gdl/gdl-blog/user-interface-in-gdl-objekten/&lt;/A&gt; (use Google translate)&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 16:57:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-PAGE/m-p/365206#M1655</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2022-12-15T16:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: UI_PAGE</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-PAGE/m-p/365233#M1656</link>
      <description>&lt;P&gt;Just copy paste this text in your interface and see whats happend and then analize it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ui_dialog `Sample page jorge_arreguin@yahoo.com `
UI_STYLE 0,0

UI_PAGE 1
ui_outfield `dim A`, 5, 25, 120, 15
ui_infield "A", 100, 25, 40, 19
ui_outfield `dim B`, 180,25, 70, 15
ui_infield "B", 260, 25, 35, 19
ui_outfield `Z dim`, 330, 25, 60, 15
ui_infield "ZZYZX", 400, 25, 40, 19
UI_BUTTON UI_NEXT, "NEXT", 384, 240, 60, 15
ui_outfield `Sample page by Jorge Arreguin`, 100, 100, 250, 15

UI_PAGE 2
ui_outfield `this is the page number two`, 65, 100, 250, 15
UI_BUTTON UI_PREV, "PREVIEW", 5, 240, 60, 15&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Dec 2022 02:42:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-PAGE/m-p/365233#M1656</guid>
      <dc:creator>Jorge_Arreguin</dc:creator>
      <dc:date>2022-12-20T02:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: UI_PAGE</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-PAGE/m-p/365313#M1657</link>
      <description>&lt;P&gt;That's really helpful - thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I spent a little time modifying a custom UI recently and the documentation is not designed for complete novices to dip into.&lt;/P&gt;&lt;P&gt;It's not massively cognitively demanding, but does require quite a bit of application and effort to understand.&lt;/P&gt;&lt;P&gt;I was considering writing a template to help GDL idiots like me with positioning.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 12:06:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-PAGE/m-p/365313#M1657</guid>
      <dc:creator>Jim Allen</dc:creator>
      <dc:date>2022-12-16T12:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: UI_PAGE</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-PAGE/m-p/366511#M1658</link>
      <description>&lt;P&gt;you are welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2023 21:01:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-PAGE/m-p/366511#M1658</guid>
      <dc:creator>Jorge_Arreguin</dc:creator>
      <dc:date>2023-01-02T21:01:24Z</dc:date>
    </item>
  </channel>
</rss>

