<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: GUI при удержании ПКМ]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17208&amp;type=atom" />
	<updated>2022-06-27T14:38:00Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17208</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI при удержании ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153692#p153692" />
			<content type="html"><![CDATA[<p>$RButton:: тут хук не нужен.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2022-06-27T14:38:00Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153692#p153692</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI при удержании ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153689#p153689" />
			<content type="html"><![CDATA[<p><strong>fkhlamingo</strong>, я думаю вы можете после &quot;Send {RButton}&quot; поставить return и убрать else, дабы убрать ненужную вложенность.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2022-06-26T21:01:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153689#p153689</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI при удержании ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153683#p153683" />
			<content type="html"><![CDATA[<p><strong>__Михаил__</strong> К сожалению, даже полурабочего кода нету, стыдно даже такое показывать, все действия накладывались друг на друга.</p>]]></content>
			<author>
				<name><![CDATA[steel777]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38806</uri>
			</author>
			<updated>2022-06-26T13:16:13Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153683#p153683</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI при удержании ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153682#p153682" />
			<content type="html"><![CDATA[<p><strong>fkhlamingo</strong> Огромное спасибо, работает именно так, как хотелось.</p>]]></content>
			<author>
				<name><![CDATA[steel777]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38806</uri>
			</author>
			<updated>2022-06-26T13:14:44Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153682#p153682</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI при удержании ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153681#p153681" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
$RButton:: 
	KeyWait, RButton, T0.5 
	If !ErrorLevel
		Send {RButton}
	Else 
	{
		ToolTip KeyWait 
		KeyWait, RButton
		ToolTip
	}
	Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[fkhlamingo]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42005</uri>
			</author>
			<updated>2022-06-26T12:44:08Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153681#p153681</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI при удержании ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153680#p153680" />
			<content type="html"><![CDATA[<p>Ваши наработки?</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-06-26T12:33:11Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153680#p153680</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: GUI при удержании ПКМ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153679#p153679" />
			<content type="html"><![CDATA[<p>Добрый день. Есть GUI, которое нужно вызывать при удержании правой кнопки мыши например 0.5 секунд, при отпускании оно закрывается. Но не получается сохранить работоспособность ПКМ при коротком нажатии, оно должно по прежнему вызывать контекстное меню. </p><p>То есть: короткое нажатие ПКМ - вызываем контекстное меню windows, как обычно. Удержание ПКМ 0.5 секунд и до отпускания кнопки - на экране GUI, после отпускания оно закрывается.<br />Прошу помощи, работоспособного кода так и не вышло создать. Заранее спасибо.</p>]]></content>
			<author>
				<name><![CDATA[steel777]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38806</uri>
			</author>
			<updated>2022-06-26T12:03:39Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153679#p153679</id>
		</entry>
</feed>
