<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Отображение последних строк в Edit]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16898&amp;type=atom" />
	<updated>2022-01-21T22:40:13Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16898</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отображение последних строк в Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151708#p151708" />
			<content type="html"><![CDATA[<p>Самый простой способ - отправить в окно Ctrl + End:</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-01-21T22:40:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151708#p151708</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Отображение последних строк в Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151706#p151706" />
			<content type="html"><![CDATA[<p>Здравствуйте, есть скрипт постоянно показывающий новую информацию на новой строке.<br />Пример:<br /></p><div class="codebox"><pre><code>Gui Add, Edit, vtext x27 y16 w185 h109, %text%
Gui Show, w240 h161, Window

loop
{
	text = %text%%A_index%`n
	GuiControl,,text,%text%
	sleep, 200
}

GuiEscape:
GuiClose:
    ExitApp</code></pre></div><p>Проблема в том что видно только первые строчки. Как сделать автоматический переход на последние строчки?</p>]]></content>
			<author>
				<name><![CDATA[Vsevolod]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40918</uri>
			</author>
			<updated>2022-01-21T19:41:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151706#p151706</id>
		</entry>
</feed>
