<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Координаты курсора в tooltip под курсором]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11859</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11859&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Координаты курсора в tooltip под курсором».]]></description>
		<lastBuildDate>Thu, 28 Jul 2016 14:24:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Координаты курсора в tooltip под курсором]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=106435#p106435</link>
			<description><![CDATA[<p><strong>ypppu</strong><br />Этого вполне достаточно, спасибо.<br />В моем случае цикл всё время работать не будет, а будет запускаться по необходимости.</p>]]></description>
			<author><![CDATA[null@example.com (Sgy-x2)]]></author>
			<pubDate>Thu, 28 Jul 2016 14:24:18 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=106435#p106435</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Координаты курсора в tooltip под курсором]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=106433#p106433</link>
			<description><![CDATA[<p>Вот простой пример.<br /></p><div class="codebox"><pre><code>
CoordMode, ToolTip, Screen ;закомментировать, если нужно относительно окна
Loop
{
MouseGetPos, OutputVarX, OutputVarY
Tooltip, x:%OutputVarX%  y:%OutputVarY%
Sleep, 10
}
</code></pre></div><p>Хотя с точки зрения использования ресурсов правильно было бы не делать цикл, а отслеживать события мышки.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Thu, 28 Jul 2016 14:19:08 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=106433#p106433</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Координаты курсора в tooltip под курсором]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=106429#p106429</link>
			<description><![CDATA[<p><strong>ypppu</strong><br />Прошу прощения за невнимательность.</p>]]></description>
			<author><![CDATA[null@example.com (Sgy-x2)]]></author>
			<pubDate>Thu, 28 Jul 2016 13:46:14 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=106429#p106429</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Координаты курсора в tooltip под курсором]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=106428#p106428</link>
			<description><![CDATA[<p><span style="color: green"><strong>Sgy-x2</strong>, в названии темы должен быть префикс скриптового языка.</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Thu, 28 Jul 2016 13:38:33 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=106428#p106428</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Координаты курсора в tooltip под курсором]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=106426#p106426</link>
			<description><![CDATA[<p>Отображает текущие координаты курсора в tooltip под самим курсором.</p>]]></description>
			<author><![CDATA[null@example.com (Sgy-x2)]]></author>
			<pubDate>Thu, 28 Jul 2016 13:15:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=106426#p106426</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Координаты курсора в tooltip под курсором]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=106424#p106424</link>
			<description><![CDATA[<p>А что этот код делает, из названия ничего не понятно.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Thu, 28 Jul 2016 13:03:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=106424#p106424</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Координаты курсора в tooltip под курсором]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=106422#p106422</link>
			<description><![CDATA[<p>Не так давно, в каком-то примере, встретил эту функцию, естественно не смог найти. Помогите пожалуйста.</p>]]></description>
			<author><![CDATA[null@example.com (Sgy-x2)]]></author>
			<pubDate>Thu, 28 Jul 2016 12:57:56 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=106422#p106422</guid>
		</item>
	</channel>
</rss>
