<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Включение интерфейса в скрипт без указания директории к png файлу]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15428&amp;type=atom" />
	<updated>2020-06-08T05:25:35Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15428</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение интерфейса в скрипт без указания директории к png файлу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140063#p140063" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>SetWorkingDir %A_ScriptDir%</code></pre></div><p>Думаю в первую очередь вопрос в указании относительного пути.<br />Пропишите это в самом начале скрипта, положите картинку в папку со скриптом, далее указывайте путь к картинке просто как имя файла с расширением. </p><p>Если будете компилировать скрипт и использовать FileInstall, это вам всё равно понадобится.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-06-08T05:25:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140063#p140063</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение интерфейса в скрипт без указания директории к png файлу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140062#p140062" />
			<content type="html"><![CDATA[<p>Да, точно.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-06-08T03:51:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140062#p140062</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение интерфейса в скрипт без указания директории к png файлу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140061#p140061" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>При компиляции указанный файл будет при креплён к скомпилированному скрипту.</p></blockquote></div><p>Боюсь, путаешь с FileInstall. #Include только для текстовых файлов, и эта директива ничего никуда не распаковывает.<br /><strong>RAILOCK</strong>, смотрите FileInstall.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-06-07T23:30:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140061#p140061</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение интерфейса в скрипт без указания директории к png файлу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140058#p140058" />
			<content type="html"><![CDATA[<p>При компиляции указанный файл будет при креплён к скомпилированному скрипту. При запуске скрипта файл будет распакован в указанную директорию. Я же говорю: изучите справку по этой команде, потренируйтесь на примерах.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-06-07T19:06:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140058#p140058</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение интерфейса в скрипт без указания директории к png файлу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140057#p140057" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>Когда видите команду незнакомую, найдите её в справке. Имеется <a href="http://forum.script-coding.com/viewtopic.php?id=12263">русский перевод документации</a>.</p></blockquote></div><p>А чем эта команда должна помочь, если я укажу путь к фото для своего ПК?</p>]]></content>
			<author>
				<name><![CDATA[RAILOCK]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40893</uri>
			</author>
			<updated>2020-06-07T18:28:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140057#p140057</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение интерфейса в скрипт без указания директории к png файлу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140056#p140056" />
			<content type="html"><![CDATA[<p>Когда видите команду незнакомую, найдите её в справке. Имеется <a href="http://forum.script-coding.com/viewtopic.php?id=12263">русский перевод документации</a>.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-06-07T18:09:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140056#p140056</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение интерфейса в скрипт без указания директории к png файлу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140055#p140055" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>#Include</p></blockquote></div><p>Можно, пожалуйста, поподробнее? Не разбираюсь в этом.</p>]]></content>
			<author>
				<name><![CDATA[RAILOCK]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40893</uri>
			</author>
			<updated>2020-06-07T18:03:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140055#p140055</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение интерфейса в скрипт без указания директории к png файлу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140053#p140053" />
			<content type="html"><![CDATA[<p>#Include</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-06-07T17:45:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140053#p140053</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Включение интерфейса в скрипт без указания директории к png файлу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140051#p140051" />
			<content type="html"><![CDATA[<p>Суть такова:<br />Сделал AHK бинды и интерфейс к нему, но тут появился вопрос, а как вставить этот интерфейс (.png файл) в сам скрипт таким образом, чтобы при отправке АХК на другой ПК он также стабильно и верно открывался бы там?<br />Заранее благодарю за помощь.<br />(В АХК разбираюсь на максимально базовом уровне, чисто чтобы делать бинды...)</p>]]></content>
			<author>
				<name><![CDATA[RAILOCK]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40893</uri>
			</author>
			<updated>2020-06-07T13:15:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140051#p140051</id>
		</entry>
</feed>
