<?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=15531&amp;type=atom" />
	<updated>2020-09-07T14:17:15Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15531</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Интерфейс под курсором мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142005#p142005" />
			<content type="html"><![CDATA[<p>Спасибо, все работает</p>]]></content>
			<author>
				<name><![CDATA[ustarta]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40980</uri>
			</author>
			<updated>2020-09-07T14:17:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142005#p142005</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Интерфейс под курсором мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=142004#p142004" />
			<content type="html"><![CDATA[<p>Спустя долгое время разобрался, ошибка изза пропущенной запятой </p><div class="codebox"><pre><code>F1::
MouseGetPos, xpos, ypos
Gui, show, x%xpos% y%ypos%
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ustarta]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40980</uri>
			</author>
			<updated>2020-09-07T14:14:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=142004#p142004</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Интерфейс под курсором мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141487#p141487" />
			<content type="html"><![CDATA[<p>Ошибка </p><p>error: Parameter #1 invalid The current thread will exit</p><p>Specificallly: show x875 y368</p><p>Прошу помочь, что сделал не так ?</p>]]></content>
			<author>
				<name><![CDATA[ustarta]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40980</uri>
			</author>
			<updated>2020-08-06T13:37:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141487#p141487</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Интерфейс под курсором мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141357#p141357" />
			<content type="html"><![CDATA[<p><strong>ustarta</strong><br /></p><div class="codebox"><pre><code>
F1::
MouseGetPos, xpos, ypos
Gui, show x%xpos% y%ypos%
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[SuBrex]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40829</uri>
			</author>
			<updated>2020-08-02T11:11:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141357#p141357</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Интерфейс под курсором мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141350#p141350" />
			<content type="html"><![CDATA[<p>Если не сложно, не могли бы Вы, написать правильное использование данных команд. <br />Необходимо что бы принажатии на клавишу, интерфейс выскакивал под мышью .как контекстное меню в виндовс.</p>]]></content>
			<author>
				<name><![CDATA[ustarta]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40980</uri>
			</author>
			<updated>2020-08-02T06:25:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141350#p141350</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Интерфейс под курсором мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140725#p140725" />
			<content type="html"><![CDATA[<p>Чтобы под курсором - нужно прописать координаты в команде <em>GUI, Show</em>. Чтобы узнать координаты курсора - команда <em>MouseGetPos</em>.</p><p>Где Вы видели такой синтаксис ListView? Сначала в опциях идёт метка перехода gLabel, потом запятая, потом пошли заголовки столбцов.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-07-17T14:32:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140725#p140725</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Интерфейс под курсором мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140718#p140718" />
			<content type="html"><![CDATA[<p>Приветствую. </p><p>Делаю небольшой скрипт, что бы при нажатии клавиши выскакивало меню.&nbsp; <br />При нажатии интерфейс появляется в середине окна. </p><p>Прошу подсказать что нужно добавить что бы окно появлялось под курсором мыши. </p><p>И если не сложно, прошу подсказать по работе оператора ListView. Проблема в том что на g1 и g2 стоит открытие Мои документы и компьютер соответственно. но при запуске при любом нажатии открывает только Мои документы.</p><p>GUI, Add, ListView, g1, Мои документы| g2, Компьютер|</p>]]></content>
			<author>
				<name><![CDATA[ustarta]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40980</uri>
			</author>
			<updated>2020-07-17T10:41:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140718#p140718</id>
		</entry>
</feed>
