<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: 2 параллельных AHK]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10565&amp;type=atom" />
	<updated>2015-04-10T11:07:16Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10565</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: 2 параллельных AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93202#p93202" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>макросы друг друга не собьют?</p></blockquote></div><p>Если все правильно напишите - не должны.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-04-10T11:07:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93202#p93202</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: 2 параллельных AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93201#p93201" />
			<content type="html"><![CDATA[<p>До меня никак не дойдет, вопрос в том что если в одну и ту же секунду нужно будет кликнуть и в 1 и во 2 окне, макросы друг друга не собьют? Это же все равно что кликнуть мышкой в 2 разных местах одновременно. Или с помощью этих ControlClick и ControlSend можно кликнуть в разных окнах одновременно?</p>]]></content>
			<author>
				<name><![CDATA[kubrintom]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32986</uri>
			</author>
			<updated>2015-04-10T10:54:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93201#p93201</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: 2 параллельных AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93200#p93200" />
			<content type="html"><![CDATA[<p>Можно открыть эти 2 окна в разных местах рабочего стола,<br />Определить их позицию относительно рабочего стола с помощью WinGetPos.<br />Искать пиксели двумя скриптами (Ahk не поддерживает мультипоточность) каждый в своих координатах (относительно рабочего стола).<br />И потом посылать клики и клавиши с помощью ControlClick, ControlSend.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-04-10T10:46:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93200#p93200</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: 2 параллельных AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93199#p93199" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>kubrintom</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте свой пост.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-04-10T10:15:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93199#p93199</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: 2 параллельных AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93198#p93198" />
			<content type="html"><![CDATA[<p>просто обычные клики мышкой</p><br /><br /><div class="codebox"><pre><code>#MaxHotkeysPerInterval 999999999999999999999999999999999
t::
    PixelSearch, Px, Py, 857, 673, 869, 681, 0xFFC500, 30, Fast RGB
    if !ErrorLevel
       {Mouseclick, left, 347, 366
    sleep 1
    send {enter}
    sleep 5000
    send {t}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[kubrintom]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32986</uri>
			</author>
			<updated>2015-04-10T10:09:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93198#p93198</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: 2 параллельных AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93196#p93196" />
			<content type="html"><![CDATA[<p>А что за макросы?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-04-10T10:05:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93196#p93196</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: 2 параллельных AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93195#p93195" />
			<content type="html"><![CDATA[<p>Да даже если не в свернутый, допустим 2 развернутых пополам окна хрома и в одном и другом надо кликать разные места, запускаем 2 макроса по 1 для каждого окна, что если один макрос найдет на другой? Настанет такой момент что и в 1 окне надо кликнуть и во 2 надо кликнуть, 1 из макросов даст сбой? Если нет то я так сделаю а если будет сбой то как можно решить эту проблему? (Макросы запускаются автоматом при наступлении определенного условия в окне).</p>]]></content>
			<author>
				<name><![CDATA[kubrintom]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32986</uri>
			</author>
			<updated>2015-04-10T09:54:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93195#p93195</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: 2 параллельных AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93194#p93194" />
			<content type="html"><![CDATA[<p>В свернутый хром не знаю как послать клик.<br />В несвернутый можно через ControlClick.<br />Отправлять можно через цикл. Комманда Loop.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-04-10T09:33:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93194#p93194</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: 2 параллельных AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93152#p93152" />
			<content type="html"><![CDATA[<p>1</p>]]></content>
			<author>
				<name><![CDATA[kubrintom]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32986</uri>
			</author>
			<updated>2015-04-09T13:15:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93152#p93152</id>
		</entry>
</feed>
