<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Совместная работа #IfWinactive и #IfWinexist]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5533&amp;type=atom" />
	<updated>2011-02-19T19:01:21Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5533</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Совместная работа #IfWinactive и #IfWinexist]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=45259#p45259" />
			<content type="html"><![CDATA[<p>А смысл держаться за basic версию? Ставь AHK_L ANSI, и все скрипты под basic-версию будут работать.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-02-19T19:01:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=45259#p45259</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Совместная работа #IfWinactive и #IfWinexist]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=45258#p45258" />
			<content type="html"><![CDATA[<p>Интересует basic версия. Я так понял что никак?</p>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2011-02-19T18:56:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=45258#p45258</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Совместная работа #IfWinactive и #IfWinexist]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=45257#p45257" />
			<content type="html"><![CDATA[<p>Для AHK_L:<br /></p><div class="codebox"><pre><code>#If WinActive(&quot;ОКНО_1&quot;) &amp;&amp; WinExist(&quot;ОКНО_2&quot;)
F1::msgbox</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-02-19T18:10:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=45257#p45257</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Совместная работа #IfWinactive и #IfWinexist]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=45256#p45256" />
			<content type="html"><![CDATA[<p>Я хочу, что бы определенные хоткеи работали только когда активно ОКНО_1, при условии, что есть ОКНО_2.<br />И при этом имели стандартную функцию, если не существует ОКНО_2 или неактивно ОКНО_1</p><p>1. Следующий код работает, когда существует ОКНО_2<br />2. Но он так же работает и когда ОКНО_1 неактивно</p><p>Как сделать так, что бы учитывались обе директивы, не используя команды IfWinActive?<br />(Клавиши должны быть назначены в одной строке)<br /></p><div class="codebox"><pre><code>#IfWinactive ОКНО_1
#IfWinexist ОКНО_2
F1::msgbox</code></pre></div>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2011-02-19T18:01:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=45256#p45256</id>
		</entry>
</feed>
