<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: MS Word AutoSaver]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12987&amp;type=atom" />
	<updated>2017-09-14T00:39:40Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12987</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119337#p119337" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>svoboden пишет:</cite><blockquote><p>Не понимаю, почему вы за</p></blockquote></div><p>Я разве где-то писал что за? Просто заметил что возражения в 36 сообщении ни по делу.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-09-14T00:39:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119337#p119337</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119334#p119334" />
			<content type="html"><![CDATA[<p>Еще какие. У меня ничего не сохраняет. World 2010.<br /></p><div class="quotebox"><cite>stealzy пишет:</cite><blockquote><p>В коде MandarinKa02 окно тупо активируется перед отправкой сочетания</p></blockquote></div><p>Ну и что, что активируется, а как этот код сохранит файл, если я, например, выберу пункт Файл.<br />P.S. Не понимаю, почему вы за, за не очень надежный метод в этом вопросе, ну, ладно. Я лично за COM в этом вопросе.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-09-13T22:51:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119334#p119334</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119333#p119333" />
			<content type="html"><![CDATA[<p><strong>svoboden</strong>, какие-то проблемы с ControlSend?<br />Только что проверил - все работает, и в 2003, и в 2007, даже в свернутых окнах.<br /></p><div class="codebox"><pre><code>ControlSend _WwG1, % &quot;^&quot; Format(&quot;{vk{:x}}&quot;, GetKeyVK(&quot;S&quot;)), ahk_class OpusApp ahk_exe WINWORD.EXE</code></pre></div><p>Я ведь не против COM методов, я лишь ответил по существу ваших возражений против ^s.<br />И кстати, чего именно вы от меня не ожидали <img src="//forum.script-coding.com/img/smilies/cool.png" width="15" height="15" />?</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-09-13T22:28:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119333#p119333</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119332#p119332" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>stealzy пишет:</cite><blockquote><p>Кстати, ControlSend позволяет отправлять в неактивные окна.</p></blockquote></div><p> ControlSend в MC World?<br />Это, например, почти тоже самое, что в гугл хром оправить ControlSend. От кого-кого, но от вас я такого не ожидал.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-09-13T22:21:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119332#p119332</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119330#p119330" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>svoboden пишет:</cite><blockquote><p>А если окно будет перекрыто другим окном, или оно не будет активно</p></blockquote></div><p>В коде <strong>MandarinKa02</strong> окно тупо активируется перед отправкой сочетания, логичнее конечно отправлять сочетание только если окно активно, потому что в ином случае и сохранять нечего. Кстати, ControlSend позволяет отправлять в неактивные окна.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-09-13T22:14:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119330#p119330</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119327#p119327" />
			<content type="html"><![CDATA[<p>Вы и вправду считаете, что обычные сочетание клавиш будут надежней работать, чем com объекты? А если окно будет перекрыто другим окном, или оно не будет активно, или программа будет свернута, как хоткеи, тогда могут помочь?</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-09-13T20:32:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119327#p119327</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119324#p119324" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>MandarinKa02</strong>, для выделения кода цветом допустимо использовать тег quote, но не spoiler, исправьте: <a href="http://forum.script-coding.com/viewtopic.php?pid=117656#p117656">http://forum.script-coding.com/viewtopi … 56#p117656</a>. Спойлер можно использовать в дополнение к тегу code или quote, но не вместо.</span></p><p><span style="color: green">Проставьте точки в конце предложений.<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=119320#p119320">http://forum.script-coding.com/viewtopi … 20#p119320</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=119299#p119299">http://forum.script-coding.com/viewtopi … 99#p119299</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=119239#p119239">http://forum.script-coding.com/viewtopi … 39#p119239</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=119126#p119126">http://forum.script-coding.com/viewtopi … 26#p119126</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=118910#p118910">http://forum.script-coding.com/viewtopi … 10#p118910</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=118861#p118861">http://forum.script-coding.com/viewtopi … 61#p118861</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=118831#p118831">http://forum.script-coding.com/viewtopi … 31#p118831</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=118237#p118237">http://forum.script-coding.com/viewtopi … 37#p118237</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=118229#p118229">http://forum.script-coding.com/viewtopi … 29#p118229</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=118227#p118227">http://forum.script-coding.com/viewtopi … 27#p118227</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=118225#p118225">http://forum.script-coding.com/viewtopi … 25#p118225</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=118103#p118103">http://forum.script-coding.com/viewtopi … 03#p118103</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=118047#p118047">http://forum.script-coding.com/viewtopi … 47#p118047</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=118003#p118003">http://forum.script-coding.com/viewtopi … 03#p118003</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=118004#p118004">http://forum.script-coding.com/viewtopi … 04#p118004</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=118037#p118037">http://forum.script-coding.com/viewtopi … 37#p118037</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=117936#p117936">http://forum.script-coding.com/viewtopi … 36#p117936</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=117910#p117910">http://forum.script-coding.com/viewtopi … 10#p117910</a></span><br /><span style="color: green"><a href="http://forum.script-coding.com/viewtopic.php?pid=117866#p117866">http://forum.script-coding.com/viewtopi … 66#p117866</a></span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-09-13T17:35:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119324#p119324</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119320#p119320" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>anp пишет:</cite><blockquote><p>У меня пока вариант MandarinKa02 отлично работает.</p></blockquote></div><p>Обращайтесь.</p>]]></content>
			<author>
				<name><![CDATA[MandarinKa02]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34409</uri>
			</author>
			<updated>2017-09-13T16:42:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119320#p119320</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119303#p119303" />
			<content type="html"><![CDATA[<p><strong>svoboden</strong><br />Спасибо, посмотрю, как только время появится. Но это же только часть кода?<br />У меня пока вариант MandarinKa02 отлично работает. Поставил на сохранение каждые три минуты. Сегодня раза три спасло от потери данных. Теперь, когда Word не может файл сохранить, то он хотя-бы сообщает: &quot;не удалось сохранить файл&quot;. Раньше же просто молчал, как партизан. Проблема такая только с большими файлами, где много рисунков и фотографий.</p>]]></content>
			<author>
				<name><![CDATA[anp]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30699</uri>
			</author>
			<updated>2017-09-13T00:30:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119303#p119303</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119301#p119301" />
			<content type="html"><![CDATA[<p>Проверил, вот так у меня нормально все сохраняет: </p><div class="codebox"><pre><code>1::
Word := ComObjActive(&quot;Word.Application&quot;)
Files := &quot;Путь к файлу.docx&quot; . filename
word.ActiveDocument.SaveAs(Files)
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-09-12T23:28:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119301#p119301</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119264#p119264" />
			<content type="html"><![CDATA[<p><a href="https://autohotkey.com/boards/viewtopic.php?f=5&amp;t=15231&amp;p=77341&amp;hilit=MS+Word#p77341">Тут</a> и <a href="https://autohotkey.com/boards/viewtopic.php?f=5&amp;t=3801&amp;p=20176&amp;hilit=MS+Word#p20176">тут</a>, смотрите еще про Word ответы, а про COM можно <a href="https://autohotkey.com/boards/viewtopic.php?f=5&amp;t=9992&amp;p=55493&amp;hilit=MS+Word#p55493">здесь</a> прочитать.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-09-10T19:35:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119264#p119264</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119263#p119263" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, так я тоже не знаю, у меня не активирован World.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-09-10T18:56:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119263#p119263</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119262#p119262" />
			<content type="html"><![CDATA[<p><strong>svoboden</strong>, я тоже не знаю, так как ворд не стоит.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-09-10T18:48:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119262#p119262</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119261#p119261" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Ваше поручение выполнено. Благодарю за заботу.</p>]]></content>
			<author>
				<name><![CDATA[anp]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30699</uri>
			</author>
			<updated>2017-09-10T18:41:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119261#p119261</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: MS Word AutoSaver]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119260#p119260" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>желательно проверять, перед тем как давать ссылку.</p></blockquote></div><p>Не знаю, как там могут не работать примеры, если вопросы абсолютно одинаковые. Да и еще там выбран лучший ответ.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-09-10T18:27:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119260#p119260</id>
		</entry>
</feed>
