<?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 UI_CUSTOM_POPUP_INFIELD{2} does not Update in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-does-not-Update/m-p/586372#M6255</link>
    <description>&lt;P&gt;If I use UI_CUSTOM_POPUP_INFIELD{2}, whose values are changed dynamically, the selection of UI_CUSTOM_POPUP_INFIELD{2} in the user interface does not update.&lt;/P&gt;
&lt;P&gt;Example:&lt;BR /&gt;Parameter 1 is changed, which changes the selection for parameter 2, whereby parameter 2 is to be displayed by UI_CUSTOM_POPUP_INFIELD{2}.&lt;BR /&gt;Now the value in the UI remains at the old value instead of switching to the only value actually available, or to the first of several.&lt;/P&gt;
&lt;P&gt;Is there a way for UI_CUSTOM_POPUP_INFIELD{2} to update automatically?&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2024 11:21:03 GMT</pubDate>
    <dc:creator>Jochen Suehlo</dc:creator>
    <dc:date>2024-09-26T11:21:03Z</dc:date>
    <item>
      <title>UI_CUSTOM_POPUP_INFIELD{2} does not Update</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-does-not-Update/m-p/586372#M6255</link>
      <description>&lt;P&gt;If I use UI_CUSTOM_POPUP_INFIELD{2}, whose values are changed dynamically, the selection of UI_CUSTOM_POPUP_INFIELD{2} in the user interface does not update.&lt;/P&gt;
&lt;P&gt;Example:&lt;BR /&gt;Parameter 1 is changed, which changes the selection for parameter 2, whereby parameter 2 is to be displayed by UI_CUSTOM_POPUP_INFIELD{2}.&lt;BR /&gt;Now the value in the UI remains at the old value instead of switching to the only value actually available, or to the first of several.&lt;/P&gt;
&lt;P&gt;Is there a way for UI_CUSTOM_POPUP_INFIELD{2} to update automatically?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 11:21:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-does-not-Update/m-p/586372#M6255</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2024-09-26T11:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: UI_CUSTOM_POPUP_INFIELD{2} does not Update</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-does-not-Update/m-p/586870#M6278</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;UI_CUSTOM_POPUP_INFIELD{2}'s purpose is to work without setting values in parameter script.&lt;/P&gt;
&lt;P&gt;Just guessing, maybe you have to do your parameter logic in the ui script. Or try different &lt;STRONG style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 13.2px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -14.6667px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre-wrap; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;storeHiddenId&lt;/STRONG&gt; setups.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 08:11:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-does-not-Update/m-p/586870#M6278</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2024-02-06T08:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: UI_CUSTOM_POPUP_INFIELD{2} does not Update</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-does-not-Update/m-p/586956#M6282</link>
      <description>&lt;P&gt;Hi Peter,&lt;BR /&gt;Thank You for your answer. Yes, I am using this command, because I cannot work with VALUES.&lt;BR /&gt;The calculation is done in 3 subroutines in the Master-Script which are called from the UI Script.&lt;BR /&gt;The storeHiddenId only works with the Value 1 in my case.&lt;BR /&gt;My command looks the following:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;			UI_CUSTOM_POPUP_INFIELD{2} str_sortiment_best[i][j],  in_x_2, dy, in_L_2, 24,
				1, 1, 1, "", 				! storeHiddenId, treeDepth, groupingMethod, selectedValDescription
				_sort_wahl&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoachimSuehlo_0-1707229020619.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/52968i065CAB855308E99B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoachimSuehlo_0-1707229020619.png" alt="JoachimSuehlo_0-1707229020619.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When I change value 1, the popup infield "2" shows "missing value" instead of the first value which is not missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 14:18:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-does-not-Update/m-p/586956#M6282</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2024-02-06T14:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: UI_CUSTOM_POPUP_INFIELD{2} does not Update</title>
      <link>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-does-not-Update/m-p/588736#M6329</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;yes, this is how it works, similar to UI_INFIELD. It stores the ID of the selection in str_sortiment_best.&lt;/P&gt;
&lt;P&gt;Parameter values can only be changed in the parameter script. If the available choices are not known in the parameter script, nothing can be done.&lt;/P&gt;
&lt;P&gt;You can show another string instead UNAVAILABLE VALUE in the closed state with selectedValDescription.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 08:26:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/UI-CUSTOM-POPUP-INFIELD-2-does-not-Update/m-p/588736#M6329</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2024-02-19T08:26:28Z</dc:date>
    </item>
  </channel>
</rss>

