<?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: Check box for integer parameter in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Check-box-for-integer-parameter/m-p/332809#M2688</link>
    <description>&lt;P&gt;UI_INFIELD{4} with a picture? see files&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/74472i9D63EB43802BA118/image-size/large?v=v2&amp;amp;px=999" border="0" alt="oui_non.jpg" title="oui_non.jpg" /&gt;</description>
    <pubDate>Mon, 21 Mar 2022 08:22:05 GMT</pubDate>
    <dc:creator>Lukas Oelmueller</dc:creator>
    <dc:date>2022-03-21T08:22:05Z</dc:date>
    <item>
      <title>Check box for integer parameter</title>
      <link>https://community.graphisoft.com/t5/GDL/Check-box-for-integer-parameter/m-p/332792#M2687</link>
      <description>&lt;P&gt;How do I have a check box on the interface when my parameter is an integer, not boolean?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It's a long story, but I have a 2-dimension array: column 1 is the story index, column 2 is 1 or 0 to show or hide.&amp;nbsp; Is there a simple way to display this second column as a check box option, or do I need to create another dummy array as a boolean?&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 21:43:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Check-box-for-integer-parameter/m-p/332792#M2687</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2022-03-20T21:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Check box for integer parameter</title>
      <link>https://community.graphisoft.com/t5/GDL/Check-box-for-integer-parameter/m-p/332809#M2688</link>
      <description>&lt;P&gt;UI_INFIELD{4} with a picture? see files&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/74472i9D63EB43802BA118/image-size/large?v=v2&amp;amp;px=999" border="0" alt="oui_non.jpg" title="oui_non.jpg" /&gt;</description>
      <pubDate>Mon, 21 Mar 2022 08:22:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Check-box-for-integer-parameter/m-p/332809#M2688</guid>
      <dc:creator>Lukas Oelmueller</dc:creator>
      <dc:date>2022-03-21T08:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Check box for integer parameter</title>
      <link>https://community.graphisoft.com/t5/GDL/Check-box-for-integer-parameter/m-p/332821#M2689</link>
      <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/8946"&gt;@Bruce&lt;/a&gt;&amp;nbsp;Are you using the default parameter display or the Parameter Script to set the values?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 09:36:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Check-box-for-integer-parameter/m-p/332821#M2689</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2022-03-21T09:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Check box for integer parameter</title>
      <link>https://community.graphisoft.com/t5/GDL/Check-box-for-integer-parameter/m-p/332836#M2690</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;two other possibilities&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;!!!!Master or Parameter Script

VALUES{2} "column_2" 0,"No",
1,"Yes"



!!!!!!!Interface script
UI_INFIELD{3} "column_2", 10, 10, 50, 15,
8, "", 2, 1, 0, 0, 0, 0,
0, "No",0,
1, "Yes", 1


UI_PICT_RADIOBUTTON "column_2", 0, "No",
"", 10, 50, 50, 15

UI_PICT_RADIOBUTTON "column_2", 1, "Yes",
"", 10, 70, 50, 15&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 12:04:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Check-box-for-integer-parameter/m-p/332836#M2690</guid>
      <dc:creator>Yves</dc:creator>
      <dc:date>2022-03-21T12:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Check box for integer parameter</title>
      <link>https://community.graphisoft.com/t5/GDL/Check-box-for-integer-parameter/m-p/332913#M2691</link>
      <description>&lt;P&gt;Thanks guys.&amp;nbsp; I can't use the parameter script to set the values, as column 1 of the array isn't boolean.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ended up creating another proxy array of boolean type, that copies its values into the first array when modified.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 22:14:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Check-box-for-integer-parameter/m-p/332913#M2691</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2022-03-21T22:14:02Z</dc:date>
    </item>
  </channel>
</rss>

