<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Обработка событий Checkbox]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10524&amp;type=atom" />
	<updated>2015-03-25T15:23:43Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10524</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Обработка событий Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92752#p92752" />
			<content type="html"><![CDATA[<p>GuiControlGet?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-03-25T15:23:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92752#p92752</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Обработка событий Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92751#p92751" />
			<content type="html"><![CDATA[<p>Т.е. никто не поможет?</p>]]></content>
			<author>
				<name><![CDATA[sergeiplugatyr]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30382</uri>
			</author>
			<updated>2015-03-25T15:15:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92751#p92751</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Обработка событий Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92743#p92743" />
			<content type="html"><![CDATA[<p>Ну, не хотите, как хотите. Мне так не интересно.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2015-03-25T10:02:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92743#p92743</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Обработка событий Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92741#p92741" />
			<content type="html"><![CDATA[<p>Не, дело точно в метке, нужно просто помочь мне реализовать это без метки <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" />.</p>]]></content>
			<author>
				<name><![CDATA[sergeiplugatyr]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30382</uri>
			</author>
			<updated>2015-03-25T08:33:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92741#p92741</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Обработка событий Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92740#p92740" />
			<content type="html"><![CDATA[<p>Возможно, дело не в метке. Поделитесь идеей.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2015-03-25T08:06:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92740#p92740</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Обработка событий Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92739#p92739" />
			<content type="html"><![CDATA[<p>Просто появилась одна идея, но с меткой всё наперекосяк.</p>]]></content>
			<author>
				<name><![CDATA[sergeiplugatyr]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30382</uri>
			</author>
			<updated>2015-03-25T07:49:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92739#p92739</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Обработка событий Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92738#p92738" />
			<content type="html"><![CDATA[<p>А что не так с меткой?</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2015-03-25T07:08:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92738#p92738</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Обработка событий Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=92737#p92737" />
			<content type="html"><![CDATA[<p>Здравствуйте, у меня такой вопрос:<br />Вот есть GUI:<br /></p><div class="codebox"><pre><code>Gui, Add, Checkbox, x0 y0 w71 h13 , CheckBox
Gui, Add, Radio, x85 y0 w50 h13, Radio
Gui, Add, Radio, x140 y0 w50 h13, Radio
Gui, Add, Checkbox, x0 y25 w71 h13, CheckBox
Gui, Add, Button, x140 y25 w43 h23, Button
Gui, Show, w185 h51, 
return

GuiClose:
ExitApp</code></pre></div><p>Мне нужно как-то узнать, когда есть галочка на Checkbox, а когда ее нету, но без создания метки в GUI. Это событие нужно &quot;повесить&quot; на сам CheckBox, т.е. при нажатии на него мне нужно вывести сообщение, например: есть галочка, а когда убрать галочку: нет галочки. Думаю, это можно как-то сделать через OnMessage().</p>]]></content>
			<author>
				<name><![CDATA[sergeiplugatyr]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30382</uri>
			</author>
			<updated>2015-03-25T06:34:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=92737#p92737</id>
		</entry>
</feed>
