<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Помогите разобраться с написанием GUI.]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=18001</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=18001&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Помогите разобраться с написанием GUI.».]]></description>
		<lastBuildDate>Thu, 16 Nov 2023 23:35:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Помогите разобраться с написанием GUI.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=159509#p159509</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />Спасибо огромное. <br />Даже не заметил этой ошибки...</p>]]></description>
			<author><![CDATA[null@example.com (dickerson)]]></author>
			<pubDate>Thu, 16 Nov 2023 23:35:22 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=159509#p159509</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Помогите разобраться с написанием GUI.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=159508#p159508</link>
			<description><![CDATA[<div class="quotebox"><cite>dickerson пишет:</cite><blockquote><p>Подскажите, что я сделал не верно?</p></blockquote></div><p>Вы помещаете gScroll в отдельный параметр, отделённый запятой, а это просто часть остальных опций (там, где координаты).</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 16 Nov 2023 23:17:22 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=159508#p159508</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Помогите разобраться с написанием GUI.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=159507#p159507</link>
			<description><![CDATA[<p>Здравствуйте, я не достаточно осведомлен в написании GUI на базе AHK. В связи с этим возникла проблема. Создал граф. интерфейс. В качестве кнопок решил использовать изображение с прописанным g-label (увидел такую фишку на ютубе). И тут столкнулся с тем, что g-label (gScroll в моем случае) не исполнял по нажатию кнопки в интерфейсе команду <br />&quot;Run, data\binds\scrollreboot.exe&quot; (компилированный AHK), то есть не происходило вообще ничего. Кнопка была не кликабельна. Но если я прописывал сам скрипт, без переменной &quot;run&quot; , он спокойно запускался по кнопке в интерфейсе. Также не исполнялась команда &quot;MsgBox, text&quot;. Аналогичным образом не работают команды &quot;GuiEscape:&quot; и &quot;GuiClose:&quot; Подскажите, что я сделал не верно?</p><div class="codebox"><pre><code>
; Generated by AutoGUI 2.5.8
#SingleInstance Force
#NoEnv
SetWorkingDir %A_ScriptDir%

SetBatchLines -1
SetTitleMatchMode 2

Gui, Add, Picture, x0 y0 w300 h420, data\interfacer\backgroundjpg.jpg
Gui, Add, Picture, x80 y179 w140 h31, gScroll, data\interfacer\scrolljpg.jpg
Gui, Add, Picture, x80 y234 w140 h31, gAFK, data\interfacer\antiafkjpg.jpg
Gui, Add, Picture, x80 y290 w140 h31, gDJump, data\interfacer\djumpjpg.jpg
Gui, Add, Picture, x80 y345 w140 h31, gLovlya, data\interfacer\lovlyajpg.jpg
Gui, Add, Picture, x80 y179 w140 h31 +BackgroundTrans, data\interfacer\scrolljpg.jpg 
Gui, Add, Picture, x80 y234 w140 h31 +BackgroundTrans, data\interfacer\antiafkjpg.jpg
Gui, Add, Picture, x80 y290 w140 h31 +BackgroundTrans, data\interfacer\djumpjpg.jpg
Gui, Add, Picture, x80 y345 w140 h31 +BackgroundTrans, data\interfacer\lovlyajpg.jpg

Gui Show, w300 h420, Window

Return

GuiEscape:
    ExitApp
	return
GuiClose:
    ExitApp
    return


Scroll:
Run, data\binds\scrollreboot.exe
return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (dickerson)]]></author>
			<pubDate>Thu, 16 Nov 2023 22:16:47 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=159507#p159507</guid>
		</item>
	</channel>
</rss>
