<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — AppGraphics CreateRadioButton() Background Color?]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=540&amp;type=atom" />
	<updated>2016-03-25T12:32:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=540</id>
		<entry>
			<title type="html"><![CDATA[Re: AppGraphics CreateRadioButton() Background Color?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2440#p2440" />
			<content type="html"><![CDATA[<p>Frank,</p><p>The update will absolutely be in version 2.27.&nbsp; It should be available early next week at the latest.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2016-03-25T12:32:52Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2440#p2440</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AppGraphics CreateRadioButton() Background Color?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2439#p2439" />
			<content type="html"><![CDATA[<p>Jeff,</p><p>Thank you for looking into and correcting the background color of buttons.</p><p>I assume the update will appear when version 2.27 of SF becomes available.</p><p>Thanks again,</p><p>Frank</p>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2016-03-25T00:02:25Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2439#p2439</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AppGraphics CreateRadioButton() Background Color?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2438#p2438" />
			<content type="html"><![CDATA[<p>Frank,</p><p>The backgrounds of radio and checbox buttons will now match the last-set color sent to <em>setbkcolor()</em> for a given window.&nbsp; This solution might not be ideal, but it should work for 90% of cases.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2016-03-24T15:16:49Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2438#p2438</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AppGraphics CreateRadioButton() Background Color?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2428#p2428" />
			<content type="html"><![CDATA[<p>Jeff,</p><p>Please also consider revising the &quot;foreground color&quot; of a radio button so that it can also be set to any color.&nbsp; Currently the font text in radio buttons are set to Black and cannot be changed (similar issue as the background color).</p><p>Thank you, I look forward to these revisions.</p><p>Frank</p>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2016-03-11T13:14:56Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2428#p2428</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AppGraphics CreateRadioButton() Background Color?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2427#p2427" />
			<content type="html"><![CDATA[<p>Frank,</p><p>The &quot;background color&quot; of a radio button can&#039;t be set right now, and I&#039;d consider it a bug.&nbsp; I&#039;ll change the code so that background color assignments apply to radio buttons and check boxes as well. </p><p>I think adding a subroutine to assign a default button is a great idea!&nbsp; I&#039;ll see that it is added.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2016-03-11T12:49:51Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2427#p2427</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AppGraphics CreateRadioButton() Background Color?]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2426#p2426" />
			<content type="html"><![CDATA[<p>Hi Jeff,</p><p>I&#039;m having difficulty setting the background color of radiobuttons in a text window in AppGraphics (CreateRadioButton()).</p><p>The Window background color is set to White (call setbkcolor(WHITE) but the Radiobutton background color appears as the System color (Color_Window_Bkgd) regardless of what I set the window background color.</p><p>&nbsp; &nbsp; &nbsp; &nbsp; call setcolor(BLACK)<br />&nbsp; &nbsp; &nbsp; &nbsp; call setbkcolor(WHITE)<br />&nbsp; &nbsp; &nbsp; &nbsp; call clearviewport()</p><p>&nbsp; &nbsp; &nbsp; &nbsp; call beginradiogroup()<br />&nbsp; &nbsp; &nbsp; &nbsp; src(1) = createradiobutton(90, 30, 95, 20, units(1))<br />&nbsp; &nbsp; &nbsp; &nbsp; src(2) = createradiobutton(90, 50, 95, 20, units(2))<br />&nbsp; &nbsp; &nbsp; &nbsp; src(3) = createradiobutton(90, 70, 95, 20, units(3))</p><p>Is there a way to set the background color of RadioButtons to match the Window background?</p><p>One other none related request is for one Button in a series (using createbutton()) to be automatically selected as the &quot;default&quot; button when the &lt;Enter&gt; key is pressed.</p><p>I thank you for your help in this matter.</p><p>Frank</p>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2016-03-10T21:39:07Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2426#p2426</id>
		</entry>
</feed>
