<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13628&amp;type=atom" />
	<updated>2020-12-26T17:17:25Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13628</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает индикатор прогресса]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=144366#p144366" />
			<content type="html"><![CDATA[<p><strong>Som</strong></p><p>Вроде всё просто - указать окно и будет смена в нём.</p><div class="codebox"><pre><code>GuiControl, 2: +cGreen, Progress2</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2020-12-26T17:17:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=144366#p144366</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает индикатор прогресса]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=144359#p144359" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Som]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39224</uri>
			</author>
			<updated>2020-12-26T10:26:44Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=144359#p144359</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает индикатор прогресса]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=124926#p124926" />
			<content type="html"><![CDATA[<p>GuiControl, 2:, Progress, +1</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2018-04-26T11:05:55Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=124926#p124926</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Не работает индикатор прогресса]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=124693#p124693" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dmixxser]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38799</uri>
			</author>
			<updated>2018-04-14T13:15:51Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=124693#p124693</id>
		</entry>
</feed>
