<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — createmultilinetextbox line limit exceeded?]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=905&amp;type=atom" />
	<updated>2023-08-17T10:20:55Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=905</id>
		<entry>
			<title type="html"><![CDATA[Re: createmultilinetextbox line limit exceeded?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=4163#p4163" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2023-08-17T10:20:55Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=4163#p4163</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: createmultilinetextbox line limit exceeded?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=4160#p4160" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2023-08-16T21:20:31Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=4160#p4160</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: createmultilinetextbox line limit exceeded?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=4158#p4158" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2023-07-29T01:06:45Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=4158#p4158</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: createmultilinetextbox line limit exceeded?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=4146#p4146" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2023-07-08T15:21:36Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=4146#p4146</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: createmultilinetextbox line limit exceeded?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=4145#p4145" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2023-07-07T21:31:24Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=4145#p4145</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: createmultilinetextbox line limit exceeded?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=4144#p4144" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2023-07-07T17:00:31Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=4144#p4144</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[createmultilinetextbox line limit exceeded?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=4143#p4143" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2023-07-06T18:19:54Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=4143#p4143</id>
		</entry>
</feed>
