<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Delete Picture/Edit]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16191&amp;type=atom" />
	<updated>2021-03-21T09:12:38Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16191</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Delete Picture/Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146827#p146827" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>GUIcontrol изменить путь к картинке</p></blockquote></div><p>Всмысле фальшивую картинку туда поставить? Или несуществующий путь?</p><br /><p>А всё понял. Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Lolykroly]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41424</uri>
			</author>
			<updated>2021-03-21T09:12:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146827#p146827</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Delete Picture/Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146823#p146823" />
			<content type="html"><![CDATA[<p>Командой GUIcontrol изменить путь к картинке. Затем обновить GUI.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2021-03-21T06:46:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146823#p146823</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Delete Picture/Edit]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146819#p146819" />
			<content type="html"><![CDATA[<p>Как вместо старого изображения/элемента gui по действию поставить новое? Т.е. старое удалить, а новое поставить?</p><p>К примеру по маркеру переменной:<br /></p><div class="codebox"><pre><code>Gui Add, CheckBox, x10 y35 w120 h23 vCHB13 gLol Checked%Ch13%, Чекбкс
Lol:
Gui, Submit, NoHide
Gui Tab, 1
if Ch13
{
 Gui Delete, Picture, x340 y240 w100 h70, %A_ScriptDir%\Lol1.png ;Что-то я в этой команде сомневаюсь.
}
else
{
 Gui Add, Picture, x340 y240 w100 h70, %A_ScriptDir%\Lol2.png
}
return</code></pre></div><p>Т.е. например чтобы по нажатию чекбокса одно изображение заменяло другое.</p>]]></content>
			<author>
				<name><![CDATA[Lolykroly]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41424</uri>
			</author>
			<updated>2021-03-21T02:58:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146819#p146819</id>
		</entry>
</feed>
