<?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=6253&amp;type=atom" />
	<updated>2011-10-01T09:41:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6253</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прошу помочь составить вот такой цикл...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=52048#p52048" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Grey пишет:</cite><blockquote><div class="quotebox"><cite>Dizzy221 пишет:</cite><blockquote><p>Затем ждем...</p></blockquote></div><p>2 <strong>Александр_</strong> А где само ожидание в Вашем коде?</p></blockquote></div><p><img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /> поправил предыдущий пост.</p>]]></content>
			<author>
				<name><![CDATA[Александр_]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24888</uri>
			</author>
			<updated>2011-10-01T09:41:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=52048#p52048</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прошу помочь составить вот такой цикл...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=52047#p52047" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Dizzy221 пишет:</cite><blockquote><p>Затем ждем...</p></blockquote></div><p>2 <strong>Александр_</strong> А где само ожидание в Вашем коде?</p>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-10-01T09:32:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=52047#p52047</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прошу помочь составить вот такой цикл...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=52035#p52035" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Dizzy221 пишет:</cite><blockquote><p>Здравствуйте, уважаемые, форумчане.<br />Хотел попросить составить следующие действия на AHK:</p><p>Выполняется клик мышкой (ControlClick, x47 y154, ahk_class Chrome_WidgetWin_0)<br />Затем ждем время rand, 1000, 5000<br />Предыдущее действие выполняется 30 раз, затем ожидание в течении rand, 10000, 40000<br />И всё сначала. <br /><img src="//forum.script-coding.com/img/smilies/hmm.png" width="15" height="15" /></p></blockquote></div><div class="codebox"><pre><code>loop
{
   loop 30
   {
      Random x, 1000, 5000
      ControlClick x47 y154, ahk_class Chrome_WidgetWin_0,,,, Pos
      Sleep x
   }
   Random x, 10000, 40000
   Sleep x
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Александр_]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24888</uri>
			</author>
			<updated>2011-09-30T21:43:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=52035#p52035</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Прошу помочь составить вот такой цикл...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51868#p51868" />
			<content type="html"><![CDATA[<p>Здравствуйте, уважаемые, форумчане.<br />Хотел попросить составить следующие действия на AHK:</p><p>Выполняется клик мышкой (ControlClick, x47 y154, ahk_class Chrome_WidgetWin_0)<br />Затем ждем время rand, 1000, 5000<br />Предыдущее действие выполняется 30 раз, затем ожидание в течении rand, 10000, 40000<br />И всё сначала. <br /><img src="//forum.script-coding.com/img/smilies/hmm.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Dizzy221]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26614</uri>
			</author>
			<updated>2011-09-26T11:26:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51868#p51868</id>
		</entry>
</feed>
