<?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=10000&amp;type=atom" />
	<updated>2014-09-27T12:50:39Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10000</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка скрипта на паузу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86798#p86798" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>F1:: Pause
F2:: MsgBox % A_IsPaused ? &quot;Пауза&quot; : &quot;Работает&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2014-09-27T12:50:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86798#p86798</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка скрипта на паузу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86797#p86797" />
			<content type="html"><![CDATA[<p>Ладно, объясню проще. Нужно, чтобы данные о паузе сохранялись в переменную. Если стоит пауза, то переменная пауза содержит значение 1, если нет - 0.</p>]]></content>
			<author>
				<name><![CDATA[Vasil]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31759</uri>
			</author>
			<updated>2014-09-27T12:44:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86797#p86797</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка скрипта на паузу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86796#p86796" />
			<content type="html"><![CDATA[<p>Встроенная переменная <strong>A_IsPaused</strong> содержит 1, если поток на уровень ниже находится в состоянии паузы.</p>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2014-09-27T12:43:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86796#p86796</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка скрипта на паузу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86795#p86795" />
			<content type="html"><![CDATA[<p>В смысле, скрипт сам себя должен проверить на паузу?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2014-09-27T09:34:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86795#p86795</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка скрипта на паузу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86794#p86794" />
			<content type="html"><![CDATA[<p>Ну, вы же его как-то ставите на паузу. Выводите заодно эту надпись в GUI.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2014-09-27T09:33:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86794#p86794</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Проверка скрипта на паузу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86792#p86792" />
			<content type="html"><![CDATA[<p>Как проверить скрипт на паузу? Например, если у меня стоит пауза, то в GUI появилась надпись &quot;пауза&quot;, если нет паузы - &quot;Актив&quot;.</p>]]></content>
			<author>
				<name><![CDATA[Vasil]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31759</uri>
			</author>
			<updated>2014-09-27T08:44:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86792#p86792</id>
		</entry>
</feed>
