<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Button]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=8756</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8756&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Button».]]></description>
		<lastBuildDate>Fri, 11 Oct 2013 12:17:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Button]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=75953#p75953</link>
			<description><![CDATA[<p>Так же, как размеры задаёте, только буковки, естественно, икс и игрек.</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Fri, 11 Oct 2013 12:17:32 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=75953#p75953</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Button]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=75949#p75949</link>
			<description><![CDATA[<p>Спасибо! проблема решена! Еще есть вопрос, как задать кнопке координаты? чтобы она не по умолчанию высвечивалась, а там где надо.</p>]]></description>
			<author><![CDATA[null@example.com (der1998)]]></author>
			<pubDate>Fri, 11 Oct 2013 11:10:36 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=75949#p75949</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Button]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=75939#p75939</link>
			<description><![CDATA[<p>Зачем убирать все кроме последнего? Достаточно было перенести команду добавления второй кнопки перед первым Return.</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Fri, 11 Oct 2013 02:20:07 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=75939#p75939</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Button]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=75917#p75917</link>
			<description><![CDATA[<div class="quotebox"><cite>YMP пишет:</cite><blockquote><p>В том, что при запуске скрипта код выполняется до первой команды Return. Дальше не пойдёт.</p></blockquote></div><p>Я убрал все return кроме последнего, еперь скрипт выполняет все действия как только запустиш, а не по нажатию кнопки. Как исправить? А вторая кнопка появляется вовсе после того как иполнит все действия 1 ая.</p>]]></description>
			<author><![CDATA[null@example.com (der1998)]]></author>
			<pubDate>Thu, 10 Oct 2013 07:23:47 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=75917#p75917</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Button]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=75916#p75916</link>
			<description><![CDATA[<p>В том, что при запуске скрипта код выполняется до первой команды Return. Дальше не пойдёт.</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Thu, 10 Oct 2013 07:14:26 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=75916#p75916</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Button]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=75914#p75914</link>
			<description><![CDATA[<p>Привет всем. Создал скрипт но 2 ой элемент управления не высвечивается на экран GUI, его нет вообще.(ButtonLOGIN)<br />В чём проблема?<br /></p><div class="codebox"><pre><code>
gui, show, w400 h400

gui, add, Button, h40 w80, GAVNUK
Return
ButtonGAVNUK:
sleep 100
DllCall(&quot;SetCursorPos&quot;, int, 710, int, 30)
sleep 100
MouseClick left, , , 3
sleep 10
Setkeydelay 10, 10
sleep 3000
MouseClick, left, 830, 440, 2
sleep 100
Mouseclick, left, 850, 750
sleep 1000
SendMessage, 0x50,, 0x4090409,, A ; английский
Send Lopol220
Sleep 100
Send {enter}
Sleep 100
Send Lampohka220
Sleep 100
Send {enter}
Sleep 5000
Send {enter}
Setkeydelay 0, 10
Return

Gui, add, Button, w40 h70, LOGIN ;вот это не работает

Return
ButtonLOGIN:
MouseClick, left, 830, 440, 2
sleep 100
Mouseclick, left, 850, 750
sleep 100
Send Lopol220
Sleep 100
Send {enter}
sleep 100
send Lampohka220
sleep 10
Send {enter}
Sleep 5000
send {enter}
return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (der1998)]]></author>
			<pubDate>Thu, 10 Oct 2013 06:53:15 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=75914#p75914</guid>
		</item>
	</channel>
</rss>
