<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — checkboxes or radio buttons grouped in list box]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=539</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=539&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in checkboxes or radio buttons grouped in list box.]]></description>
		<lastBuildDate>Thu, 10 Mar 2016 12:52:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: checkboxes or radio buttons grouped in list box]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2421#p2421</link>
			<description><![CDATA[<p>thanks Jeff</p>]]></description>
			<author><![CDATA[null@example.com (tklfranklin)]]></author>
			<pubDate>Thu, 10 Mar 2016 12:52:57 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2421#p2421</guid>
		</item>
		<item>
			<title><![CDATA[Re: checkboxes or radio buttons grouped in list box]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2420#p2420</link>
			<description><![CDATA[<p>AppGraphics doesn&#039;t support placing anything in a listbox except text.&nbsp; From your code, I can see that you&#039;ve created a listbox and then drawn the checkboxes over the listbox. This operation doesn&#039;t actually place the checkboxes in the listbox; it only draws them there. </p><p>To place text in a listbox, you would actually use <em>insertlistboxentry</em>.&nbsp; Placing other controls in a scrolling listbox would be a nontrivial addition to the library.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Thu, 10 Mar 2016 12:23:47 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2420#p2420</guid>
		</item>
		<item>
			<title><![CDATA[checkboxes or radio buttons grouped in list box]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2419#p2419</link>
			<description><![CDATA[<p>anybody have code snippet where buttons or boxes are placed in list box and callback extracts position of selected box/button? now using </p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;lst_bx = createlistbox(410, 100, 100 ,200, catsc)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;c_butt(1) = createcheckbox (410, 100, 100, 45, &quot;but1&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;c_butt(2) = createcheckbox (410, 150, 100, 45, &quot;but2&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;c_butt(3) = createcheckbox (410, 200, 100, 45, &quot;but3&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;c_butt(4) = createcheckbox(410,&nbsp; 250, 100, 45, &quot;but4&quot;)</p><p>callback:<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;btn = getlistboxselection (lst_bx)&nbsp; &nbsp; ! which check box was checked?</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;btn comes out neg</p><p>obviously missing something</p>]]></description>
			<author><![CDATA[null@example.com (tklfranklin)]]></author>
			<pubDate>Wed, 09 Mar 2016 17:13:12 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2419#p2419</guid>
		</item>
	</channel>
</rss>
