<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Приостановить скрипт на определённой вкладке в FF]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14985&amp;type=atom" />
	<updated>2019-10-10T06:43:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14985</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Приостановить скрипт на определённой вкладке в FF]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=136306#p136306" />
			<content type="html"><![CDATA[<p><strong>p.polena</strong>, используете скрипт:<br /></p><div class="codebox"><pre><code>Если Активно мое окно,
то кнопка=действие</code></pre></div><p>Как исключить вкладку с заголовком &quot;ABC - Mozilla Firefox&quot;?</p><p>Отвечаю:<br /></p><div class="codebox"><pre><code>Если Активно мое окно И НеАктивно другое окно,
то кнопка=действие</code></pre></div><p>Зрозуміло <img src="//forum.script-coding.com/img/smilies/wink.png" width="15" height="15" />?<br />Если нет, то приложите код с вашей попыткой к сообщению!<br /></p><div class="quotebox"><cite>p.polena пишет:</cite><blockquote><p>Loop</p></blockquote></div><p>Это что и зачем, кстати?</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2019-10-10T06:43:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=136306#p136306</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Приостановить скрипт на определённой вкладке в FF]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=136305#p136305" />
			<content type="html"><![CDATA[<p>Я думаю, <em>#IfWinActive [WinTitle]</em> или <em>#IfWinNotActive [WinTitle]</em>.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2019-10-10T03:45:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=136305#p136305</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Приостановить скрипт на определённой вкладке в FF]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=136304#p136304" />
			<content type="html"><![CDATA[<p><strong>p.polena</strong>, как-нибудь так:<br /></p><div class="codebox"><pre><code>MButton::
	If !WinExist(&quot;ABC - Mozilla Firefox&quot;)
    {
	  Run, r:\\1111\\test.exe 
     }
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2019-10-10T01:44:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=136304#p136304</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Приостановить скрипт на определённой вкладке в FF]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=136152#p136152" />
			<content type="html"><![CDATA[<p>Использую скрипт:<br /></p><div class="codebox"><pre><code>Loop
#If WinActive(&quot;ahk_exe firefox1.exe&quot;) 

MButton:: Run, r:\\1111\\test.exe 

#If</code></pre></div><p>Подскажите, как исключить вкладку с заголовком &quot;ABC - Mozilla Firefox&quot; из работы скрипта?</p>]]></content>
			<author>
				<name><![CDATA[p.polena]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33346</uri>
			</author>
			<updated>2019-09-22T18:56:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=136152#p136152</id>
		</entry>
</feed>
