<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Не работает индикатор прогресса]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=13628</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13628&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Не работает индикатор прогресса».]]></description>
		<lastBuildDate>Sat, 26 Dec 2020 17:17:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Не работает индикатор прогресса]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=144366#p144366</link>
			<description><![CDATA[<p><strong>Som</strong></p><p>Вроде всё просто - указать окно и будет смена в нём.</p><div class="codebox"><pre><code>GuiControl, 2: +cGreen, Progress2</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Sat, 26 Dec 2020 17:17:25 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=144366#p144366</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Не работает индикатор прогресса]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=144359#p144359</link>
			<description><![CDATA[<p>Ребята, помогите со сменой цвета во втором Gui.</p><div class="codebox"><pre><code>Gui, Add, Progress, x12 y10 w330 h20 vProgress, 0
Gui, Add, Button, x242 y40 w100 h30 gInstall, Установить
Gui, Show, w353 h79, ...
return

GuiClose:
ExitApp

return
Install:
Gui, 2:Add, Progress, x6 y40 w460 h20 vProgress2
Gui, 2:Add, Text, x6 y10 w240 h20 , Ждите завершения процесса
Gui, 2:Show, x229 y182 h87 w477

Loop, 100
{
    n++
    GuiControl,, Progress, +1
    GuiControl,2:, Progress2, +1
    Sleep, 100
    if (n = 70) {
        GuiControl, +cRed, Progress
        GuiControl, +cGreen, Progress2
    }
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Som)]]></author>
			<pubDate>Sat, 26 Dec 2020 10:26:44 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=144359#p144359</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Не работает индикатор прогресса]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=124926#p124926</link>
			<description><![CDATA[<p>GuiControl, 2:, Progress, +1</p>]]></description>
			<author><![CDATA[null@example.com (Phoenixxx_Czar)]]></author>
			<pubDate>Thu, 26 Apr 2018 11:05:55 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=124926#p124926</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Не работает индикатор прогресса]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=124693#p124693</link>
			<description><![CDATA[<p>Вот код<br /></p><div class="codebox"><pre><code>Gui, Add, Progress, x12 y10 w330 h20 , 0
Gui, Add, Button, x242 y40 w100 h30 gInstall, Установить
Gui, Show, w353 h79, ...
return

GuiClose:
ExitApp

return
Install:
Gui, 2:Add, Progress, x6 y40 w460 h20 vProgress
Gui, 2:Add, Text, x6 y10 w240 h20 , Ждите завершения процесса
Gui, 2:Show, x229 y182 h87 w477

Loop, 100
{
    GuiControl,, Progress, +1
    Sleep, 100
}</code></pre></div><p>Суть в том что все нормально отображается но не двигается полоса, а когда убираю gui,2: и&nbsp; просто пишу gui, то все окна сливаются, Еще хотелось бы чтобы при нажатии &quot;установить&quot; убиралось бы это окно и открывалось окно с индикатором прогресса, а потом после окончания через sleep закрывалось.</p>]]></description>
			<author><![CDATA[null@example.com (dmixxser)]]></author>
			<pubDate>Sat, 14 Apr 2018 13:15:51 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=124693#p124693</guid>
		</item>
	</channel>
</rss>
