<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Считывание введённой информации и ввод её в loop]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17239&amp;type=atom" />
	<updated>2022-07-15T23:29:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17239</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Считывание введённой информации и ввод её в loop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153889#p153889" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[neironcn]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42666</uri>
			</author>
			<updated>2022-07-15T23:29:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153889#p153889</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Считывание введённой информации и ввод её в loop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153880#p153880" />
			<content type="html"><![CDATA[<p>Чтобы прочитать текст, введённый в Edit (как и текст из других контролов), есть команда GuiControlGet. Ответы на остальные вопросы про Gui легко найдёте в справке в соответствующем разделе. Если самостоятельно разбираться не хочется, воспользуйтесь Коммерческим разделом нашего форума.<br />На будущее, у нас ещё есть <a href="https://forum.script-coding.com/rules.html#3.11.">правило</a> &quot;одна тема — один вопрос&quot;. Так будет больше шансов получить внятные ответы.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-07-14T19:44:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153880#p153880</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Считывание введённой информации и ввод её в loop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153879#p153879" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> Всё точки везде проставил сверил с правилами вроде всё соответствует им.</p>]]></content>
			<author>
				<name><![CDATA[neironcn]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42666</uri>
			</author>
			<updated>2022-07-14T18:46:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153879#p153879</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Считывание введённой информации и ввод её в loop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153858#p153858" />
			<content type="html"><![CDATA[<p><strong>neironcn</strong>, добро пожаловать на форум! Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свой пост. Обратите внимание на <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">точки</a> в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-07-11T10:26:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153858#p153858</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Считывание введённой информации и ввод её в loop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153856#p153856" />
			<content type="html"><![CDATA[<p>А ещё также если человек ввёл не цифровое значение или больше 10 ему выдавало окно которое говорит что необходимо ввести цифровое значение или оно не должно быть больше 10.</p>]]></content>
			<author>
				<name><![CDATA[neironcn]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42666</uri>
			</author>
			<updated>2022-07-11T02:55:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153856#p153856</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Считывание введённой информации и ввод её в loop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153855#p153855" />
			<content type="html"><![CDATA[<p>Необходимо считывать введённую информацию пользователем в окно Gui и потом вводить её в количество повторов Loop. Также производить математические вычисление по типу поделить полученное значение на 2 и добавить 2 и итог записать в Loop. Также после запуска программы добавить автоматическое закрытие окна с сохранением значения. Также если есть возможность сделать чёрный фон окна сделайте пожалуйста. PS Заранее спасибо.</p><div class="codebox"><pre><code>Gui, font, s9, Arial
Gui, Add, Text, cBlue, Введите Время Часы.
Gui, Add, Edit, vtimeh
Gui, Add, Text, cBlue, Введите Время Минуты.
Gui, Add, Edit, vtimem
Gui, Show, AutoSize Center

f4::
; авто закрытие всплывающего окна добавить сюда.
Loop ;  количество повторов -  значение vtimeh
{
click
sendinput, Hi.
}
Loop ; количество повторов - значение vtimem поделить на 2 и добавить 2.
{
click
sendinput, Good Bye.
}</code></pre></div><p>Как-то так спасибо заранее за помощь.</p>]]></content>
			<author>
				<name><![CDATA[neironcn]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42666</uri>
			</author>
			<updated>2022-07-11T02:42:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153855#p153855</id>
		</entry>
</feed>
