<?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: Getting started with Caliburn Part 2: Multiple Views on one ViewModel</title>
	<atom:link href="http://iserialized.com/getting-started-with-caliburn-part-2-multiple-views-on-one-viewmodel/feed/" rel="self" type="application/rss+xml" />
	<link>http://iserialized.com/getting-started-with-caliburn-part-2-multiple-views-on-one-viewmodel/</link>
	<description>.Net, C#, Scrum and agile software development</description>
	<lastBuildDate>Thu, 26 Apr 2012 05:54:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Paul Eie</title>
		<link>http://iserialized.com/getting-started-with-caliburn-part-2-multiple-views-on-one-viewmodel/comment-page-1/#comment-301</link>
		<dc:creator>Paul Eie</dc:creator>
		<pubDate>Thu, 03 Mar 2011 08:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=8#comment-301</guid>
		<description>Hi!
It should work when the textbox looses focus. Eg. when you press Tab from inside the textbox!

I just made it simple and easy to demonstrate the key principles :)</description>
		<content:encoded><![CDATA[<p>Hi!<br />
It should work when the textbox looses focus. Eg. when you press Tab from inside the textbox!</p>
<p>I just made it simple and easy to demonstrate the key principles <img src='http://iserialized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonard</title>
		<link>http://iserialized.com/getting-started-with-caliburn-part-2-multiple-views-on-one-viewmodel/comment-page-1/#comment-300</link>
		<dc:creator>Leonard</dc:creator>
		<pubDate>Thu, 03 Mar 2011 05:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=8#comment-300</guid>
		<description>It works - result updated when I move the slider. However, when I update number from the edit box, slider does not get updated. Any ideas? Thanks!</description>
		<content:encoded><![CDATA[<p>It works &#8211; result updated when I move the slider. However, when I update number from the edit box, slider does not get updated. Any ideas? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://iserialized.com/getting-started-with-caliburn-part-2-multiple-views-on-one-viewmodel/comment-page-1/#comment-271</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 04 Oct 2010 09:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=8#comment-271</guid>
		<description>Hi Hans, I add the attribute to ResultViewModel as you describe in solution a). It works. Thanks!

But the following b), c), d) cannot be applied to the view.</description>
		<content:encoded><![CDATA[<p>Hi Hans, I add the attribute to ResultViewModel as you describe in solution a). It works. Thanks!</p>
<p>But the following b), c), d) cannot be applied to the view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://iserialized.com/getting-started-with-caliburn-part-2-multiple-views-on-one-viewmodel/comment-page-1/#comment-65</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Thu, 01 Apr 2010 16:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=8#comment-65</guid>
		<description>I found the solution:
a) Add this attribute to ResultViewModel:
    [View(typeof(ResultView), Context = &quot;Ctx2&quot;)]

b) Change Slider View&#039;s xaml definition to 
cal:Message.Attach=&quot;[Event ValueChanged]=[Action SquareIt()]&quot;

c) You have to remove the Name=&quot;SquareIt&quot; from Silver views&#039; xaml. It seems this example was for Silverlight.

d) Remove Interval property from Slider definition in Slider Views&#039; xaml. You can use SmallChange in silverlight.</description>
		<content:encoded><![CDATA[<p>I found the solution:<br />
a) Add this attribute to ResultViewModel:<br />
    [View(typeof(ResultView), Context = "Ctx2")]</p>
<p>b) Change Slider View&#8217;s xaml definition to<br />
cal:Message.Attach=&#8221;[Event ValueChanged]=[Action SquareIt()]&#8221;</p>
<p>c) You have to remove the Name=&#8221;SquareIt&#8221; from Silver views&#8217; xaml. It seems this example was for Silverlight.</p>
<p>d) Remove Interval property from Slider definition in Slider Views&#8217; xaml. You can use SmallChange in silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://iserialized.com/getting-started-with-caliburn-part-2-multiple-views-on-one-viewmodel/comment-page-1/#comment-64</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Thu, 01 Apr 2010 15:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=8#comment-64</guid>
		<description>Hi Paul, these were very helpful tutorials on Caliburn. I&#039;m having the same error message shown above (part 2).  I appreciate if you could shed some light.....Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Paul, these were very helpful tutorials on Caliburn. I&#8217;m having the same error message shown above (part 2).  I appreciate if you could shed some light&#8230;..Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://iserialized.com/getting-started-with-caliburn-part-2-multiple-views-on-one-viewmodel/comment-page-1/#comment-56</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 29 Mar 2010 15:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://iserialized.com/?p=8#comment-56</guid>
		<description>A default view was not found for CaliburnCalculator.ViewModels.ResultViewModel.  
Views searched for include: 
CaliburnCalculator.Views.ResultViews.ICtx2
CaliburnCalculator.Views.ResultViews.Ctx2
CaliburnCalculator.ViewModels.ResultViewViews.ICtx2
CaliburnCalculator.ViewModels.ResultViewViews.Ctx2
CaliburnCalculator.ViewModels.ResultViews.ICtx2
CaliburnCalculator.ViewModels.ResultViews.Ctx2</description>
		<content:encoded><![CDATA[<p>A default view was not found for CaliburnCalculator.ViewModels.ResultViewModel.<br />
Views searched for include:<br />
CaliburnCalculator.Views.ResultViews.ICtx2<br />
CaliburnCalculator.Views.ResultViews.Ctx2<br />
CaliburnCalculator.ViewModels.ResultViewViews.ICtx2<br />
CaliburnCalculator.ViewModels.ResultViewViews.Ctx2<br />
CaliburnCalculator.ViewModels.ResultViews.ICtx2<br />
CaliburnCalculator.ViewModels.ResultViews.Ctx2</p>
]]></content:encoded>
	</item>
</channel>
</rss>

