<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=9046&amp;type=atom" />
	<updated>2013-12-19T14:12:47Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=9046</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=78255#p78255" />
			<content type="html"><![CDATA[<p>Действительно, можно создать новую ветку с помощью таймера:<br /></p><div class="codebox"><pre><code>#Persistent
SetTimer, Timer, -500
MsgBox, 
k := 1
return

Timer:
   Loop
   {
      Sleep, 500
      TrayTip,, % (k ? &quot;Скрипт получил k! &quot; : &quot;&quot;) A_Index
   }
   return</code></pre></div><p>Но толку с этого не много, т. к., как видим, старая ветка работать не будет, пока новая не отработает до конца (переменная k не получает значения).</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2013-12-19T14:12:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=78255#p78255</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=78254#p78254" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>один и тот же скрипт может одновременно отображать множественные диалоги MsgBox, InputBox, FileSelectFile и FileSelectFolder. Это достигается путем запуска нового потока (через горячую клавишу, подпрограмму по таймеру, элемент пользовательского меню и т.д.), в то время как предыдущий поток уже отобразил диалог</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2013-12-19T13:52:05Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=78254#p78254</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=78250#p78250" />
			<content type="html"><![CDATA[<p>Серый, снова привет!</p><p>settimer, jump, 5000<br />msgbox, бла-бла-бла<br />jump:</p><p>думаю на мысель натолкнул.<br />p.s. пишу с телефона тег &quot;код&quot; вставить не смог</p>]]></content>
			<author>
				<name><![CDATA[BashkaMen]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=30800</uri>
			</author>
			<updated>2013-12-19T13:22:11Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=78250#p78250</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=78248#p78248" />
			<content type="html"><![CDATA[<p>Может и можно каким-то кривым способом, но лучше вместо MsgBox создать своё GUI.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2013-12-19T11:53:45Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=78248#p78248</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=78246#p78246" />
			<content type="html"><![CDATA[<p>Есть ли способ открыть MsgBox так, чтобы скрипт не останавливался и не ждал его закрытия?</p>]]></content>
			<author>
				<name><![CDATA[Captain_SERG]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=31229</uri>
			</author>
			<updated>2013-12-19T10:47:09Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=78246#p78246</id>
		</entry>
</feed>
