<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Отключить gEvent в элементе управления.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9166&amp;type=atom" />
	<updated>2014-01-19T20:57:20Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9166</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить gEvent в элементе управления.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79355#p79355" />
			<content type="html"><![CDATA[<p>спс, очень помогло!</p>]]></content>
			<author>
				<name><![CDATA[Serzh]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31572</uri>
			</author>
			<updated>2014-01-19T20:57:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79355#p79355</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить gEvent в элементе управления.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79351#p79351" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Руководство пользователя пишет:</cite><blockquote><p><strong>GuiControl, +/-Option1 +/-Option2 ...</strong> : Add or remove various control-specific or general options and styles.</p><p>In the following example, the <span class="bbu">AltSubmit</span> option is enabled but control&#039;s <span class="bbu">g-label</span> is removed:</p><div class="codebox"><pre><code>GuiControl,  +AltSubmit -g, MyListBox</code></pre></div></blockquote></div>]]></content>
			<author>
				<name><![CDATA[shiz]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26249</uri>
			</author>
			<updated>2014-01-19T19:38:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79351#p79351</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить gEvent в элементе управления.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79349#p79349" />
			<content type="html"><![CDATA[<p>Пара вариантов:<br /></p><div class="codebox"><pre><code>

Gui, Add, ListView, AltSubmit R10 vListFile gListFile, N|Name|File
Gui, Show 
Return

1:: GuiControl, % (T := !T) ? &quot;-g&quot; : &quot;+gListFile&quot;, ListFile
 
ListFile: 
    ToolTip ListFile
    Return
</code></pre></div><p>---</p><div class="codebox"><pre><code>
Gui, Add, ListView, AltSubmit R10 vListFile gListFile, N|Name|File
Gui, Show 
Return

1:: T := !T  

ListFile: 
    If T
        Return
    ToolTip ListFile
    Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-01-19T19:24:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79349#p79349</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Отключить gEvent в элементе управления.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79348#p79348" />
			<content type="html"><![CDATA[<p>Например у нас есть список.</p><div class="codebox"><pre><code>Gui, Add, ListView, AltSubmit R10 vListFile gListFile, N|Name|File</code></pre></div><p>Мне необходимо временно отключить/включить срабатывание gListFile, аналогично как в команде для горячих клавиш.</p><div class="codebox"><pre><code>Hotkey, x, Off
Hotkey, x, On</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Serzh]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31572</uri>
			</author>
			<updated>2014-01-19T19:10:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79348#p79348</id>
		</entry>
</feed>
