<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Переменные в GUI]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13069</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13069&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Переменные в GUI».]]></description>
		<lastBuildDate>Sat, 07 Oct 2017 14:32:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Переменные в GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119882#p119882</link>
			<description><![CDATA[<p>Переменные в виде простого числа являются встроенными, их лучше не использовать. Добавьте какой нибудь набор букв, или хотя-бы одну букву.</p><div class="codebox"><pre><code>Gui, Add, Hotkey, x12 y20 w50 h40 vkey1 ,
Gui, Add, Hotkey, x72 y20 w50 h40 vkey2 ,
Gui, Show, w138 h86, Untitled GUI
return

GuiClose:
ExitApp

Numpad1::
gui,submit ; &lt;- ключевая фраза
send, %key1%
send, %key2%
var = 1
return

</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sat, 07 Oct 2017 14:32:22 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119882#p119882</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Переменные в GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119881#p119881</link>
			<description><![CDATA[<div class="codebox"><pre><code>
Numpad1:
Gui, Submit, Nohide
Send {%1%}
Send {%2%}
var = 1
return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (belyankin12)]]></author>
			<pubDate>Sat, 07 Oct 2017 13:37:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119881#p119881</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Переменные в GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119880#p119880</link>
			<description><![CDATA[<p><strong>sharhaing</strong>, можешь переформулировать вопрос? <br />А то, мягко говоря, не очень понятно.</p>]]></description>
			<author><![CDATA[null@example.com (aktor311)]]></author>
			<pubDate>Sat, 07 Oct 2017 12:53:04 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119880#p119880</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Переменные в GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=119879#p119879</link>
			<description><![CDATA[<p>Не видит переменные которые указаны в gui</p><div class="codebox"><pre><code>

Gui, Add, Hotkey, x12 y20 w50 h40 v1 , 
Gui, Add, Hotkey, x72 y20 w50 h40 v2 , 
Gui, Show, w138 h86, Untitled GUI
return

GuiClose:
ExitApp

Numpad1::
send, %1%
send, %2%
var = 1
return

</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (sharhaing)]]></author>
			<pubDate>Sat, 07 Oct 2017 12:47:36 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=119879#p119879</guid>
		</item>
	</channel>
</rss>
