<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Не убирается фон у контрола]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17430&amp;type=atom" />
	<updated>2022-10-21T11:40:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17430</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не убирается фон у контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=155353#p155353" />
			<content type="html"><![CDATA[<p>Просто выполняйте <em>WinSet, TransColor</em> до показа окна.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-10-21T11:40:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=155353#p155353</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Не убирается фон у контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=155352#p155352" />
			<content type="html"><![CDATA[<p>Почему не убирается фон у текста?</p><div class="codebox"><pre><code>gui, main:+lastFound -caption +ToolWindow hwndhMain
gui, main:default
gui, main:margin, 0, 0
gui, main:color, 121212, 2A2A2A

gui, main:font, s24 bold c909090, consolas
gui, main:add, text, w205 y5 +center, % getTime()

gui, main:font, s16 bold c909090, consolas
gui, main:add, text, x+2 yp-5 w135 +center BackgroundTrans, % getDateWords()
gui, main:add, text, y+0      w135 +center BackgroundTrans, % getDateNumber()

gui, main:show, % &quot;x3500 y1025 NA&quot;
WinSet, TransColor, 121212, % &quot;ahk_id &quot; hMain
return

getTime()
{
	FormatTime, time,, % &quot;hh:mm:ss tt&quot;

	return time
}

getDateWords()
{
	FormatTime, date,, % &quot;MMM dd, ddd&quot;

	return date
}

getDateNumber()
{
	FormatTime, date,, % &quot;MM/dd/yyyy&quot;

	return date
}</code></pre></div><p>UPD: Если обновить контрол, то фон пропадает, почему так происходит?</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2022-10-21T00:43:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=155352#p155352</id>
		</entry>
</feed>
