<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Приложение в приложении]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=8448</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=8448&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Приложение в приложении».]]></description>
		<lastBuildDate>Fri, 05 Jul 2013 10:46:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Приложение в приложении]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=73509#p73509</link>
			<description><![CDATA[<p>Набросал скриптик, показывающий в нижнем правом углу экрана<br />техническое окно с новыми сообщениями. Если захочешь- сам можешь<br />перевести на функция FileReadLine или убрать очищение.</p><div class="codebox"><pre><code>
ShowChat:
Chatlog=%A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
PosX:=A_ScreenWidth-390
PosY:=A_ScreenHeight-280
ReadChat=1

Loop
{
if (ReadChat&lt;1)
Break
FileRead, ChatText, %Chatlog%
FileDelete, %Chatlog%
FileAppend, Новые сообщения:`n, %Chatlog%
Gui, 3:+ToolWindow
Gui, 3:Add, Text, x6 y3 w370 h20 , Просмотр чата в реальном времени:
Gui, 3:Add, Edit, x6 y23 w370 h200 ReadOnly, %ChatText%
Gui, 3:Show, x%PosX% y%PosY% h230 w385 NA, Просмотр чата - Анти АФК
Sleep, 5000
Gui, 3:Destroy
}
Return

3GuiClose:
ReadChat=0
Return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Humphrey)]]></author>
			<pubDate>Fri, 05 Jul 2013 10:46:45 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=73509#p73509</guid>
		</item>
		<item>
			<title><![CDATA[Re: Приложение в приложении]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=73506#p73506</link>
			<description><![CDATA[<p>Господа, зачем вы так TrayTip&#039;ы юзаете?<br />Можно же более удобными MsgBox заменить уведомления.</p><p>Кстати выбор файла поддерживает краткую подсказку в окне<br />(читайте в документации).</p><p>И потом, зачем пилить выбор чатлога? Он же всега в одном месте находится.</p>]]></description>
			<author><![CDATA[null@example.com (Humphrey)]]></author>
			<pubDate>Fri, 05 Jul 2013 09:31:23 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=73506#p73506</guid>
		</item>
		<item>
			<title><![CDATA[Re: Приложение в приложении]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=73500#p73500</link>
			<description><![CDATA[<p>Надеюсь что поможешь <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (Diman_Express)]]></author>
			<pubDate>Fri, 05 Jul 2013 03:52:23 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=73500#p73500</guid>
		</item>
		<item>
			<title><![CDATA[Re: Приложение в приложении]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=73499#p73499</link>
			<description><![CDATA[<p>как буду с компа запилю.<br />Зы: когдато чатбота писал для САМПа по чатлогу))</p>]]></description>
			<author><![CDATA[null@example.com (Humphrey)]]></author>
			<pubDate>Thu, 04 Jul 2013 22:00:02 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=73499#p73499</guid>
		</item>
		<item>
			<title><![CDATA[Приложение в приложении]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=73498#p73498</link>
			<description><![CDATA[<p>Нужно сделать такую штуку например ты в браузере сидишь и в анти афк сделать чат ( то есть то что там пишут у тебя в анти афк в отдельном окошке ) на всякий случай что бы если кто нибудь напишет тебе а ты афк? <br />Вот начальный код</p><br /><div class="codebox"><pre><code>TrayTip, Выберите лог файл SA:MP, Документы\GTA San Andreas User Files\SAMP\chatlog.txt, 5, 1
FileSelectFile, SelectedFile, 3, chatlog,Открыть файл, Chatlog (*.txt)
if SelectedFile =
{
TrayTip, Внимание, Вы закрыли программу!, 5, 1
sleep, 2000
return
}</code></pre></div><p>Прошу помочь</p>]]></description>
			<author><![CDATA[null@example.com (Diman_Express)]]></author>
			<pubDate>Thu, 04 Jul 2013 20:33:52 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=73498#p73498</guid>
		</item>
	</channel>
</rss>
