<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Эффекты тем (symbian 9.3)]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11634&amp;type=atom" />
	<updated>2016-08-20T12:42:19Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11634</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эффекты тем (symbian 9.3)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106927#p106927" />
			<content type="html"><![CDATA[<p>Для тех, кто не в курсе что такое simbyan 9.3, лучше выложить видео.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-08-20T12:42:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106927#p106927</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эффекты тем (symbian 9.3)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106921#p106921" />
			<content type="html"><![CDATA[<p>Позволю себе приподнять тему. Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[yarrroslav]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33908</uri>
			</author>
			<updated>2016-08-20T10:33:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106921#p106921</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эффекты тем (symbian 9.3)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104231#p104231" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, поправил.</p>]]></content>
			<author>
				<name><![CDATA[yarrroslav]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33908</uri>
			</author>
			<updated>2016-05-25T20:07:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104231#p104231</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эффекты тем (symbian 9.3)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104228#p104228" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>yarrroslav</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте заголовок.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-05-25T19:55:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104228#p104228</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эффекты тем (symbian 9.3)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104227#p104227" />
			<content type="html"><![CDATA[<p>Предположим, с помощью ахк сделать сворачивание\разворачивание окон с этими же эффектами тем.</p>]]></content>
			<author>
				<name><![CDATA[yarrroslav]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33908</uri>
			</author>
			<updated>2016-05-25T19:51:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104227#p104227</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Эффекты тем (symbian 9.3)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104226#p104226" />
			<content type="html"><![CDATA[<p>Добрый день, уважаемые.<br />От мечты к вопросу:<br />На simbyan 9.3 (и выше) есть такая опция &quot;Эффекты тем&quot;, которая добавляла к Темам еще дополнительные анимации при переключении окон, вызовах менюшек и прочия.<br />Вот как выглядел изнутри файл AppActivate_default.kml, украшивающий переходы из одного активного приложения в другое (активное)<br /></p><div class="codebox"><pre><code>&lt;container&gt;
  
  &lt;fx:imagefadeeffect id=&quot;fadeeffect&quot;
    x=&quot;0&quot; y=&quot;0&quot; width=&quot;{screen.width}&quot; height=&quot;{screen.height}&quot; 
    src1=&quot;screen.srcA&quot;
    src2=&quot;screen.srcB&quot;
    alphamap=&quot;AppActivate.png&quot;
    fill=&quot;#ff8000&quot;
    fadelevel=&quot;0&quot;
    fadewidth=&quot;0.8&quot; /&gt;

  &lt;pixeleffect id=&quot;colorize&quot; type=&quot;colorize&quot; width=&quot;{screen.width}&quot; height=&quot;{screen.height}&quot; color=&quot;#3f8000&quot; luminance=&quot;0&quot; chrominance=&quot;1&quot; opacity=&quot;0&quot;/&gt;

  &lt;action on=&quot;DoTransition&quot; onEnd=&quot;FinishedTransition&quot;&gt;
    
    &lt;animate targetNode=&quot;colorize&quot; targetAttr=&quot;opacity&quot; dur=&quot;300ms&quot; begin=&quot;200ms&quot; 
      keyValues=&quot;0,0.5,0&quot;
      keyEase=&quot;0;1,-1;0&quot;
      keyTimes=&quot;0,0.4,1.0&quot;
    /&gt;  
    &lt;animate targetNode=&quot;fadeeffect&quot; targetAttr=&quot;fadelevel&quot; from=&quot;0.6&quot; to=&quot;1&quot; begin=&quot;0ms&quot; dur=&quot;400ms&quot; /&gt;
  
  &lt;/action&gt;

&lt;/container&gt;</code></pre></div><p>Как видно из кода - дополнительно к этому файлу требуется png картика в 8битном (чернобелом) формате, выполнявшая роль альфамапы..<br />Эти файлы я редактировал вдоль и впоперёк, создавая себе свои эффекты тем.<br /><span style="color: #0a3193">Суть вопроса</span>: Возможно ли с помощью ахк использовать подобные опции\эффекты (уж незнаю как правильнее назвать) как вот &quot;colorize&quot;, &quot;opacity&quot;,&nbsp; alphamap, fadewidth и подобные?<br />Для простого начала: с помощью ахк сделать сворачивание\разворачивание окон с этими же эффектами тем.</p>]]></content>
			<author>
				<name><![CDATA[yarrroslav]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33908</uri>
			</author>
			<updated>2016-05-25T19:45:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104226#p104226</id>
		</entry>
</feed>
