<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — outtext/outtextxy]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=857</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=857&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in outtext/outtextxy.]]></description>
		<lastBuildDate>Tue, 14 Jun 2022 20:11:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: outtext/outtextxy]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3939#p3939</link>
			<description><![CDATA[<p>That&#039;s what I thought too. Ok I will investigate some more.</p>]]></description>
			<author><![CDATA[null@example.com (tun_day)]]></author>
			<pubDate>Tue, 14 Jun 2022 20:11:56 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3939#p3939</guid>
		</item>
		<item>
			<title><![CDATA[Re: outtext/outtextxy]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3933#p3933</link>
			<description><![CDATA[<p>As long as it is displayed first, the strings are displayed, is that correct?</p><p>In other selections, what are you drawing/placing where the text is displayed for this selection?</p><p>My thinking is that there is a Windows control (checkbox, radio button, etc.) that is drawn and is interfering with subsequent drawing operations.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 13 Jun 2022 11:40:32 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3933#p3933</guid>
		</item>
		<item>
			<title><![CDATA[Re: outtext/outtextxy]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3929#p3929</link>
			<description><![CDATA[<p>This is part of a program consisting of 4 user selections. The selections can be made in any order. This subroutine is invoked when the user makes the 2nd selection. The strings &quot;Start Angle&quot;, &quot;end Angle&quot;, &quot;Increment Angle&quot; are displayed if the user selects the second selection <strong>first</strong> before any other selection but does not display the strings otherwise.<br />I hope you understand the problem, I have trouble explaining it</p>]]></description>
			<author><![CDATA[null@example.com (tun_day)]]></author>
			<pubDate>Sat, 11 Jun 2022 14:39:26 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3929#p3929</guid>
		</item>
		<item>
			<title><![CDATA[Re: outtext/outtextxy]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3928#p3928</link>
			<description><![CDATA[<p>Can you expand a bit on what does happen?&nbsp; When I add this subroutine to an AppGraphics test program, it seems to work.</p><p>I will say that there is a conversion occurring by default that does convert the string from UTF-8 to wide characters, but that shouldn&#039;t be an issue here since the strings are constants.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 10 Jun 2022 11:29:53 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3928#p3928</guid>
		</item>
		<item>
			<title><![CDATA[outtext/outtextxy]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3926#p3926</link>
			<description><![CDATA[<p>Can anybody see why outtexty does not always output the specified texts in this subroutine, whereas the settextboxcontents always does?</p><p>&nbsp; &nbsp; subroutine get_angles( )<br />&nbsp; &nbsp; &nbsp; &nbsp;use appgraphics&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp;implicit none<br />&nbsp; &nbsp; &nbsp; &nbsp;integer i1,iangles_box(3)</p><p>&nbsp; &nbsp; &nbsp; &nbsp;call outtextxy (xpos+50, ypos+30, &#039;Start Angle: &#039;) !Start angle label<br />&nbsp; &nbsp; &nbsp; &nbsp;iangles_box(1) = createtextbox (xpos+150, ypos+30, 50, 20)&nbsp; &nbsp; &nbsp;!Start angle text box<br />&nbsp; &nbsp; &nbsp; &nbsp;call settextboxcontents (iangles_box(1), &#039;0&#039;)<br />&nbsp; &nbsp; &nbsp; &nbsp;call outtextxy (xpos+50, ypos+60, &#039;End Angle: &#039;)&nbsp; &nbsp;!End angle label<br />&nbsp; &nbsp; &nbsp; &nbsp;iangles_box(2) = createtextbox (xpos+150, ypos+60, 50, 20)&nbsp; &nbsp; &nbsp;!End angle text box<br />&nbsp; &nbsp; &nbsp; &nbsp;call settextboxcontents (iangles_box(2), &#039;180&#039;)<br />&nbsp; &nbsp; &nbsp; &nbsp;call outtextxy (xpos+50, ypos+90, &#039;Increment: &#039;)&nbsp; &nbsp;!Increment angle label<br />&nbsp; &nbsp; &nbsp; &nbsp;iangles_box(3) = createtextbox (xpos+150, ypos+90, 50, 20)&nbsp; &nbsp; &nbsp;!Increment angle text box<br />&nbsp; &nbsp; &nbsp; &nbsp;call settextboxcontents (iangles_box(3), &#039;10&#039;)</p><p>end subroutine get_angles</p>]]></description>
			<author><![CDATA[null@example.com (tun_day)]]></author>
			<pubDate>Thu, 09 Jun 2022 20:21:09 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3926#p3926</guid>
		</item>
	</channel>
</rss>
