<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: F.A.Q.</title>
	<atom:link href="http://swizframework.org/f-a-q/feed/" rel="self" type="application/rss+xml" />
	<link>http://swizframework.org</link>
	<description>Brutally simple micro-architecture for Rich Internet Application development with Adobe Flex</description>
	<lastBuildDate>Wed, 16 Jun 2010 08:14:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: benclinkinbeard</title>
		<link>http://swizframework.org/f-a-q/comment-page-1/#comment-92</link>
		<dc:creator>benclinkinbeard</dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://swizframework.org/?page_id=24#comment-92</guid>
		<description>This is not currently supported but we plan to in the future. http://code.google.com/p/swizframework/issues/detail?id=12</description>
		<content:encoded><![CDATA[<p>This is not currently supported but we plan to in the future. <a href="http://code.google.com/p/swizframework/issues/detail?id=12" rel="nofollow">http://code.google.com/p/swizframework/issues/detail?id=12</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillermo Quiros</title>
		<link>http://swizframework.org/f-a-q/comment-page-1/#comment-86</link>
		<dc:creator>Guillermo Quiros</dc:creator>
		<pubDate>Mon, 23 Nov 2009 22:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://swizframework.org/?page_id=24#comment-86</guid>
		<description>Can a function mediate more than one event ?

[Mediate(event=&quot;FooEvent.ONE&quot;)]
[Mediate(event=&quot;FooEvent.TWO&quot;)]
public function oneTwoEventHandler(event:FooEvent):void
{
	// when we call this dispatchEvent in the view will return false
	event.preventDefault();
}
And can swiz mediate all the event of a certain class :

[Mediate(event=&quot;FooEvent.*&quot;)]
public function oneTwoEventHandler(event:FooEvent):void
{
	// when we call this dispatchEvent in the view will return false
	event.preventDefault();
}</description>
		<content:encoded><![CDATA[<p>Can a function mediate more than one event ?</p>
<p>[Mediate(event="FooEvent.ONE")]<br />
[Mediate(event="FooEvent.TWO")]<br />
public function oneTwoEventHandler(event:FooEvent):void<br />
{<br />
	// when we call this dispatchEvent in the view will return false<br />
	event.preventDefault();<br />
}<br />
And can swiz mediate all the event of a certain class :</p>
<p>[Mediate(event="FooEvent.*")]<br />
public function oneTwoEventHandler(event:FooEvent):void<br />
{<br />
	// when we call this dispatchEvent in the view will return false<br />
	event.preventDefault();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Kotek</title>
		<link>http://swizframework.org/f-a-q/comment-page-1/#comment-80</link>
		<dc:creator>Brian Kotek</dc:creator>
		<pubDate>Mon, 09 Nov 2009 17:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://swizframework.org/?page_id=24#comment-80</guid>
		<description>If you have a question, the mailing list is a better place for discussion. Please post a thread about this, since this should not be the case.</description>
		<content:encoded><![CDATA[<p>If you have a question, the mailing list is a better place for discussion. Please post a thread about this, since this should not be the case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Lundberg</title>
		<link>http://swizframework.org/f-a-q/comment-page-1/#comment-79</link>
		<dc:creator>Jesse Lundberg</dc:creator>
		<pubDate>Sun, 08 Nov 2009 05:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://swizframework.org/?page_id=24#comment-79</guid>
		<description>Q:  I just spent 2.5 hours trying to figure out why the release build of _my_ AIR application, which ran great on ADL, fails catastrophically after the install without any explanation.  How do I fix it?

A:  Despite some documentation out there that states otherwise, it appears that you need the &quot;-keep-as3-metadata+=Autowire,Mediate&quot; compiler args in your own app as well. :-/</description>
		<content:encoded><![CDATA[<p>Q:  I just spent 2.5 hours trying to figure out why the release build of _my_ AIR application, which ran great on ADL, fails catastrophically after the install without any explanation.  How do I fix it?</p>
<p>A:  Despite some documentation out there that states otherwise, it appears that you need the &#8220;-keep-as3-metadata+=Autowire,Mediate&#8221; compiler args in your own app as well. :-/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
