<?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: Initialize all radio buttons to be empty in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Initialize-all-radio-buttons-to-be-empty/m-p/41043#M23935</link>
    <description>&lt;P&gt;JSL is an interpretive language. &amp;nbsp;Therefore, it does not know about an object until it is actually created. &amp;nbsp;So I am not sure how you would handle what you are asking, other than following a rule, that whenever you define a radio box, you always set the values to blank.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2017 21:40:36 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-06-21T21:40:36Z</dc:date>
    <item>
      <title>Initialize all radio buttons to be empty</title>
      <link>https://community.jmp.com/t5/Discussions/Initialize-all-radio-buttons-to-be-empty/m-p/41037#M23929</link>
      <description>&lt;P&gt;Hi, is there anyway to initialize all radio buttons to be empty? When running the script, the "Yes" button is filled in by default; however, I would like them to both begin as empty buttons. Is this possible?&lt;/P&gt;&lt;PRE&gt;New Window( "Warning",
		&amp;lt;&amp;lt;Modal,
		Panel Box( "Would you like to continue?.",
			rbox1 = Radio Box( {"Yes", "No"}, rb1 = rbox1 &amp;lt;&amp;lt; get selected ), 
		), 
	)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 20:48:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Initialize-all-radio-buttons-to-be-empty/m-p/41037#M23929</guid>
      <dc:creator>matt7109</dc:creator>
      <dc:date>2017-06-21T20:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Initialize all radio buttons to be empty</title>
      <link>https://community.jmp.com/t5/Discussions/Initialize-all-radio-buttons-to-be-empty/m-p/41043#M23935</link>
      <description>&lt;P&gt;JSL is an interpretive language. &amp;nbsp;Therefore, it does not know about an object until it is actually created. &amp;nbsp;So I am not sure how you would handle what you are asking, other than following a rule, that whenever you define a radio box, you always set the values to blank.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 21:40:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Initialize-all-radio-buttons-to-be-empty/m-p/41043#M23935</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-21T21:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Initialize all radio buttons to be empty</title>
      <link>https://community.jmp.com/t5/Discussions/Initialize-all-radio-buttons-to-be-empty/m-p/41062#M23949</link>
      <description>As I understand it radio buttons exist so one choice is always selected.&lt;BR /&gt;&lt;BR /&gt;For the application as you describe it I would use two check boxes. The OnCheck script can be used to send a command to the other check box to set its state to unchecked (so only 1 box max was checked). You would also need code to prompt the user if they try to continue with no boxes checked.&lt;BR /&gt;&lt;BR /&gt;Why are the simple OK, Cancel buttons that work well with &amp;lt;&amp;lt;Modal insufficient?</description>
      <pubDate>Thu, 22 Jun 2017 09:49:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Initialize-all-radio-buttons-to-be-empty/m-p/41062#M23949</guid>
      <dc:creator>stephen_pearson</dc:creator>
      <dc:date>2017-06-22T09:49:26Z</dc:date>
    </item>
  </channel>
</rss>

