<?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=10661&amp;type=atom" />
	<updated>2015-05-25T09:50:40Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10661</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94203#p94203" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Alectric пишет:</cite><blockquote><p>Тогда вариант - читать память процесса.</p></blockquote></div><p>Не, это тоже перебор, как и с распознаванием.<br />Переживу, всем спасибо за помощь.</p>]]></content>
			<author>
				<name><![CDATA[MikeSh]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24507</uri>
			</author>
			<updated>2015-05-25T09:50:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94203#p94203</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94202#p94202" />
			<content type="html"><![CDATA[<p>Тогда вариант - читать память процесса.<br />С помощью ArtMoney найти адрес этого текста, или указатель, если адрес не статичен.</p><p>Темы про память уже обсуждались.</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2015-05-25T09:20:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94202#p94202</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94199#p94199" />
			<content type="html"><![CDATA[<p>У меня версия 1.1.22.0, так, на всякий<br /><strong>wisgest</strong>, вы правы. На всём приложении обработка клавиш.<br /></p><div class="codebox"><pre><code>ControlSend TPanel14, 123, Программа</code></pre></div><p>=<br /></p><div class="codebox"><pre><code>ControlSend TPanel13, 123, Программа</code></pre></div><br /><br /><p>Upd<br />Имеется ввиду, что в какой элемент не шли клавиши, попадёт в TPanel13</p>]]></content>
			<author>
				<name><![CDATA[MikeSh]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24507</uri>
			</author>
			<updated>2015-05-25T07:56:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94199#p94199</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94197#p94197" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>wisgest пишет:</cite><blockquote><p>1.1.19.03</p></blockquote></div><p>Точно устаревший.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-05-25T07:42:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94197#p94197</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94196#p94196" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>возможно, у вас устаревший AHK.</p></blockquote></div><p>1.1.19.03<br /></p><div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Таких контролов я не обнаружил</p></blockquote></div><p>А они там есть, там ещё и кнопочки есть…<br /></p><div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Так на скриншоте не TEdit, а именно TPanel.</p></blockquote></div><p>Так и я о том же, что TEdit нам ни к чему.<br /></p><div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>однако другие панели текст не отдают</p></blockquote></div><p>Думаю, их текст просто пустой и его можно назначить самому.<br /></p><div class="quotebox"><cite>MikeSh пишет:</cite><blockquote><p>Как я уже писал, ControlSend посылает текст в TPanel13 корректно, получается, что всё-таки работа идёт с панелью, а не с контролом типа TLabel, который скрыт под ним</p></blockquote></div><p>TPanel — не поле ввода, поэтому отправка в него клавиш не должна ни к чему привести, если для него не написан обработчик событий клавиатуры, а если написан, то он можен отобразить перехваченные клавиши в каком угодно другом элементе.<br />На всякий случай попробуйте отправить нечто подобное «Ctrl-A, Ctrl-C».</p><p>Вопрос уже поднимался, не разобрался только, с каким исходом:<br /><a href="http://autoit-script.ru/index.php?topic=2813.0">http://autoit-script.ru/index.php?topic=2813.0</a><br /><a href="https://exelab.ru/f/index.php?action=vthread&amp;forum=3&amp;topic=22734">https://exelab.ru/f/index.php?action=vt … opic=22734</a></p>]]></content>
			<author>
				<name><![CDATA[wisgest]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=3850</uri>
			</author>
			<updated>2015-05-25T07:38:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94196#p94196</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94195#p94195" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>wisgest пишет:</cite><blockquote><div class="quotebox"><cite>MikeSh пишет:</cite><blockquote><p>Печаль. Возлагал большие надежды на текст из этого контрола...</p></blockquote></div><p>Ну, если надежды большие, то стоит заняться распознаванием текста из изображения...</p></blockquote></div><p>Не настолько большие )</p><p>Как я уже писал, ControlSend посылает текст в TPanel13 корректно, получается, что всё-таки работа идёт с панелью, а не с контролом типа TLabel, который скрыт под ним</p>]]></content>
			<author>
				<name><![CDATA[MikeSh]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24507</uri>
			</author>
			<updated>2015-05-25T07:10:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94195#p94195</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94194#p94194" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>wisgest пишет:</cite><blockquote><p>но если «окно существует», то пустое сообщение</p></blockquote></div><p>Мой код просто показывает текст из первого же дочернего контрола, из которого можно получить какой-либо текст (TEdit, но когда я его писал, я ещё не знал об этом <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" />). У меня он, когда окно существует, показывает текст из поля с размерами клиентской области окна. Если показывает пустое сообщение, несмотря на то, что в функции текст определяется, возможно, у вас устаревший AHK.</p><div class="quotebox"><cite>wisgest пишет:</cite><blockquote><p>Думаю, это не заголовок TPanel5, а одного из расположенных на ней TLabel&#039;ов</p></blockquote></div><p>Таких контролов я не обнаружил:<br /><a href="https://cloclo24.cloud.mail.ru/weblink/thumb/xw1/2DjbZSi1svGX/2015.05.25-09.41.24.4.jpg"><span class="postimg"><img src="https://cloclo24.cloud.mail.ru/weblink/thumb/w3/2DjbZSi1svGX/2015.05.25-09.41.24.4.jpg" alt="https://cloclo24.cloud.mail.ru/weblink/thumb/w3/2DjbZSi1svGX/2015.05.25-09.41.24.4.jpg" /></span></a><br /></p><div class="quotebox"><cite>wisgest пишет:</cite><blockquote><p>TEdit&#039;ы он то показывает</p></blockquote></div><p>Так на <a href="http://forum.script-coding.com/misc.php?action=pun_attachment&amp;item=989&amp;preview">скриншоте</a> не TEdit, а именно TPanel.<br /></p><div class="quotebox"><cite>wisgest пишет:</cite><blockquote><p>Да, и сами TPanel имеют легко доступный, возможно скрытый другими элементами, текст:</p></blockquote></div><p>Не совсем понял. Код</p><div class="codebox"><pre><code>ControlGetText, Text, TPanel3, InqSoft Window Scanner
MsgBox %text%</code></pre></div><p>действительно выдаёт результат <em>Panel1</em> (которого не видно в окне), однако другие панели текст не отдают.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-05-25T06:53:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94194#p94194</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94193#p94193" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>MikeSh пишет:</cite><blockquote><p>Печаль. Возлагал большие надежды на текст из этого контрола...</p></blockquote></div><p>Ну, если надежды большие, то стоит заняться распознаванием текста из изображения...</p>]]></content>
			<author>
				<name><![CDATA[wisgest]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=3850</uri>
			</author>
			<updated>2015-05-25T06:13:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94193#p94193</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94192#p94192" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><div class="quotebox"><blockquote><p>&lt;Окно не существует&gt;</p></blockquote></div></blockquote></div><p>Ну, да; но если «окно существует», то пустое сообщение, а если при этом вставить<br /></p><div class="codebox"><pre><code>MsgBox, % text</code></pre></div><p>внутрь Enum(), то однократный MsgBox с содержимым поля «Клиентской области».<br /></p><div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>А текст заголовка TPanel5 (в данном случае «Текст окна») получить не удаётся никак.</p></blockquote></div><p>Думаю, это не заголовок TPanel5, а одного из расположенных на ней TLabel&#039;ов.<br />И это именно то, что нужно <strong>MikeSh</strong>:<br /></p><div class="quotebox"><cite>MikeSh пишет:</cite><blockquote><p>WinSpy их не показывает</p></blockquote></div><p>— TEdit&#039;ы он то показывает.<br />Да и их содержимое легко доступно:<br /></p><div class="codebox"><pre><code>ControlGetText, Text, TEdit8, InqSoft Window Scanner
MsgBox %Text%</code></pre></div><p>Да, и сами TPanel имеют легко доступный, возможно скрытый другими элементами, текст:<br /></p><div class="codebox"><pre><code>ControlGet, hwnd, hwnd,, TPanel5, InqSoft Window Scanner
WinHide, ahk_id %hwnd%

ControlGetText, Text, TPanel3, InqSoft Window Scanner
MsgBox %text%</code></pre></div><p>— пример будет работать, если InqSoft Window Scanner запускается с уже нажатой одной и только одной кнопкой «Процесс», «Сообщения» или «Инструменты»; если все они отжаты, то надо заменить TPanel5, TPanel3 на TPanel4, TPanel2, соответственно.</p>]]></content>
			<author>
				<name><![CDATA[wisgest]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=3850</uri>
			</author>
			<updated>2015-05-25T06:06:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94192#p94192</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94191#p94191" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><div class="quotebox"><cite>MikeSh пишет:</cite><blockquote><p>ControlGetText - пустой</p></blockquote></div><p>Какой именно ControlGetText пустой?</p></blockquote></div><p>ControlGetText ... TPanel13 - пустой, т.е. информация содежится не в свойстве text, видимо<br /></p><div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Другое дело, что текст из него не получить, это да.</p></blockquote></div><p>Да, это и имел ввиду.</p><p>Печаль. Возлагал большие надежды на текст из этого контрола...</p>]]></content>
			<author>
				<name><![CDATA[MikeSh]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24507</uri>
			</author>
			<updated>2015-05-25T05:53:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94191#p94191</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94189#p94189" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>MikeSh пишет:</cite><blockquote><p>ControlGetText - пустой</p></blockquote></div><p>Какой именно ControlGetText пустой?</p><div class="quotebox"><blockquote><p>ahk просто не умеет работать с этим контролом.</p></blockquote></div><p>Так у вас же на скриншоте видно, что он определяется, как же не умеет? Другое дело, что текст из него не получить, это да.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-05-25T05:41:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94189#p94189</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94188#p94188" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Попробуйте так:<br /></p><div class="codebox"><pre><code>ControlGet, ControlID, hwnd, TPanel13, Программа  ; здесь вместо «Программа» указать точное название окна программы
Arr := [], pArr := Object(Arr)
DllCall(&quot;EnumChildWindows&quot;, Ptr, ControlID, Ptr, RegisterCallback(&quot;Enum&quot;, &quot;Fast&quot;), Ptr, pArr)
ObjRelease(pArr)
MsgBox, % arr[1]
Return

Enum(hwnd, lp)
{
   ControlGetText, text,, ahk_id %hwnd%
   if (text = &quot;&quot;)
      Return 1
   
   Object(lp).Push(text)
}</code></pre></div></blockquote></div><p>Попробовал, предсказуемо пусто, ибо ControlGetText - пустой<br /></p><div class="codebox"><pre><code>ControlGet, ControlID, hwnd, , TPanel13, Программа  ; здесь вместо «Программа» указать точное название окна программы</code></pre></div><p>Мне всё больше кажется, что ahk просто не умеет работать с этим контролом. Впрочем, равно как и autoit</p>]]></content>
			<author>
				<name><![CDATA[MikeSh]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24507</uri>
			</author>
			<updated>2015-05-25T05:29:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94188#p94188</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94187#p94187" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>wisgest пишет:</cite><blockquote><p>InqSoft Window Scanner</p></blockquote></div><p><a href="https://cloclo14.cloud.mail.ru/weblink/thumb/xw1/2QxLCoBu7UaZ/2015.05.25-05.33.13.4.jpg"><span class="postimg"><img src="https://cloclo14.cloud.mail.ru/weblink/thumb/w3/2QxLCoBu7UaZ/2015.05.25-05.33.13.4.jpg" alt="https://cloclo14.cloud.mail.ru/weblink/thumb/w3/2QxLCoBu7UaZ/2015.05.25-05.33.13.4.jpg" /></span></a></p><p>Вот так удаётся получить текст из нижележащего под TPanel5 TEdit&#039;а:<br /></p><div class="codebox"><pre><code>ControlGet, ControlID, hwnd,, TPanel5, InqSoft Window Scanner

Arr := [], pArr := Object(Arr)
DllCall(&quot;EnumChildWindows&quot;, Ptr, ControlID, Ptr, RegisterCallback(&quot;Enum&quot;, &quot;Fast&quot;), Ptr, pArr)
ObjRelease(pArr)
MsgBox, % arr[1]
Return

Enum(hwnd, lp)
{
   ControlGetText, text,, ahk_id %hwnd%
   if (text = &quot;&quot;)
      Return 1
   
   Object(lp).Push(text)
}</code></pre></div><div class="quotebox"><blockquote><p>&lt;Окно не существует&gt;</p></blockquote></div><p>А текст заголовка TPanel5 (в данном случае «Текст окна») получить не удаётся никак.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-05-25T02:39:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94187#p94187</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94186#p94186" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Нужно экспериментировать при наличии такового контрола, у меня его нету.</p></blockquote></div><p>Например, в <strong>InqSoft Window Scanner</strong> на TPanel&#039;ях расположены TEdit&#039;ы и статические подписи к ним («<a href="http://drkb3.narod.ru/tlabel_e_tedit_aac_eiioaeiaa.htm">Комбинация TLabel и TEdit</a>»?), которые здесь не определяются:<br /></p><div class="codebox"><pre><code>

[ ]MainWin &quot;InqSoft&quot;
    ( )Tag=&quot;InqSoft Window Scanner&quot;
    ( )Class=&quot;TWindowScannerForm&quot;
    ( )Parent=1
    ( )Child=0
    [ ]MainWin &quot;TPanel1&quot;
        ( )Tag=1
        ( )Class=&quot;TPanel&quot;
        ( )Parent=0
        ( )Child=1
    [ ]MainWin &quot;TPanel2&quot;
        ( )Tag=2
        ( )Class=&quot;TPanel&quot;
        ( )Parent=0
        ( )Child=1
    [ ]MainWin &quot;Panel1&quot;
        ( )Tag=&quot;Panel1&quot;
        ( )Class=&quot;TPanel&quot;
        ( )Parent=1
        ( )Child=1
        [ ]MainWin &quot;TPanel1&quot;
            ( )Tag=1
            ( )Class=&quot;TPanel&quot;
            ( )Parent=1
            ( )Child=1
            [ ]MainWin &quot;TEdit1&quot;
                ( )Tag=1
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
            [ ]MainWin &quot;TEdit2&quot;
                ( )Tag=2
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
        [ ]MainWin &quot;TPanel2&quot;
            ( )Tag=2
            ( )Class=&quot;TPanel&quot;
            ( )Parent=1
            ( )Child=1
            [ ]MainWin &quot;TEdit1&quot;
                ( )Tag=1
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
            [ ]MainWin &quot;TEdit2&quot;
                ( )Tag=2
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
            [ ]MainWin &quot;TEdit3&quot;
                ( )Tag=3
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
            [ ]MainWin &quot;TEdit4&quot;
                ( )Tag=4
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
            [ ]MainWin &quot;TEdit5&quot;
                ( )Tag=5
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
            [ ]MainWin &quot;TEdit6&quot;
                ( )Tag=6
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
        [ ]MainWin &quot;TPanel3&quot;
            ( )Tag=3
            ( )Class=&quot;TPanel&quot;
            ( )Parent=1
            ( )Child=1
            [ ]MainWin &quot;TEdit1&quot;
                ( )Tag=1
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
            [ ]MainWin &quot;TEdit2&quot;
                ( )Tag=2
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
            [ ]MainWin &quot;TEdit3&quot;
                ( )Tag=3
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
            [ ]MainWin &quot;TEdit4&quot;
                ( )Tag=4
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
            [ ]MainWin &quot;TEdit5&quot;
                ( )Tag=5
                ( )Class=&quot;TEdit&quot;
                ( )Parent=0
                ( )Child=1
</code></pre></div><div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>А с помощью этого скрипта текст удается получить?</p></blockquote></div><p>Не могу проверить: «Класс не зарегистрирован».</p>]]></content>
			<author>
				<name><![CDATA[wisgest]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=3850</uri>
			</author>
			<updated>2015-05-25T02:04:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94186#p94186</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Получить текст из контрола]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=94184#p94184" />
			<content type="html"><![CDATA[<p>А с помощью этого скрипта текст удается получить?<br /><a href="http://www.autohotkey.com/board/topic/94619-ahk-l-screen-reader-a-tool-to-get-text-anywhere/">http://www.autohotkey.com/board/topic/9 … -anywhere/</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-05-25T01:14:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=94184#p94184</id>
		</entry>
</feed>
