<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: ShowDialog. Закрытие диалога кнопкой.]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=16296</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16296&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: ShowDialog. Закрытие диалога кнопкой.».]]></description>
		<lastBuildDate>Wed, 28 Apr 2021 17:32:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: ShowDialog. Закрытие диалога кнопкой.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=147532#p147532</link>
			<description><![CDATA[<p>Наверное никак, в стандартном AHK нет функции &#039;ShowDialog&#039;.</p>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Wed, 28 Apr 2021 17:32:27 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=147532#p147532</guid>
		</item>
		<item>
			<title><![CDATA[AHK: ShowDialog. Закрытие диалога кнопкой.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=147531#p147531</link>
			<description><![CDATA[<p>Как сделать, чтобы в <em>ShowDialog</em> вторая кнопка (Кнопка &quot;Закрыть&quot;)&nbsp; закрывала окно, а не запускала выбранный пункт?</p><div class="codebox"><pre><code>
F9::
{
	ShowDialog(2, &quot;Заголовок&quot;, &quot;Пункт 1`nПункт 2&quot;, &quot;Выбрать&quot;, &quot;Закрыть&quot;)
	f := getDialogLineNumber()
	{
		if (f == 1)
		{
		addChatMessage(&quot;Вы выбрали пункт 1&quot;)
		}
		if (f == 2)
		{
		addChatMessage(&quot;Вы выбрали пункт 2&quot;)
		}
	}
}
return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Aleksey Kotow)]]></author>
			<pubDate>Wed, 28 Apr 2021 15:41:45 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=147531#p147531</guid>
		</item>
	</channel>
</rss>
