<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — checkboxes or radio buttons grouped in list box]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=539&amp;type=atom" />
	<updated>2016-03-10T12:52:57Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=539</id>
		<entry>
			<title type="html"><![CDATA[Re: checkboxes or radio buttons grouped in list box]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2421#p2421" />
			<content type="html"><![CDATA[<p>thanks Jeff</p>]]></content>
			<author>
				<name><![CDATA[tklfranklin]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3663</uri>
			</author>
			<updated>2016-03-10T12:52:57Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2421#p2421</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: checkboxes or radio buttons grouped in list box]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2420#p2420" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2016-03-10T12:23:47Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2420#p2420</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[checkboxes or radio buttons grouped in list box]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2419#p2419" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tklfranklin]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3663</uri>
			</author>
			<updated>2016-03-09T17:13:12Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2419#p2419</id>
		</entry>
</feed>
