<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: GUI DateTime формат 24h]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17867&amp;type=atom" />
	<updated>2023-07-14T15:40:57Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17867</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158735#p158735" />
			<content type="html"><![CDATA[<p>Ну да, тут хоть внятно написано.</p>]]></content>
			<author>
				<name><![CDATA[stuermer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42062</uri>
			</author>
			<updated>2023-07-14T15:40:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158735#p158735</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158734#p158734" />
			<content type="html"><![CDATA[<p>А что за #Permanent? Загляните в справку по #Persistent, там всё описано.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-07-14T15:32:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158734#p158734</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158732#p158732" />
			<content type="html"><![CDATA[<p>Другой вопрос: Почему скрипт не выгружается после закрытия окна и Return? В шапке нет #Persistent и нет гор. клавиш и таймера.</p><div class="codebox"><pre><code>#SingleInstance Force
#NoEnv

Gui, Font, s20
Gui, Add, DateTime, w80 vTime 1, HH:mm
Gui, Add, Button, default, OK
Gui, Show, w110
Return

GuiClose:
ButtonOK:
Gui, Submit
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[stuermer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42062</uri>
			</author>
			<updated>2023-07-14T15:27:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158732#p158732</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158730#p158730" />
			<content type="html"><![CDATA[<p>Вот написал внутри параметра без запятых:<br /></p><div class="codebox"><pre><code>Gui Font, s20
Gui, Add, DateTime, w80 vTime 1 HH:mm
Gui, Add, Button, default, OK
Gui, Show, w110
Return

</code></pre></div><p>Показывает окно и кнопка ОК. Вообще контрола нет.</p>]]></content>
			<author>
				<name><![CDATA[stuermer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42062</uri>
			</author>
			<updated>2023-07-14T14:45:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158730#p158730</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158729#p158729" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>stuermer пишет:</cite><blockquote><p>Параметр с опциями идет без запятых?</p></blockquote></div><p>Каждый параметр отделяется от другого запятыми. Конечно, внутри параметра не может быть запятых.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-07-14T14:39:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158729#p158729</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158728#p158728" />
			<content type="html"><![CDATA[<p>В статьях по отдельным контролам описываются только специфические для контрола параметры. Про общие читайте <a href="https://www.autohotkey.com/docs/v1/lib/Gui.htm#ControlOptions">здесь</a>. <em>w</em> — это параметр, который применяется для всех контролов, поэтому в каждой статье его описывать нет смысла.<br />Да, конечно вы не читали справку.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-07-14T14:37:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158728#p158728</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158727#p158727" />
			<content type="html"><![CDATA[<p><a href="https://www.autohotkey.com/docs/v1/lib/Gui.htm#PosSize">https://www.autohotkey.com/docs/v1/lib/Gui.htm#PosSize</a><br />Параметр с опциями идет без запятых? <br /></p><div class="codebox"><pre><code>Gui, Add, DateTime, w80 vTime 1 HH:mm
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[stuermer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42062</uri>
			</author>
			<updated>2023-07-14T14:35:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158727#p158727</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158726#p158726" />
			<content type="html"><![CDATA[<p>А с чего вы взяли, что я справку не читал??<br />А может такое быть, что в справке непонятно написано и поэтому я спрашиваю на форуме?<br />Там примеров нету!<br /><a href="https://www.autohotkey.com/docs/v1/lib/GuiControls.htm#DateTime">https://www.autohotkey.com/docs/v1/lib/ … m#DateTime</a><br />Там вообще про параметр w для DateTime ни слова.</p>]]></content>
			<author>
				<name><![CDATA[stuermer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42062</uri>
			</author>
			<updated>2023-07-14T14:21:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158726#p158726</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158724#p158724" />
			<content type="html"><![CDATA[<p>А зачем вы эту опцию отдельным параметром пишете? Она входит в параметр, где все остальные опции. Вам бы в справку заглянуть.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-07-14T11:35:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158724#p158724</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158722#p158722" />
			<content type="html"><![CDATA[<p>Теперь параметр vTime не работает и в контроле показан:<br /></p><div class="codebox"><pre><code>Gui, Add, DateTime, w80, vTime 1, HH:mm
</code></pre></div><p><span class="postimg"><img src="https://i.imgur.com/kXscniM.jpg" alt="https://i.imgur.com/kXscniM.jpg" /></span></p>]]></content>
			<author>
				<name><![CDATA[stuermer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42062</uri>
			</author>
			<updated>2023-07-14T10:50:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158722#p158722</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158719#p158719" />
			<content type="html"><![CDATA[<p>Опцию <em>w</em> можно применить к самому контролу.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-07-13T16:23:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158719#p158719</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158718#p158718" />
			<content type="html"><![CDATA[<p>Не работает:</p><div class="codebox"><pre><code>Gui Font, s20
Gui, Add, DateTime, vTime 1, HH:mm
GuiControl, MoveDraw, vTime, w50
Gui, Add, Button, default, OK
Gui, Show, w110
Return
</code></pre></div><p>Пробовал Move и MoveDraw.</p>]]></content>
			<author>
				<name><![CDATA[stuermer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42062</uri>
			</author>
			<updated>2023-07-13T15:54:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158718#p158718</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158717#p158717" />
			<content type="html"><![CDATA[<p><strong>stuermer</strong>, Ещё не надоело спрашивать простые вопросы? Прочитать в справке про контролы и работу с ними сложно? За ширину отвечает специальный параметр &#039;w&#039;.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2023-07-13T14:53:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158717#p158717</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158716#p158716" />
			<content type="html"><![CDATA[<p>Подскажите, как <br />- изменить ширину поля ввода времени, чтоб не до края;<br />- сделать, чтоб после ввода часов фокус сам переходил на минуты:</p><p><span class="postimg"><img src="https://i.imgur.com/tDBxrue.jpg" alt="https://i.imgur.com/tDBxrue.jpg" /></span></p>]]></content>
			<author>
				<name><![CDATA[stuermer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42062</uri>
			</author>
			<updated>2023-07-13T12:06:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158716#p158716</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI DateTime формат 24h]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158714#p158714" />
			<content type="html"><![CDATA[<p>Вам нужно прочитать про формат даты. В данном случае &quot;hh&quot; - указывает на 12-часовой формат. Вам нужно написать &quot;HH&quot;.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2023-07-12T20:17:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158714#p158714</id>
		</entry>
</feed>
