<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Progress]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11745</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11745&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Progress».]]></description>
		<lastBuildDate>Tue, 21 Jun 2016 11:07:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Progress]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=105418#p105418</link>
			<description><![CDATA[<div class="quotebox"><cite>Nikva пишет:</cite><blockquote><p>GuiControl,Hide, Progress</p></blockquote></div><p>Благодарю! Это именно то, что нужно!</p>]]></description>
			<author><![CDATA[null@example.com (mirapi)]]></author>
			<pubDate>Tue, 21 Jun 2016 11:07:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=105418#p105418</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Progress]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=105416#p105416</link>
			<description><![CDATA[<p>Если нужно именно удалить контрол из гуи, то на форуме было несколько разных решений.<br />Если достаточно просто его скрыть, <a href="https://autohotkey.com/docs/commands/GuiControl.htm">GuiControl,Hide</a>.</p><div class="codebox"><pre><code>Gui, Add, Progress, x2 y9 w200 h20 vProgress
Gui, Show, x229 y182 h87 w477
Gui, Show, x654 y386 h42 w211, Загрузка
GuiControl,, Progress, 0
loop {
var += 25
if var &gt; 100
break
GuiControl,, Progress, % var
sleep, 500
}

GuiControl,Hide, Progress</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Nikva)]]></author>
			<pubDate>Tue, 21 Jun 2016 11:00:18 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=105416#p105416</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Progress]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=105415#p105415</link>
			<description><![CDATA[<p><span style="color: green"><strong>mirapi</strong>, приведите заголовок темы в соответствие с правилами.</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Tue, 21 Jun 2016 10:32:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=105415#p105415</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Progress]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=105412#p105412</link>
			<description><![CDATA[<p>Доброго времени суток!</p><p>У моего скрипта заметно увеличилась скорость загрузки, ничего страшного в этом нет, но решил сделать полоску с индикатором загрузки - Progress. <br />Все через GUI. </p><p>Должно работать так:<br />Запускаем программу, проходит индикатор загрузки и открывается основное меню. </p><p>Но вышло так:<br />Запускаем программу, проходит индикатор загрузки и открывается программа, но индикатор загрузки не пропадает, а перемещается вверх нового меню. Если и изменять потом его на 0, всеравно рамки видны и мешают. <br />Так собственно вопрос, можно ли удалить этот прогресс-бар после прогрузки? </p><p>Сейчас прогресс выглядит так: <br /></p><div class="codebox"><pre><code>
Gui, Add, Progress, x2 y9 w200 h20 vProgress
Gui, Show, x229 y182 h87 w477
Gui, Show, x654 y386 h42 w211, Загрузка
GuiControl,, Progress, 0
sleep, 500
GuiControl,, Progress, 10
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (mirapi)]]></author>
			<pubDate>Tue, 21 Jun 2016 08:06:28 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=105412#p105412</guid>
		</item>
	</channel>
</rss>
