<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как сделать загрузку как в SmartGui + еще...]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13942</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13942&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как сделать загрузку как в SmartGui + еще...».]]></description>
		<lastBuildDate>Fri, 20 Jul 2018 15:43:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как сделать загрузку как в SmartGui + еще...]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=127206#p127206</link>
			<description><![CDATA[<p>В справке SciTe введи: SplashImage<br />Вот пример из справки:</p><div class="codebox"><pre><code>
Progress, b w200, My SubText, My MainText, My Title
Progress, 50 ; Set the position of the bar to 50%.
Sleep, 4000
Progress, Off

; Create a window just to display some 18-point Courier text:
Progress, m2 b fs18 zh0, This is the Text.`nThis is a 2nd line., , , Courier New

; Create a simple SplashImage window:
SplashImage, C:\My Pictures\Company Logo.gif

; Create a borderless SplashImage window with some large text beneath the image:
SplashImage, C:\My Pictures\Company Logo.gif, b fs18, This is our company logo.
Sleep, 4000
SplashImage, Off

; Here is a working example that demonstrates how a Progress window can be
; overlayed on a SplashImage to make a professional looking Installer screen:
IfExist, C:\WINDOWS\system32\ntimage.gif, SplashImage, %A_WinDir%\system32\ntimage.gif, A,,, Installation
Loop, %A_WinDir%\system32\*.*
{
    Progress, %a_index%, %a_loopfilename%, Installing..., Draft Installation
    Sleep, 50
    if a_index = 100
        break
}
; There is similar example at the bottom of the GUI page. Its advantage is that it uses only a single
; window and it gives you more control over window layout.

</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Kinobi 0 in skripti)]]></author>
			<pubDate>Fri, 20 Jul 2018 15:43:07 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=127206#p127206</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как сделать загрузку как в SmartGui + еще...]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=127058#p127058</link>
			<description><![CDATA[<div class="quotebox"><cite>morgan пишет:</cite><blockquote><p>Можете образец показать?</p></blockquote></div><p>Так просмотрите его исходный код, SmartGui же на ahk написан.</p>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Sat, 14 Jul 2018 16:52:06 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=127058#p127058</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как сделать загрузку как в SmartGui + еще...]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=127053#p127053</link>
			<description><![CDATA[<p><strong>KusochekDobra</strong>, Progress Text, только вместо текста картинка.</p>]]></description>
			<author><![CDATA[null@example.com (morgan)]]></author>
			<pubDate>Sat, 14 Jul 2018 16:07:54 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=127053#p127053</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как сделать загрузку как в SmartGui + еще...]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=127052#p127052</link>
			<description><![CDATA[<p>Здравствуйте.<br />Что подразумевается под &quot;загрузка как в SmartGui&quot;? Приведите пожалуйста пример.</p><p>=&gt; <a href="https://autohotkey.com/docs/commands/Process.htm">Завершить процесс</a>.<br />=&gt; Чтение файла - <a href="https://autohotkey.com/docs/commands/LoopReadFile.htm">тут</a>, <a href="https://autohotkey.com/docs/commands/FileRead.htm">тут</a>, <a href="https://autohotkey.com/docs/commands/FileOpen.htm">тут</a>.</p><p>А вообще, по правилам - одна тема = один вопрос. Пользуйтесь так же поиском. На ваши вопросы уже есть ответы с иллюстрациями.</p>]]></description>
			<author><![CDATA[null@example.com (KusochekDobra)]]></author>
			<pubDate>Sat, 14 Jul 2018 15:36:53 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=127052#p127052</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как сделать загрузку как в SmartGui + еще...]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=127051#p127051</link>
			<description><![CDATA[<p>Здравствуйте. Приступим сразу к вопросу, как сделать загрузку как в SmartGui. Я знаю, что используется картинка для загрузки, она у меня уже есть. Осталось понять код. Можете образец показать?</p><p>Также хотел узнать, как завершить процесс и сделать, чтобы скрипт прочитал текст в txt файле.<br />Спасибо :3</p>]]></description>
			<author><![CDATA[null@example.com (morgan)]]></author>
			<pubDate>Sat, 14 Jul 2018 15:14:41 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=127051#p127051</guid>
		</item>
	</channel>
</rss>
