<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: тип данных bool]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16106&amp;type=atom" />
	<updated>2021-02-20T19:41:27Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16106</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: тип данных bool]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146413#p146413" />
			<content type="html"><![CDATA[<p>Ок, понял.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2021-02-20T19:41:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146413#p146413</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: тип данных bool]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146412#p146412" />
			<content type="html"><![CDATA[<p>Вопрос:<br /></p><div class="quotebox"><cite>svoboden пишет:</cite><blockquote><p>А почему такой странный способ установки типа данных?</p></blockquote></div><p>Ответ:<br /></p><div class="quotebox"><cite>svoboden пишет:</cite><blockquote><p>переменная true не явлется bool типом данных в Autohotkey</p></blockquote></div><div class="quotebox"><cite>svoboden пишет:</cite><blockquote><p> Без объектов никак нельзя установить нужный тип данных?</p></blockquote></div><p>Конечно можно всё сделать, только зачем?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-02-20T19:29:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146412#p146412</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: тип данных bool]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146403#p146403" />
			<content type="html"><![CDATA[<p>А почему такой странный способ установки типа данных? Без объектов никак нельзя установить нужный тип данных? <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" />.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2021-02-20T18:46:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146403#p146403</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: тип данных bool]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146341#p146341" />
			<content type="html"><![CDATA[<p>Спасибо, сработало:<br /></p><div class="codebox"><pre><code>var := ComObject(0xB, -1)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2021-02-19T16:57:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146341#p146341</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: тип данных bool]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146340#p146340" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>ComObject(0xB, -1)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-02-19T16:30:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146340#p146340</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: тип данных bool]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146339#p146339" />
			<content type="html"><![CDATA[<p>Сделал скрипт для фотошопа на показ слоя. vbs скрипт:<br /></p><div class="codebox"><pre><code>Set appRef = CreateObject(&quot;Photoshop.Application&quot;)
Set doc = appRef.activeDocument
Set Layer = doc.activeLayer
Layer.visible = true</code></pre></div><p>Аutohotkey:<br /></p><div class="codebox"><pre><code>appRef := ComObjCreate(&quot;Photoshop.Application&quot;)
doc := appRef.activeDocument
doc.activeLayer := doc.layers(1)
doc.activeLayer.visible := true</code></pre></div><p>P.S. Знаю, что переменная true не явлется bool типом данных в Autohotkey. Вопрос, как тогда можно выполнить этот скрипт? Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2021-02-19T15:27:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146339#p146339</id>
		</entry>
</feed>
