<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как сделать загрузку как в SmartGui + еще...]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13942&amp;type=atom" />
	<updated>2018-07-20T15:43:07Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13942</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать загрузку как в SmartGui + еще...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127206#p127206" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Kinobi 0 in skripti]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38636</uri>
			</author>
			<updated>2018-07-20T15:43:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127206#p127206</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать загрузку как в SmartGui + еще...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127058#p127058" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>morgan пишет:</cite><blockquote><p>Можете образец показать?</p></blockquote></div><p>Так просмотрите его исходный код, SmartGui же на ahk написан.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2018-07-14T16:52:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127058#p127058</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать загрузку как в SmartGui + еще...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127053#p127053" />
			<content type="html"><![CDATA[<p><strong>KusochekDobra</strong>, Progress Text, только вместо текста картинка.</p>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2018-07-14T16:07:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127053#p127053</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать загрузку как в SmartGui + еще...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127052#p127052" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2018-07-14T15:36:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127052#p127052</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как сделать загрузку как в SmartGui + еще...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127051#p127051" />
			<content type="html"><![CDATA[<p>Здравствуйте. Приступим сразу к вопросу, как сделать загрузку как в SmartGui. Я знаю, что используется картинка для загрузки, она у меня уже есть. Осталось понять код. Можете образец показать?</p><p>Также хотел узнать, как завершить процесс и сделать, чтобы скрипт прочитал текст в txt файле.<br />Спасибо :3</p>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2018-07-14T15:14:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127051#p127051</id>
		</entry>
</feed>
