<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как очистить GUI]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=8475</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8475&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как очистить GUI».]]></description>
		<lastBuildDate>Sun, 14 Jul 2013 09:18:19 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как очистить GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=73760#p73760</link>
			<description><![CDATA[<p><strong>YMP</strong>, спасиб ))</p>]]></description>
			<author><![CDATA[null@example.com (Hydrogenium)]]></author>
			<pubDate>Sun, 14 Jul 2013 09:18:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=73760#p73760</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как очистить GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=73758#p73758</link>
			<description><![CDATA[<p>Чтобы обновлялось:<br /></p><div class="codebox"><pre><code>
#NoEnv               
#Persistent          

Gui, -SysMenu
    
Gui, Add, Text,, Active Table
Gui, Add, Text, vthis_id w200
Gui, Add, Text, vthis_title w200
    
Gui, Show, NoActivate, My Window    

SetTimer, InfoWin, 1000

InfoWin:
    WinGet, this_id, ID, A   
    WinGetTitle, this_title, ahk_id %this_id%
    GuiControl,, this_id, this_id = %this_id%
    GuiControl,, this_title, this_title = %this_title%
Return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Sun, 14 Jul 2013 02:37:18 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=73758#p73758</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как очистить GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=73753#p73753</link>
			<description><![CDATA[<div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><div class="codebox"><pre><code>

#NoEnv               
#Persistent          

SetTimer, InfoWin, 1000

InfoWin:
    WinGet, this_id, ID, A   
    WinGetTitle, this_title, ahk_id %this_id%
    
    ;~ Gui, Destroy     
    Gui, -SysMenu
    
    Gui, Add, Text,, Active Table
    Gui, Add, Text,, this_id = %this_id%
    Gui, Add, Text,, this_title = %this_title%
    
    Gui, Show, NoActivate, My Window    
Return

</code></pre></div></div></div><p>Вот код, создаётся окно и показывается инфа о активном окне, но <span class="bbu">this_id</span> и <span class="bbu">this_title</span>&nbsp; не обновляются</p><p>Если делать </p><div class="codebox"><pre><code>Gui, Destroy</code></pre></div><p> то окно моргает и.т.п.</p>]]></description>
			<author><![CDATA[null@example.com (Hydrogenium)]]></author>
			<pubDate>Sat, 13 Jul 2013 18:39:42 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=73753#p73753</guid>
		</item>
	</channel>
</rss>
