<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=9046</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=9046&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox».]]></description>
		<lastBuildDate>Thu, 19 Dec 2013 14:12:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=78255#p78255</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 19 Dec 2013 14:12:47 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=78255#p78255</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=78254#p78254</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>один и тот же скрипт может одновременно отображать множественные диалоги MsgBox, InputBox, FileSelectFile и FileSelectFolder. Это достигается путем запуска нового потока (через горячую клавишу, подпрограмму по таймеру, элемент пользовательского меню и т.д.), в то время как предыдущий поток уже отобразил диалог</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Thu, 19 Dec 2013 13:52:05 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=78254#p78254</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=78250#p78250</link>
			<description><![CDATA[<p>Серый, снова привет!</p><p>settimer, jump, 5000<br />msgbox, бла-бла-бла<br />jump:</p><p>думаю на мысель натолкнул.<br />p.s. пишу с телефона тег &quot;код&quot; вставить не смог</p>]]></description>
			<author><![CDATA[null@example.com (BashkaMen)]]></author>
			<pubDate>Thu, 19 Dec 2013 13:22:11 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=78250#p78250</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=78248#p78248</link>
			<description><![CDATA[<p>Может и можно каким-то кривым способом, но лучше вместо MsgBox создать своё GUI.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 19 Dec 2013 11:53:45 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=78248#p78248</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как устроить так, чтобы скрипт не ждал закрытия MsgBox]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=78246#p78246</link>
			<description><![CDATA[<p>Есть ли способ открыть MsgBox так, чтобы скрипт не останавливался и не ждал его закрытия?</p>]]></description>
			<author><![CDATA[null@example.com (Captain_SERG)]]></author>
			<pubDate>Thu, 19 Dec 2013 10:47:09 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=78246#p78246</guid>
		</item>
	</channel>
</rss>
