<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10615&amp;type=atom" />
	<updated>2015-04-30T08:07:25Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10615</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работает или нет]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93735#p93735" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#Persistent
Gui, ToolTipWindow:New, -Caption +ToolWindow +LastFound +AlwaysOnTop
Gui, ToolTipWindow:Default
Gui, Font, bold s50 cRed, Arial
Gui, Margin, 0, 0
Gui, Color, 0xFFFFE1
Gui, Add, Text,, Скрипт Работает!
Gui, Show,, Test
WinSet, TransColor, 0xFFFFE1, Test
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-04-30T08:07:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93735#p93735</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Работает или нет]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93734#p93734" />
			<content type="html"><![CDATA[<p>Я пользуюсь тремя способами для того, чтобы видеть работает ли скрипт:<br /><a href="http://ahkscript.org/docs/commands/Progress.htm">SplashImage</a><br /><a href="http://ahkscript.org/docs/commands/ToolTip.htm">ToolTip</a><br /><a href="http://ahkscript.org/docs/commands/Menu.htm#Change_the_Tray_Icon_or_ToolTip_MenuName_must_be_TRAY">Icon</a>&nbsp; &nbsp;<a href="http://www.script-coding.com/AutoHotkey/Menu.html">(тоже в переводе)</a><br />Пример, со всеми тремя вариантами.<br /></p><div class="codebox"><pre><code>1::
SplashImage, test.bmp,x100 y100
Menu, Tray, Icon, %A_WinDir%\system32\Shell32.dll, 138
SetTimer , Label
Return

2::
SplashImage Off
SetTimer , Label , Off
Menu, Tray, Icon, %A_WinDir%\system32\Shell32.dll, 110
ToolTip
Return

Label:
x += x &gt; 100 ? -99 : 1
ToolTip , %x%, 50, 50
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Nikva]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27416</uri>
			</author>
			<updated>2015-04-30T07:01:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93734#p93734</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Работает или нет]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93731#p93731" />
			<content type="html"><![CDATA[<p>1</p>]]></content>
			<author>
				<name><![CDATA[kubrintom]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32986</uri>
			</author>
			<updated>2015-04-30T05:49:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93731#p93731</id>
		</entry>
</feed>
