<?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_CUSTOM_POPUP_INFIELD{2} for Array Parameters in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-for-Array-Parameters/m-p/376508#M67</link>
    <description>&lt;P&gt;The manual is confusing about this command, this is what you need:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;UI_CUSTOM_POPUP_INFIELD{2} arrayPar[i], 0, 0, 200, 30,
	1, 1, 1, "", ! storeHiddenId, treeDepth, groupingMethod, selectedValDescription
	"id1", "value1",
	"id2", "value2"&lt;/LI-CODE&gt;
&lt;P&gt;"id..." is the hidden id, which has to be unique among all options.&lt;/P&gt;
&lt;P&gt;id and value has to be the same type as the parameter.&lt;/P&gt;
&lt;P&gt;The parameter will contain the selected hidden ID.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2023 14:32:19 GMT</pubDate>
    <dc:creator>Peter Baksa</dc:creator>
    <dc:date>2023-04-13T14:32:19Z</dc:date>
    <item>
      <title>UI_CUSTOM_POPUP_INFIELD{2} for Array Parameters</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-for-Array-Parameters/m-p/376410#M66</link>
      <description>&lt;P&gt;How do I use UI_CUSTOM_POPUP_INFIELD{2} for Array Parameters?&lt;/P&gt;
&lt;P&gt;With a non Array Parameter the following example works well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;UI_CUSTOM_POPUP_INFIELD "best_1", 81, dy, 40, 24,
0, 0, 1, "", 
"A",
"B",
"C"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the same syntax does not work with an array parameter:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;UI_CUSTOM_POPUP_INFIELD{2} best[i], 126, dy, 40, 24,
0, 0, 1, "", 
"A",
"B",
"C"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot use VALUES in the Parameter Script, because every Array Parameter Index must have a different Value-List.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 15:29:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-for-Array-Parameters/m-p/376410#M66</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2023-04-12T15:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: UI_CUSTOM_POPUP_INFIELD{2} for Array Parameters</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-for-Array-Parameters/m-p/376508#M67</link>
      <description>&lt;P&gt;The manual is confusing about this command, this is what you need:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;UI_CUSTOM_POPUP_INFIELD{2} arrayPar[i], 0, 0, 200, 30,
	1, 1, 1, "", ! storeHiddenId, treeDepth, groupingMethod, selectedValDescription
	"id1", "value1",
	"id2", "value2"&lt;/LI-CODE&gt;
&lt;P&gt;"id..." is the hidden id, which has to be unique among all options.&lt;/P&gt;
&lt;P&gt;id and value has to be the same type as the parameter.&lt;/P&gt;
&lt;P&gt;The parameter will contain the selected hidden ID.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 14:32:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-for-Array-Parameters/m-p/376508#M67</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2023-04-13T14:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: UI_CUSTOM_POPUP_INFIELD{2} for Array Parameters</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-for-Array-Parameters/m-p/376513#M68</link>
      <description>&lt;P&gt;Thank You Peter, that works well.&lt;BR /&gt;Is it also possible to have the same values shown in the popup&lt;/P&gt;
&lt;P&gt;in the infield as well?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 14:55:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-for-Array-Parameters/m-p/376513#M68</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2023-04-13T14:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: UI_CUSTOM_POPUP_INFIELD{2} for Array Parameters</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-for-Array-Parameters/m-p/377098#M69</link>
      <description>&lt;P&gt;What do you mean by same values?&lt;/P&gt;
&lt;P&gt;The id is not shown, the value is shown. You can make the values equal the ids.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 06:12:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-for-Array-Parameters/m-p/377098#M69</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2023-04-19T06:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: UI_CUSTOM_POPUP_INFIELD{2} for Array Parameters</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-for-Array-Parameters/m-p/377121#M70</link>
      <description>&lt;P&gt;The first time I tried it, it did not work, that the IDs and the values are equal.&lt;BR /&gt;Now it works, thank you for following up.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 07:55:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-for-Array-Parameters/m-p/377121#M70</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2023-04-19T07:55:35Z</dc:date>
    </item>
  </channel>
</rss>

