<?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=9003&amp;type=atom" />
	<updated>2013-12-12T10:06:42Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9003</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Gui и активный скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78062#p78062" />
			<content type="html"><![CDATA[<p>Получил, что хотел, благодарю.<br /></p><div class="codebox"><pre><code>gui +Resize
gui, Add, Text, vText, 00:00:00 
SetTimer, func, 1000
gui, Show
return

func:
GuiControl,, Text, %a_hour%:%a_min%:%a_sec%
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Zmey25]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27845</uri>
			</author>
			<updated>2013-12-12T10:06:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78062#p78062</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Gui и активный скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78021#p78021" />
			<content type="html"><![CDATA[<p>Окно GUI нужно сформировать заранее, а изменять его элементы управления можно командой <em>GuiControl</em>.<br />GuiControl, Sub-command, ControlID [, Param3]</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2013-12-11T13:53:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78021#p78021</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Gui и активный скрипт]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78018#p78018" />
			<content type="html"><![CDATA[<p>Есть скрипт, обновляющий переменные по нескольку раз в минуту и выводящий определенные сообщения по ситуации. Хочу начать использовать gui для отображения переменных, но столкнулся с проблемой: не могу одновременно присоединить его с активным скриптом, т.е. чтобы переменные в нем изменялись в режиме реального времени, а сам скрипт работал на фоне. Раньше с gui никогда не работал, буду благодарен за предоставленный пример.</p>]]></content>
			<author>
				<name><![CDATA[Zmey25]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27845</uri>
			</author>
			<updated>2013-12-11T12:35:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78018#p78018</id>
		</entry>
</feed>
