<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Ошибка в GUI со строчкой CheckBox]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16376&amp;type=atom" />
	<updated>2021-05-21T18:27:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16376</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ошибка в GUI со строчкой CheckBox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148028#p148028" />
			<content type="html"><![CDATA[<p>1) Читайте справку, там много информации.<br />2) Создали окно - используйте, стало не нужным - удалить (тогда можно будет с лёгкостью создать его заново) либо добавить переменную, в зависимости от неё либо сразу отображать окно либо создавать его.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-05-21T18:27:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148028#p148028</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ошибка в GUI со строчкой CheckBox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148026#p148026" />
			<content type="html"><![CDATA[<p>У Вас в подпрограмме Kim7 происходит создание элементов управления. При повторном нажатии на кнопку &quot;Информация&quot; происходит попытка создать новый элемент управления с именем, которое уже было ранее использовано.<br />Так вообще не делается. Принято заранее создавать все необходимые GUI, а&nbsp; в подпрограмме (которую запускает кнопка &quot;Информация&quot;) выполнять только команду <em>Gui, 7: Show, w711 h362, Программа</em>.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2021-05-21T14:22:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148026#p148026</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ошибка в GUI со строчкой CheckBox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148025#p148025" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Исправил. Спасибо что напомнили!<br />Что мне делать с скриптом?</p>]]></content>
			<author>
				<name><![CDATA[dimkacum]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41727</uri>
			</author>
			<updated>2021-05-21T14:10:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148025#p148025</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ошибка в GUI со строчкой CheckBox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148024#p148024" />
			<content type="html"><![CDATA[<p>Здравствуйте. <span class="postimg"><img src="https://i.smiles2k.net/aiwan_smiles/hi.gif" alt="https://i.smiles2k.net/aiwan_smiles/hi.gif" /></span><br /><span style="color: green">2.8. Нельзя создавать ветки, обращенные к какому-то конкретному участнику (одному или двум).</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2021-05-21T14:06:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148024#p148024</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Ошибка в GUI со строчкой CheckBox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148022#p148022" />
			<content type="html"><![CDATA[<p>Здравствуйте у меня вышла проблемка. Когда открывается GUI там есть кнопка информация. Так вот после нажатия на кнопку открывается еше 1 новый GUI но после его закрытия если еше раз нажать на кнопку ИНФОРМАЦИЯ выскакивает ошибка. <br />Не знаю что делать.</p><div class="codebox"><pre><code>

Gui Add, Button, x630 y157 w97 h23 gKim7, Информация
Gui Show, w870 h768, Программа
Return

Kim7:

Gui, 7: Add, Checkbox, x237 y254 w120 h80 vskill_2, Вариант 1 ; ошибка в этих двох строчках
Gui, 7: Add, Checkbox, x390 y252 w120 h80 vskill_3, Вариант 1

Gui, 7: Show, w711 h362, Программа
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[dimkacum]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41727</uri>
			</author>
			<updated>2021-05-21T13:19:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148022#p148022</id>
		</entry>
</feed>
