<?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=10958&amp;type=atom" />
	<updated>2015-09-18T10:40:13Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10958</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрытие окна до его появления]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=97550#p97550" />
			<content type="html"><![CDATA[<p>Жаль, что нельзя предотвратить видимость окна.</p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2015-09-18T10:40:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=97550#p97550</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрытие окна до его появления]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=97549#p97549" />
			<content type="html"><![CDATA[<p>Тогда оно в любом случае будет появляться на короткий промежуток времени.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-09-18T10:36:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=97549#p97549</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрытие окна до его появления]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=97548#p97548" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>А какая сила заставляет его появиться?</p></blockquote></div><p>Оно появляется самостоятельно, в результате действия плагина. Отображает полосу прогресса выполнения задачи, по окончании которой, закрывается.</p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2015-09-18T08:56:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=97548#p97548</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрытие окна до его появления]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=97546#p97546" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>Используя представленный вариант окно появляется на короткий промежуток времени.</p></blockquote></div><p> А какая сила заставляет его появиться?<br />Команда <em>Run</em> позволяет запускать программу в скрытом окне.<br />Команда <em>WinSet, Transparent, 0</em> позволяет сделать окно полностью прозрачным.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-09-18T08:06:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=97546#p97546</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Скрытие окна до его появления]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=97540#p97540" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
WinWait, Program Window
Winhide, Program Window
WinWaitClose, Program Window
...</code></pre></div><p>В сценарии используется ожидание закрытия окна как условия. В то же время хотелось бы, чтобы само окно было невидимым. Используя представленный вариант окно появляется на короткий промежуток времени. Можно ли предотвратить появление окна, чтобы оно было невидимым с самого начала активности?<br /><span style="color: grey">Допускается вариант, при котором останется невозможным опираться на условие закрытия данного окна, т.к. параллельно с ним может использоваться другое окно, которое закрывается одновременно с ним.</span></p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2015-09-18T06:27:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=97540#p97540</id>
		</entry>
</feed>
