<?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=12655&amp;type=atom" />
	<updated>2017-05-04T14:11:30Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12655</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При рабочем столе без окон автозапуск представления задач]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115658#p115658" />
			<content type="html"><![CDATA[<p><strong>Indomito</strong>, с чего это я должен тебе что-то пояснять?<br />Я и сам понятия не имею, моя ос видна в подписи.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-05-04T14:11:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115658#p115658</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При рабочем столе без окон автозапуск представления задач]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115657#p115657" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong><br />Поясни мне что такое <strong>окно Представление задач</strong>, у меня правда Win7.<br />Всё разобрался - <a href="https://www.comss.ru/page.php?id=2557">https://www.comss.ru/page.php?id=2557</a>&nbsp; думал что то новое и самое главное мне нужное. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Indomito]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27285</uri>
			</author>
			<updated>2017-05-04T09:32:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115657#p115657</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При рабочем столе без окон автозапуск представления задач]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115637#p115637" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>alwaysVisibleSystemWndArr := [&quot;WorkerW&quot;, &quot;StartButton&quot;, &quot;Shell_TrayWnd&quot;, &quot;Program ManagerProgman&quot;]
MINIMIZED := -1
Sleep 2000
WinGet, List, List
Loop % List
{
	WinGet state, MinMax, % &quot;ahk_id&quot; List%A_Index%
	If ((state &lt;&gt; MINIMIZED) And Not indexOf(alwaysVisibleSystemWndArr, titleClass:=WinGetTitleClass(List%A_Index%)))
	{
		MsgBox % titleClass
		winVisible := true
		Break
	}
}
MsgBox % &quot;На рабочем столе ок&quot; (winVisible ? &quot;на есть.&quot; : &quot;он нет.&quot;)
Return

WinGetTitleClass(hwnd) {
	WinGetTitle title, % &quot;ahk_id&quot; hwnd
	WinGetClass class, % &quot;ahk_id&quot; hwnd
	Return title class
}

indexOf(Arr, needle, fromIndex:=1) {
	if (fromIndex = 1) {
		for index, value in Arr
			if (value = needle)
				return index
	} else
		loop % Arr.MaxIndex() - fromIndex + 1
			if (needle = Arr[A_Index + fromIndex - 1])
				return A_Index + fromIndex - 1
	return false
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-05-03T16:05:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115637#p115637</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При рабочем столе без окон автозапуск представления задач]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115624#p115624" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>nportalru</strong>, не забывайте префикс в заголовке.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-05-03T14:06:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115624#p115624</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: При рабочем столе без окон автозапуск представления задач]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115618#p115618" />
			<content type="html"><![CDATA[<p>Добрый день, буду благодарен за советы. Задача такова, когда рабочий стол без окон (все окна свернуты) требуется автоматически открыть окно Представление задач.</p>]]></content>
			<author>
				<name><![CDATA[nportalru]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37090</uri>
			</author>
			<updated>2017-05-03T10:00:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115618#p115618</id>
		</entry>
</feed>
