<?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=12502&amp;type=atom" />
	<updated>2017-03-19T16:38:01Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12502</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113863#p113863" />
			<content type="html"><![CDATA[<p>Было найдено следующие решение:</p><p>Заменил строки:<br /></p><div class="codebox"><pre><code>WinSet Transparent, % TransValue, % ProgName</code></pre></div><p>на:</p><div class="codebox"><pre><code>If (BackStatus = 1) {
	WinSet Transparent, % TransValue, % ProgName
	}
	Else {
		WinSet TransColor, % BackClr &quot; &quot; TransValue, % ProgName
		}</code></pre></div><p>Сейчас регулировка прозрачности работает корректно с фоном и без него.<br />Код часов в первом топе обновил.</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2017-03-19T16:38:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113863#p113863</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113376#p113376" />
			<content type="html"><![CDATA[<p>Если хотите чтобы фон оставался посылайте:<br /></p><div class="codebox"><pre><code>WinSet TransColor, % &quot;off &quot; TransValue, % ProgName</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-02-27T18:58:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113376#p113376</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113373#p113373" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong><br />Почему-то фон часов перестал вообще включаться, хотя без фона прозрачность стала регулироваться.<br />Здесь, видимо, надо &quot;хитрые&quot; пути искать. Есть подозрения, что все из-за того, что фон и часы (текст) в одном GUI. Вероятно, придется делать 2 отдельных GUI - для часов и для фона ... В выходные буду весь код перекапывать, может что-то найду или придумаю.</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2017-02-27T17:05:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113373#p113373</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113369#p113369" />
			<content type="html"><![CDATA[<p>А чем вам мой вариант не подошел?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-02-27T13:36:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113369#p113369</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113349#p113349" />
			<content type="html"><![CDATA[<p>Теперь понял, почему <strong>stealzy</strong> рвал на себе тельник, доказывая, что GUI &quot;неправильный&quot;.<br />Если бы вник в код, то понял бы, что &quot;обрезка&quot; GUI скрывает дату и день недели, оставляя только текущее время.<br /> </p><div class="codebox"><pre><code>Menu Tray, Add, Дата и день недели, SwitchTimeDate</code></pre></div><p>Я пошел по простому пути, не зная других вариантов.</p><p>Однако, нужный вопрос так и остался нерешенным ....</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2017-02-26T20:13:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113349#p113349</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113335#p113335" />
			<content type="html"><![CDATA[<p><strong>freeZer0K</strong>, в английской справке есть. На русский не переведено.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-02-26T16:36:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113335#p113335</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113334#p113334" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, спасибо! Попробую. ...<br />А можно линк на DPIScale? Что-то мне такого не встречалось ...</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2017-02-26T15:59:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113334#p113334</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113333#p113333" />
			<content type="html"><![CDATA[<p>Замените:<br /></p><div class="codebox"><pre><code>WinSet Transparent, % TransValue, % ProgName</code></pre></div><p>На:<br /></p><div class="codebox"><pre><code>WinSet TransColor, % BackClr &quot; &quot; TransValue, % ProgName</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-02-26T15:56:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113333#p113333</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113332#p113332" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong><br />Дело в том, что прозрачность работает, но только при включенном фоне часов. Если его отключить (фон), прозрачности нет.</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2017-02-26T15:51:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113332#p113332</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113331#p113331" />
			<content type="html"><![CDATA[<p>Ну так и используйте ее в WinSet, TransColor.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-02-26T15:49:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113331#p113331</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113330#p113330" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>% TransValue</p></blockquote></div><p> - это переменная</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2017-02-26T15:47:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113330#p113330</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113329#p113329" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>Как я могу это исправить, если у меня ничего не мелькает?</p></blockquote></div><p>Вы сможете увидеть это мелькание если уберете выше приведенные галочки, либо поставите классическую тему.<br /></p><div class="quotebox"><blockquote><p>А у меня что???</p></blockquote></div><p>Странно, что вы у меня это спрашиваете.<br />Код же вы писали.<br />У вас&nbsp; - WinSet Transparent, % TransValue, % ProgName</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-02-26T15:43:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113329#p113329</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113328#p113328" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>часы мелькают</p></blockquote></div><p>Как я могу это исправить, если у меня ничего не мелькает?<br /></p><div class="quotebox"><blockquote><p>меняйте ее с помощью WinSet, TransColor.</p></blockquote></div><p>А у меня что???</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2017-02-26T15:39:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113328#p113328</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113327#p113327" />
			<content type="html"><![CDATA[<p><strong>freeZer0K</strong>, по поводу подгонки текста в гуи с увеличенным системным масштабом читайте DPIScale в справке по Gui.<br />По поводу прозрачности - меняйте ее с помощью WinSet, TransColor.<br />У меня ваши часы мелькают, так как глючат без галочек &quot;enable desktop composition&quot; и &quot;use visual styles on windows and buttons&quot; в Perfomance options. Чтобы этого избежать читайте про BackgroundTrans.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-02-26T15:28:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113327#p113327</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Часы. Прозрачность с включенным и отключенным фоном]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113326#p113326" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>stealzy пишет:</cite><blockquote><p>стоит выложить только проблемную часть кода</p></blockquote></div><p>Еще раз - сам НЕ ЗНАЮ ГДЕ. Потому и выложил все. Нет желания помогать - не надо было и отвечать.</p>]]></content>
			<author>
				<name><![CDATA[freeZer0K]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34228</uri>
			</author>
			<updated>2017-02-26T15:02:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113326#p113326</id>
		</entry>
</feed>
