<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Задать клавишу активации скрипту через значения поля Edit]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16734&amp;type=atom" />
	<updated>2021-11-20T09:55:47Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16734</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать клавишу активации скрипту через значения поля Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150675#p150675" />
			<content type="html"><![CDATA[<p>Спасибо, буду пробовать.</p>]]></content>
			<author>
				<name><![CDATA[nonamefromukraine]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42143</uri>
			</author>
			<updated>2021-11-20T09:55:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150675#p150675</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать клавишу активации скрипту через значения поля Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150674#p150674" />
			<content type="html"><![CDATA[<p>Вот пример:</p><div class="codebox"><pre><code>Gui Add, Text, x8 y8 w70 h23 +0x200, Комбинация:
Gui Add, Hotkey, vKey x88 y8 w120 h21, R
Gui Add, Button, gBut x208 y8 w80 h23, Применить
Gui Add, Text, x8 y40 w70 h23, Сообщение:
Gui Add, Edit, vMText x88 y40 w200 h21, Активация скрипта

Gui Show, w297 h70, Window
Return

GuiEscape:
GuiClose:
ExitApp

But:
Gui, Submit, NoHide
Hotkey, % Last, Off, UseErrorLevel
Last := Key
Hotkey, % Key, ButA, On, UseErrorLevel
Return

ButA:
MsgBox, % MText
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-11-20T09:42:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150674#p150674</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать клавишу активации скрипту через значения поля Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150673#p150673" />
			<content type="html"><![CDATA[<p>Неверное использование: отобразить окно затем сразу же получить данные от переменной? Что она будет в себе хранить? Пустую строчку.<br />Неверный синтаксис &#039;rpob::&#039; с двумя вместо одного двоеточия. Это не клавиша а метка.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-11-20T09:32:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150673#p150673</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать клавишу активации скрипту через значения поля Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150672#p150672" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
Gui, Add, Edit, x13 y20 w15 h16  vrpob
Gui, Show
GuiControlGet, rpob
rpob::
msgbox, good
return

</code></pre></div><p>В rpob я хочу передать &quot;5&quot;, а потом может захочу букву &quot;r&quot;. Это надо, чтобы кто пользовался скриптом биндил удобную себе клавишу.</p>]]></content>
			<author>
				<name><![CDATA[nonamefromukraine]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42143</uri>
			</author>
			<updated>2021-11-20T09:18:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150672#p150672</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать клавишу активации скрипту через значения поля Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150671#p150671" />
			<content type="html"><![CDATA[<p>Приведите участок кода, который используете. Распишите подробнее что вы хотите получить и при каких действиях.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-11-20T09:11:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150671#p150671</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать клавишу активации скрипту через значения поля Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150670#p150670" />
			<content type="html"><![CDATA[<p>Я через GuiControlGet - получаю значение, что было записано.<br />А вот как дальше значение сделать &quot;комбинацией клавиш&quot; для запуска скрипта - я не знаю.</p>]]></content>
			<author>
				<name><![CDATA[nonamefromukraine]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42143</uri>
			</author>
			<updated>2021-11-20T08:46:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150670#p150670</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать клавишу активации скрипту через значения поля Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150669#p150669" />
			<content type="html"><![CDATA[<p>А какая именно часть задачи непонятна?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-11-20T03:11:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150669#p150669</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Задать клавишу активации скрипту через значения поля Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150668#p150668" />
			<content type="html"><![CDATA[<p>Здравствуйте, как задать клавишу для активации скрипта через значения поля Edit? Допустим: у меня открывается меню, я вписываю цифру &quot;5&quot; в поле, и по нажатию &quot;5&quot; высвечивается меседж бокс.</p>]]></content>
			<author>
				<name><![CDATA[nonamefromukraine]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42143</uri>
			</author>
			<updated>2021-11-20T01:47:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150668#p150668</id>
		</entry>
</feed>
