<?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: Swiz 1.0 RC1 Removes [Autowire( view="true" )] - Requires New AbstractViewMediator</title>
	<atom:link href="http://www.webappsolution.com/wordpress/2010/04/20/swiz-10-rc1-removes-autowire-viewtrue-requires-new-abstractviewmediator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webappsolution.com/wordpress/2010/04/20/swiz-10-rc1-removes-autowire-viewtrue-requires-new-abstractviewmediator/</link>
	<description>When you're in need of an appsolution</description>
	<pubDate>Fri, 18 May 2012 00:54:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brianr</title>
		<link>http://www.webappsolution.com/wordpress/2010/04/20/swiz-10-rc1-removes-autowire-viewtrue-requires-new-abstractviewmediator/comment-page-1/#comment-1308</link>
		<dc:creator>brianr</dc:creator>
		<pubDate>Mon, 09 Aug 2010 22:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=784#comment-1308</guid>
		<description>@Pie21

Yeah, the ViewMediator approach that I'm using in this example won't work with popups since they are added to the SystemManager and not the actual display list...it's this last part that keeps the ADD_TO_STAGE from firing and thus from actually wiring together the view + view mediator in my AbstractViewMediator's (AVM) setView(view:*) method.

That said, I recently updated the AVM to work for popups. I'll post it later this wk.</description>
		<content:encoded><![CDATA[<p>@Pie21</p>
<p>Yeah, the ViewMediator approach that I&#8217;m using in this example won&#8217;t work with popups since they are added to the SystemManager and not the actual display list&#8230;it&#8217;s this last part that keeps the ADD_TO_STAGE from firing and thus from actually wiring together the view + view mediator in my AbstractViewMediator&#8217;s (AVM) setView(view:*) method.</p>
<p>That said, I recently updated the AVM to work for popups. I&#8217;ll post it later this wk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pie21</title>
		<link>http://www.webappsolution.com/wordpress/2010/04/20/swiz-10-rc1-removes-autowire-viewtrue-requires-new-abstractviewmediator/comment-page-1/#comment-1296</link>
		<dc:creator>Pie21</dc:creator>
		<pubDate>Sat, 29 May 2010 06:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=784#comment-1296</guid>
		<description>I like this approach (although catching every single addedToStage event with every single concrete view mediator seems a little unwieldy), but I'm having trouble getting it to work with a popup.

I have various dialogs that I want to pop up to allow the user to input values (e.g. registration, much like your LoginView). However when I create the view with PopupManager.createPopUp(), the addedToStage event for the view I'm using as the popup isn't caught by the mediator.

I've run through it and everything is being created in the right order (the mediator is certainly listening for the popup when it should be and the addedToStage event handler of the view does execute) but not communicating properly. I've read that PopUpManager can do some funky things when creating popups... any idea how I can get it working?

Cheers!</description>
		<content:encoded><![CDATA[<p>I like this approach (although catching every single addedToStage event with every single concrete view mediator seems a little unwieldy), but I&#8217;m having trouble getting it to work with a popup.</p>
<p>I have various dialogs that I want to pop up to allow the user to input values (e.g. registration, much like your LoginView). However when I create the view with PopupManager.createPopUp(), the addedToStage event for the view I&#8217;m using as the popup isn&#8217;t caught by the mediator.</p>
<p>I&#8217;ve run through it and everything is being created in the right order (the mediator is certainly listening for the popup when it should be and the addedToStage event handler of the view does execute) but not communicating properly. I&#8217;ve read that PopUpManager can do some funky things when creating popups&#8230; any idea how I can get it working?</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhenderson71</title>
		<link>http://www.webappsolution.com/wordpress/2010/04/20/swiz-10-rc1-removes-autowire-viewtrue-requires-new-abstractviewmediator/comment-page-1/#comment-1255</link>
		<dc:creator>bhenderson71</dc:creator>
		<pubDate>Fri, 07 May 2010 17:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=784#comment-1255</guid>
		<description>I see where the view and mediator will be matched, but now I'm experiencing a problem wherein nothing from Swiz is working in any sort of way, and I don't get debug feedback to determine why controllers/mediators, etc. are not working.</description>
		<content:encoded><![CDATA[<p>I see where the view and mediator will be matched, but now I&#8217;m experiencing a problem wherein nothing from Swiz is working in any sort of way, and I don&#8217;t get debug feedback to determine why controllers/mediators, etc. are not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhenderson71</title>
		<link>http://www.webappsolution.com/wordpress/2010/04/20/swiz-10-rc1-removes-autowire-viewtrue-requires-new-abstractviewmediator/comment-page-1/#comment-1254</link>
		<dc:creator>bhenderson71</dc:creator>
		<pubDate>Fri, 07 May 2010 17:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=784#comment-1254</guid>
		<description>Great idea, but I am still trying to figure out how the mediator gets wired to the view.  I've implemented very similar mediators, however, even under the latest from GitHub, without knowing how the mediators are wired, nothing works.</description>
		<content:encoded><![CDATA[<p>Great idea, but I am still trying to figure out how the mediator gets wired to the view.  I&#8217;ve implemented very similar mediators, however, even under the latest from GitHub, without knowing how the mediators are wired, nothing works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brianr</title>
		<link>http://www.webappsolution.com/wordpress/2010/04/20/swiz-10-rc1-removes-autowire-viewtrue-requires-new-abstractviewmediator/comment-page-1/#comment-1221</link>
		<dc:creator>brianr</dc:creator>
		<pubDate>Fri, 30 Apr 2010 14:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=784#comment-1221</guid>
		<description>Keep in mind that I start out by saying tha I pulled down the latest code from github and compiled the SWC myself with their ant build...so it's not using the Swiz Beta 1 code, but rather the latest and greatest.</description>
		<content:encoded><![CDATA[<p>Keep in mind that I start out by saying tha I pulled down the latest code from github and compiled the SWC myself with their ant build&#8230;so it&#8217;s not using the Swiz Beta 1 code, but rather the latest and greatest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jashraj</title>
		<link>http://www.webappsolution.com/wordpress/2010/04/20/swiz-10-rc1-removes-autowire-viewtrue-requires-new-abstractviewmediator/comment-page-1/#comment-1202</link>
		<dc:creator>Jashraj</dc:creator>
		<pubDate>Wed, 28 Apr 2010 14:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=784#comment-1202</guid>
		<description>Hi

I am trying to configure the application above with new AbstractMediator and LoginViewMediator.. But with the changes suggested for Swiz beta 1.0 it doesn't seem to be working. 

Request you to post the entire source code if possible which is compiled using Beta1.0 swc.. 

If possible could you please mail the source code if you can't upload it.. jashrajd at gmail.com</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am trying to configure the application above with new AbstractMediator and LoginViewMediator.. But with the changes suggested for Swiz beta 1.0 it doesn&#8217;t seem to be working. </p>
<p>Request you to post the entire source code if possible which is compiled using Beta1.0 swc.. </p>
<p>If possible could you please mail the source code if you can&#8217;t upload it.. jashrajd at gmail.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>

