<?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_RADIOBUTTON ignoring second array index in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307685#M4347</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/14769"&gt;@Piotr Dobrowolski&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;UI_RADIOBUTTON integerArray[&lt;EM&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/EM&gt;][1], 515, `test Value21`, 10, 160, 100, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I think you meant the above. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This basically proves my point: it will assign any value of [i][j] into [i][&lt;EM&gt;&lt;STRONG&gt;i&lt;/STRONG&gt;&lt;/EM&gt;].&lt;/P&gt;&lt;P&gt;So here integerArray[1][&lt;EM&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/EM&gt;] and integerArray[1][&lt;EM&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/EM&gt;] both went to integerArray[1][&lt;EM&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/EM&gt;].&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-28 at 14.38.42.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/5397i07B97BD1BA5831F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-09-28 at 14.38.42.png" alt="Screenshot 2021-09-28 at 14.38.42.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-28 at 14.38.12.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/5396i4350BE1272F867A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-09-28 at 14.38.12.png" alt="Screenshot 2021-09-28 at 14.38.12.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;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-28 at 14.42.36.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/5398i323257BD606FD144/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-09-28 at 14.42.36.png" alt="Screenshot 2021-09-28 at 14.42.36.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 28 Sep 2021 13:44:55 GMT</pubDate>
    <dc:creator>Denny Wong</dc:creator>
    <dc:date>2021-09-28T13:44:55Z</dc:date>
    <item>
      <title>UI_RADIOBUTTON ignoring second array index</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307494#M4337</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to use UI_RADIOBUTTON with a 2 dimensional array parameter. However if I ask for _param[i][j], it will always store the value in [i][i] instead, making this command useful in the diagonal matrix only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope I am not missing something obvious - but this appears to be a bug to me...?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks in advance, I'll love to hear your thoughts.&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="UI_RADIOBUTTON stores values into [2][2], not [2][3] as specified" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/5335i70E4CEF6A72286DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-27 at 12.38.07.png" alt="UI_RADIOBUTTON stores values into [2][2], not [2][3] as specified" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;UI_RADIOBUTTON stores values into [2][2], not [2][3] as specified&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tested in AC23 and AC25, latest patches.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 09:23:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307494#M4337</guid>
      <dc:creator>Denny Wong</dc:creator>
      <dc:date>2024-09-09T09:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: UI_RADIOBUTTON ignoring second array index</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307548#M4338</link>
      <description>&lt;P&gt;You should use&amp;nbsp; UI_RADIOBUTTON{2} to be able to use matrix parameters with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Piotr&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 18:25:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307548#M4338</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2021-09-27T18:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: UI_RADIOBUTTON ignoring second array index</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307628#M4339</link>
      <description>&lt;P&gt;Hi Piotr, many thanks for your reply. I thought UI_RADIOBUTTON{2} only take string expression for the parameter and its not taking "someintegers[2][3]" nor someintegers[2][3]. Am I missing something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 07:28:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307628#M4339</guid>
      <dc:creator>Denny Wong</dc:creator>
      <dc:date>2021-09-28T07:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: UI_RADIOBUTTON ignoring second array index</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307665#M4340</link>
      <description>&lt;P&gt;remove quotes&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 12:19:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307665#M4340</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2021-09-28T12:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: UI_RADIOBUTTON ignoring second array index</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307666#M4341</link>
      <description>&lt;P&gt;UI_RADIOBUTTON{2}&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;I&gt;&lt;STRONG&gt;Compatibility&lt;/STRONG&gt;: introduced in Archicad 20.&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;UI_RADIOBUTTON{2}&lt;/STRONG&gt; "name", value, text, x, y, width, height&lt;/PRE&gt;&lt;P&gt;Generates a radio button of a radio button group. Radio button groups are defined by the parameter name.&lt;BR /&gt;Items in the same group are mutually exclusive.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;name:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;parameter name as string expression for UI_RADIOBUTTON{2} or parameter name with optional actual index values if array for UI_RADIOBUTTON.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;value:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;parameter is set to this value if this radio button is set.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;text:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;this text is displayed beside the radio button.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;x, y:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;the position of the radio control.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;width, height:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;width and height in pixels.&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;the above comes from:&lt;/P&gt;&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/reference-guide/the-user-interface-script" target="_blank" rel="noopener"&gt;https://gdl.graphisoft.com/reference-guide/the-user-interface-script&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 12:23:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307666#M4341</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2021-09-28T12:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: UI_RADIOBUTTON ignoring second array index</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307667#M4342</link>
      <description>&lt;P&gt;I know it is not clear... but the same aplies to ui_infield's and so on.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 12:25:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307667#M4342</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2021-09-28T12:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: UI_RADIOBUTTON ignoring second array index</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307671#M4343</link>
      <description>&lt;P&gt;Thanks Piotr, I am aware of the difference between UI_INFIELD and UI_INFIELD{2} / UI_INFIELD{3} and UI_INFIELD{4}. And from that I am fairly certain that UI_RADIOBUTTON is in fact the right one to use - as it states clearly:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;parameter name as string expression for UI_RADIOBUTTON{2}&lt;/LI&gt;&lt;LI&gt;or&lt;/LI&gt;&lt;LI&gt;parameter name &lt;STRONG&gt;with optional actual index values&lt;/STRONG&gt; if array for &lt;STRONG&gt;UI_RADIOBUTTON&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Basically UI_RADIOBUTTON works like UI_INFIELD{2} and UI_RADIOBUTTON{2} works like UI_INFIELD. Very inconsistent but well that's GDL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to be very clear what would happen:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-28 at 13.27.37.png" style="width: 979px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/5392i46C37DCDE1EAC457/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-28 at 13.27.37.png" alt="Screenshot 2021-09-28 at 13.27.37.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-28 at 13.27.20.png" style="width: 947px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/5393iE6196E2841A78EF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-28 at 13.27.20.png" alt="Screenshot 2021-09-28 at 13.27.20.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 12:34:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307671#M4343</guid>
      <dc:creator>Denny Wong</dc:creator>
      <dc:date>2021-09-28T12:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: UI_RADIOBUTTON ignoring second array index</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307676#M4344</link>
      <description>&lt;P&gt;Sorry I did not do a test...it works with original one...&lt;/P&gt;&lt;P&gt;&amp;nbsp;Parameter is integer&lt;/P&gt;&lt;P&gt;UI_RADIOBUTTON{2} integerArray[1][1], 513, `test Value1`, 10, 140, 100, 20&lt;/P&gt;&lt;P&gt;UI_RADIOBUTTON{2} integerArray[2][2], 1513, `test Value2`, 10, 160, 100, 20&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="script.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/5394i9AE64949E9539331/image-size/large?v=v2&amp;amp;px=999" role="button" title="script.png" alt="script.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="params.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/5395i4668D4055FF8820F/image-size/large?v=v2&amp;amp;px=999" role="button" title="params.png" alt="params.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 12:43:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307676#M4344</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2021-09-28T12:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: UI_RADIOBUTTON ignoring second array index</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307677#M4345</link>
      <description>&lt;P&gt;No worries, thanks Piotr. Now if you just quickly try again with integerArray[1][2] and integerArray[2][1], see if you get the correct results?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 12:45:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307677#M4345</guid>
      <dc:creator>Denny Wong</dc:creator>
      <dc:date>2021-09-28T12:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: UI_RADIOBUTTON ignoring second array index</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307681#M4346</link>
      <description>&lt;P&gt;there is some..."consistency" &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;P&gt;UI_RADIOBUTTON integerArray[1][1], 513, `test Value11`, 10, 140, 100, 20&lt;BR /&gt;UI_RADIOBUTTON integerArray[1][1], 515, `test Value21`, 10, 160, 100, 20&lt;/P&gt;&lt;P&gt;UI_RADIOBUTTON integerArray[1][2], 1515, `test Value12`, 10, 180, 100, 20&lt;BR /&gt;UI_RADIOBUTTON integerArray[2][2], 1513, `test Value22`, 10, 200, 100, 20&lt;/P&gt;&lt;P&gt;It seems that it can set column wise.. test this and You will see...&lt;/P&gt;&lt;P&gt;I do not know if it is a bug or feature&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 13:27:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307681#M4346</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2021-09-28T13:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: UI_RADIOBUTTON ignoring second array index</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307685#M4347</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/14769"&gt;@Piotr Dobrowolski&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;UI_RADIOBUTTON integerArray[&lt;EM&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/EM&gt;][1], 515, `test Value21`, 10, 160, 100, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I think you meant the above. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This basically proves my point: it will assign any value of [i][j] into [i][&lt;EM&gt;&lt;STRONG&gt;i&lt;/STRONG&gt;&lt;/EM&gt;].&lt;/P&gt;&lt;P&gt;So here integerArray[1][&lt;EM&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/EM&gt;] and integerArray[1][&lt;EM&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/EM&gt;] both went to integerArray[1][&lt;EM&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/EM&gt;].&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-28 at 14.38.42.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/5397i07B97BD1BA5831F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-09-28 at 14.38.42.png" alt="Screenshot 2021-09-28 at 14.38.42.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-28 at 14.38.12.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/5396i4350BE1272F867A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-09-28 at 14.38.12.png" alt="Screenshot 2021-09-28 at 14.38.12.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;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-28 at 14.42.36.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/5398i323257BD606FD144/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-09-28 at 14.42.36.png" alt="Screenshot 2021-09-28 at 14.42.36.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 13:44:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/307685#M4347</guid>
      <dc:creator>Denny Wong</dc:creator>
      <dc:date>2021-09-28T13:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: UI_RADIOBUTTON ignoring second array index</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/327163#M4348</link>
      <description>&lt;P&gt;Yes, this is a bug, thank you for reporting. It will be fixed in the next version (AC26).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 07:46:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/UI-RADIOBUTTON-ignoring-second-array-index/m-p/327163#M4348</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2022-01-14T07:46:22Z</dc:date>
    </item>
  </channel>
</rss>

