<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: ожидание окна и продолжение работы]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5484&amp;type=atom" />
	<updated>2011-02-07T17:25:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5484</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: ожидание окна и продолжение работы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=44964#p44964" />
			<content type="html"><![CDATA[<p>А ну да точно #Persistent помогает только не закрывать скрипт, а Loop позволяет повторять скрипт в цикле.</p>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2011-02-07T17:25:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=44964#p44964</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: ожидание окна и продолжение работы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=44961#p44961" />
			<content type="html"><![CDATA[<p>Можно бесконечный цикл сделать.<br /></p><div class="codebox"><pre><code>Loop
{
WinWait, Подтверждение удаления 
    MsgBox, Окно появилось.
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2011-02-07T17:13:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=44961#p44961</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: ожидание окна и продолжение работы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=44958#p44958" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#Persistent</code></pre></div>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2011-02-07T17:05:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=44958#p44958</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: ожидание окна и продолжение работы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=44956#p44956" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>WinWait, Подтверждение удаления 
    MsgBox, Окно появилось.
return</code></pre></div><p>Скрипт реагирует только на первое появление окна с заданным заголовком. После нажания ОК, он завершает работу. </p><p>Как заставить скрипт продолжать работать всё время?</p><p>Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[KOL]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25500</uri>
			</author>
			<updated>2011-02-07T16:58:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=44956#p44956</id>
		</entry>
</feed>
