<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: GuiControl со "вторичным окном"]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17876&amp;type=atom" />
	<updated>2023-07-19T12:18:31Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17876</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GuiControl со "вторичным окном"]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=158814#p158814" />
			<content type="html"><![CDATA[<p>Храни Вас Аллах! Всё заработало.</p>]]></content>
			<author>
				<name><![CDATA[ivanday1]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=43255</uri>
			</author>
			<updated>2023-07-19T12:18:31Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=158814#p158814</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GuiControl со "вторичным окном"]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=158813#p158813" />
			<content type="html"><![CDATA[<p>У него есть имя по умолчанию — 1.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-07-19T12:16:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=158813#p158813</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GuiControl со "вторичным окном"]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=158812#p158812" />
			<content type="html"><![CDATA[<p>Если Вы про &quot;To operate upon a window other than the default, include its name or number (or in [v1.1.03+] its HWND) followed by a colon in front of the sub-command as in these examples:&quot;, то мне нужно работать с первым окном, у которого нет имени:<br /></p><div class="codebox"><pre><code>Gui, Show, h550 w900 NoActivate, Name Window Default</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ivanday1]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=43255</uri>
			</author>
			<updated>2023-07-19T12:12:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=158812#p158812</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GuiControl со "вторичным окном"]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=158811#p158811" />
			<content type="html"><![CDATA[<p>Читатйте <a href="https://www.autohotkey.com/docs/v1/lib/GuiControl.htm#Remarks">тут</a>.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-07-19T11:57:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=158811#p158811</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: GuiControl со "вторичным окном"]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=158800#p158800" />
			<content type="html"><![CDATA[<p>Приветствую, коллеги по цеху.<br />Уже давно мучаюсь с проблемой, что при использовании GuiControl (конкретно для изменения текста Edit&#039;a) текст не меняется, но при условии, что перед этим было открыто другое GUI окно.<br />Как у меня реализовано:</p><div class="codebox"><pre><code>
Gui, Add, Edit, x291 y65 w450 h200 vVB14 gupdbindd hwndEDIT24 ; это при запуске программы

Gui, PB:Show, w400 h110, name window ;далее при определённом действии создаётся другое GUI окно с GUI элементами

;после работы с окном PB:
Gui, PB:Submit, NoHide
Gui, PB:Destroy
GuiControl, , VB14, %var% ;но текст не изменяется
</code></pre></div><p>Пытался сделать WinActivate; GuiControl, Focus, VB14; Gui +LastFound - всё безуспешно.</p>]]></content>
			<author>
				<name><![CDATA[ivanday1]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=43255</uri>
			</author>
			<updated>2023-07-19T08:35:35Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=158800#p158800</id>
		</entry>
</feed>
