<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Ввод переменной через Gui.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14787&amp;type=atom" />
	<updated>2019-05-19T03:00:55Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14787</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ввод переменной через Gui.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134401#p134401" />
			<content type="html"><![CDATA[<p>Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[sega.83]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40132</uri>
			</author>
			<updated>2019-05-19T03:00:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134401#p134401</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ввод переменной через Gui.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134397#p134397" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>F2::

Gui, Add, Edit, x122 y59 w130 h40 vEdit1
; Generated using SmartGUI Creator for SciTE
Gui, Show, w479 h379, Untitled GUI
return

GuiClose:
	Gui, Submit, Hide 
	Loop
	{	
	Click
	Sleep, Edit1 
	}

F3::
Reload</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2019-05-18T00:15:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134397#p134397</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ввод переменной через Gui.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134395#p134395" />
			<content type="html"><![CDATA[<p>Непонятно только одно, почему переменная из Gui не попадает в параметр sleep. Прошу помочь вас, как должен выглядеть код в рабочем виде. Чтобы понять сам принцип.</p>]]></content>
			<author>
				<name><![CDATA[sega.83]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40132</uri>
			</author>
			<updated>2019-05-17T15:38:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134395#p134395</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ввод переменной через Gui.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134394#p134394" />
			<content type="html"><![CDATA[<p>Разбейте задачу на несколько частей и проработайте каждую из них по отдельности. Если что-то конкретное непонятно - спросите. Изменять элемент управления можно командой <em>GuiControl</em>. Сохранять можно командой <em>IniWrite</em>, считывать - <em>IniRead</em>. Или можно в реестре сохранять.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2019-05-17T14:08:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134394#p134394</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ввод переменной через Gui.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134393#p134393" />
			<content type="html"><![CDATA[<p>Боюсь мне это не помогло. Не могу его собрать в рабочий код.</p>]]></content>
			<author>
				<name><![CDATA[sega.83]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40132</uri>
			</author>
			<updated>2019-05-17T12:57:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134393#p134393</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ввод переменной через Gui.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134390#p134390" />
			<content type="html"><![CDATA[<p>Требование было удалить избыточное цитирование. Удалил. Что-то еще? Или не правильно сделал?</p>]]></content>
			<author>
				<name><![CDATA[sega.83]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40132</uri>
			</author>
			<updated>2019-05-17T11:29:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134390#p134390</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Ввод переменной через Gui.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134388#p134388" />
			<content type="html"><![CDATA[<p>Пересмотрел гору аналогичных тем но повторить так и не смог. Подскажите где ошибка. Нужно чтобы параметр время sleep вводился через gui, а при закрытии gui скрипт продолжал работать. А введенные данные сохранились до следующего запуска программы (если это возможно).<br /></p><div class="codebox"><pre><code>F2::

Gui, Add, Edit, x122 y59 w130 h40 , vEdit1
; Generated using SmartGUI Creator for SciTE
Gui, Show, w479 h379, Untitled GUI
return
Gui, Submit, Hide
GuiClose:

Loop
{	
Click
Sleep, Edit1

}

F3::
Reload
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[sega.83]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40132</uri>
			</author>
			<updated>2019-05-17T10:18:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134388#p134388</id>
		</entry>
</feed>
