<?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=9266&amp;type=atom" />
	<updated>2015-07-16T10:29:22Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9266</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запретить вывод ошибки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95617#p95617" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Next пишет:</cite><blockquote><p><a href="http://AHK:%20Как%20отменить%20вывод%20ошибки%20GUI.">AHK: Как отменить вывод ошибки GUI.</a><br />Если что-то не то с координатами, или размерами GUI, выпадает окно с ошибкой. Можно его отменить?</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-07-16T10:29:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95617#p95617</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запретить вывод ошибки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95620#p95620" />
			<content type="html"><![CDATA[<p>Да, спасибо, работает. Хоть в справке не сильно разобрался.</p>]]></content>
			<author>
				<name><![CDATA[Next]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28517</uri>
			</author>
			<updated>2015-07-16T08:12:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95620#p95620</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запретить вывод ошибки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95619#p95619" />
			<content type="html"><![CDATA[<p>Похожая тема <a href="http://forum.script-coding.com/viewtopic.php?id=9266">AHK: Как запретить вывод ошибки?</a></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-07-16T06:43:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95619#p95619</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запретить вывод ошибки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95618#p95618" />
			<content type="html"><![CDATA[<p>Разве что try - catch, смотри справку.</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2015-07-16T03:27:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95618#p95618</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запретить вывод ошибки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=80126#p80126" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>settimer,timer,100
xxx = 333
Gui,add,text, 123

timer:
try Gui,show, x%xxx% y200 w200 h200
return


F4::
xxx =
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2014-02-17T12:17:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=80126#p80126</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запретить вывод ошибки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=80125#p80125" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#ErrorStdOut
settimer,timer,100
xxx = 333
Gui,add,text, 123

timer:
Gui,show, x%xxx% y200 w200 h200
return


F4::
xxx =
return</code></pre></div><p>&nbsp; При нажатии на F4 появляется окно с сообщением. Можно его запретить?</p>]]></content>
			<author>
				<name><![CDATA[Foma]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31521</uri>
			</author>
			<updated>2014-02-17T12:10:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=80125#p80125</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запретить вывод ошибки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=80124#p80124" />
			<content type="html"><![CDATA[<p>Приведите пример строки, которая вызывает ошибку.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2014-02-17T11:47:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=80124#p80124</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как запретить вывод ошибки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=80122#p80122" />
			<content type="html"><![CDATA[<p>Как запретить вывод сообщения об ошибке при сбоях скрипта? <br />#ErrorStdOut почему-то не срабатывает.</p>]]></content>
			<author>
				<name><![CDATA[Foma]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31521</uri>
			</author>
			<updated>2014-02-17T10:06:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=80122#p80122</id>
		</entry>
</feed>
