<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — createmultilinetextbox line limit exceeded?]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=905</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=905&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in createmultilinetextbox line limit exceeded?.]]></description>
		<lastBuildDate>Thu, 17 Aug 2023 10:20:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: createmultilinetextbox line limit exceeded?]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4163#p4163</link>
			<description><![CDATA[<p>Frank,</p><p>It sounds like a refresh issue on the menu bar.&nbsp; Let me take a look at how it can be cleanly handled.&nbsp; I&#039;ll provide a workaround if needed in the meantime.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Thu, 17 Aug 2023 10:20:55 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4163#p4163</guid>
		</item>
		<item>
			<title><![CDATA[Re: createmultilinetextbox line limit exceeded?]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4160#p4160</link>
			<description><![CDATA[<p>Hi Jeff,</p><p>I have a question regarding the use of the multilinetextbox that you possible could help answer. I&#039;ll try an explain the problem as best as I can.&nbsp; I created a parent window and attached a multilinetextbox in it.&nbsp; I also have some menu items on the parent window (e.g., Open, Run, etc.).&nbsp; The Open menu is enabled and the Run menu is disabled to start with.&nbsp; Once the Open menu is selected, the Run menu is then Enabled, but it stays Grayed.&nbsp; It&#039;s active but grayed out unless I point the mouse cursor over it and then it stays highlighted.&nbsp; I tried to refresh the window, but that didn&#039;t solve the problem.&nbsp; The only way that I found to highlight the already enabled but grayed Run menu is to create a System call to a dummy executable. The problem with this approach is that it causes the main window to blink which is not very attractive.&nbsp; </p><p>So my question is, what procedure can be called that would refresh the main parent menu items above the inset multilinetextbox?</p><p>Frank</p>]]></description>
			<author><![CDATA[null@example.com (drfrank)]]></author>
			<pubDate>Wed, 16 Aug 2023 21:20:31 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4160#p4160</guid>
		</item>
		<item>
			<title><![CDATA[Re: createmultilinetextbox line limit exceeded?]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4158#p4158</link>
			<description><![CDATA[<p>Jeff,</p><p>Thank you for the recent update of Simply Fortran version 3.31.&nbsp; And special thanks for extending the line limit of the multiline text box control. Version 3.31 appears to be working perfectly.</p><p>Frank</p>]]></description>
			<author><![CDATA[null@example.com (drfrank)]]></author>
			<pubDate>Sat, 29 Jul 2023 01:06:45 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4158#p4158</guid>
		</item>
		<item>
			<title><![CDATA[Re: createmultilinetextbox line limit exceeded?]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4146#p4146</link>
			<description><![CDATA[<p>Jeff,</p><p>Thank you for looking into this and identifying the problem. I look forward to the next release of SF.</p><p>Thanks once again,<br />Frank</p>]]></description>
			<author><![CDATA[null@example.com (drfrank)]]></author>
			<pubDate>Sat, 08 Jul 2023 15:21:36 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4146#p4146</guid>
		</item>
		<item>
			<title><![CDATA[Re: createmultilinetextbox line limit exceeded?]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4145#p4145</link>
			<description><![CDATA[<p>It appears that the control was hitting a text limit controlled by the <a href="https://learn.microsoft.com/en-us/windows/win32/controls/em-setlimittext">EM_SETLIMITTEXT</a> message.&nbsp; &nbsp;For inserting text, AppGraphics will now check if the limit is about to be violated and increase it if and only if necessary.&nbsp; That does mean, though, that there could still be issues if a user is simply typing into the edit box and hits the limit.&nbsp; I&#039;m not sure exposing the call is overly useful, though.</p><p>Regardless, in your case, it should be fixed in the next release (possibly next week).</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 07 Jul 2023 21:31:24 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4145#p4145</guid>
		</item>
		<item>
			<title><![CDATA[Re: createmultilinetextbox line limit exceeded?]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4144#p4144</link>
			<description><![CDATA[<p>Frank,</p><p>I don&#039;t have a quick answer for you, and I need to investigate further.&nbsp; The text box in AppGraphics is simply a <a href="https://learn.microsoft.com/en-us/windows/win32/controls/edit-controls">Windows Common Controls multiline text box</a>, nothing more.&nbsp; There should only be a character limit, but it appears something else is afoot.&nbsp; I&#039;ll have to replicate the issue and really dig into why it isn&#039;t working.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 07 Jul 2023 17:00:31 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4144#p4144</guid>
		</item>
		<item>
			<title><![CDATA[createmultilinetextbox line limit exceeded?]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=4143#p4143</link>
			<description><![CDATA[<p>Hi Jeff,</p><p>Briefly, following along the lines of your example, I created a parent window (initwindow) and a multi-line text box (createmultilinetextbox). Then added your autotext module (assignunit). Everything worked as expected. I could write characters (text) to the textbox, scroll, erase the screen, and write more text to the wiindow, etc.</p><p>Here&#039;s the problem that I&#039;m experiencing.&nbsp; I&#039;m displaying text results from a regression analysis routine that produces multiple sets of resulting data. I can populate the textbox perfectly until it reaches about 548 lines of text and then it stops scrolling. When I try and add more text to the existing text, nothing further occurs (no more text was added, but remains stalled at 548). If I then &#039;clear&#039; the textbox using null characters, then I can proceed normally and add text, but only up to about 548 lines. BTW, I confirmed that the text data being written to the textbox was not at all truncated, only that which was written in the textbox.</p><p>So here&#039;s my question, is there a way to increase the limit or buffer space of the createmultilinetextbox so that about 1000 lines of text could be written to the multi-line textbox?</p><p>Frank</p>]]></description>
			<author><![CDATA[null@example.com (drfrank)]]></author>
			<pubDate>Thu, 06 Jul 2023 18:19:54 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=4143#p4143</guid>
		</item>
	</channel>
</rss>
