<?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: Navigation recipe for Caliburn Micro</title>
	<atom:link href="https://www.altinet.hr/navigation-recipe-for-caliburn-micro/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.altinet.hr/navigation-recipe-for-caliburn-micro/</link>
	<description></description>
	<lastBuildDate>Wed, 19 May 2021 21:30:07 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.15</generator>
	<item>
		<title>By: Giuseppe</title>
		<link>https://www.altinet.hr/navigation-recipe-for-caliburn-micro/#comment-56</link>
		<dc:creator><![CDATA[Giuseppe]]></dc:creator>
		<pubDate>Sun, 27 Mar 2011 14:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.run80.net/?p=59#comment-56</guid>
		<description><![CDATA[Looking forward to the updated version.

Also do you have an example on how you would wire this up with MEF instead of Autofac?]]></description>
		<content:encoded><![CDATA[<p>Looking forward to the updated version.</p>
<p>Also do you have an example on how you would wire this up with MEF instead of Autofac?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>https://www.altinet.hr/navigation-recipe-for-caliburn-micro/#comment-55</link>
		<dc:creator><![CDATA[Bruno]]></dc:creator>
		<pubDate>Sun, 13 Mar 2011 19:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.run80.net/?p=59#comment-55</guid>
		<description><![CDATA[hmm, not sure what the trouble is. i did a few changes in the meanwhile, i&#039;ll try and upload a new version tomorrow]]></description>
		<content:encoded><![CDATA[<p>hmm, not sure what the trouble is. i did a few changes in the meanwhile, i&#8217;ll try and upload a new version tomorrow</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Col</title>
		<link>https://www.altinet.hr/navigation-recipe-for-caliburn-micro/#comment-54</link>
		<dc:creator><![CDATA[Col]]></dc:creator>
		<pubDate>Sun, 13 Mar 2011 14:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.run80.net/?p=59#comment-54</guid>
		<description><![CDATA[I get this error:

Could not load type &#039;Caliburn.Micro.ConductorBaseWithActiveItem`1&#039; from assembly &#039;Caliburn.Micro, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null&#039;.

At: 

public LoadResult EndLoad(IAsyncResult asyncResult)
        {
            CaliburnLoaderAsyncResult result = (CaliburnLoaderAsyncResult)asyncResult;
            if (result.Error != null)
            {
                throw result.Error;
            }
            result.Complete(); &lt;---- Error]]></description>
		<content:encoded><![CDATA[<p>I get this error:</p>
<p>Could not load type &#8216;Caliburn.Micro.ConductorBaseWithActiveItem`1&#8242; from assembly &#8216;Caliburn.Micro, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null&#8217;.</p>
<p>At: </p>
<p>public LoadResult EndLoad(IAsyncResult asyncResult)<br />
        {<br />
            CaliburnLoaderAsyncResult result = (CaliburnLoaderAsyncResult)asyncResult;<br />
            if (result.Error != null)<br />
            {<br />
                throw result.Error;<br />
            }<br />
            result.Complete(); &lt;&#8212;- Error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kagjes</title>
		<link>https://www.altinet.hr/navigation-recipe-for-caliburn-micro/#comment-53</link>
		<dc:creator><![CDATA[kagjes]]></dc:creator>
		<pubDate>Fri, 18 Feb 2011 18:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.run80.net/?p=59#comment-53</guid>
		<description><![CDATA[Yea, i&#039;ve done some refactoring in the meanwhile around the the whole navigation recipe which i didn&#039;t have time to upload unfortunately, but it sounds quite similar to what you described. As for the title name, hmm, not quite there yet, but from top of my head, you should probably bind the page&#039;s title property to some property of the viewmodel, it should be simple as that. Glad you found the recipe useful:)]]></description>
		<content:encoded><![CDATA[<p>Yea, i&#8217;ve done some refactoring in the meanwhile around the the whole navigation recipe which i didn&#8217;t have time to upload unfortunately, but it sounds quite similar to what you described. As for the title name, hmm, not quite there yet, but from top of my head, you should probably bind the page&#8217;s title property to some property of the viewmodel, it should be simple as that. Glad you found the recipe useful:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yossi</title>
		<link>https://www.altinet.hr/navigation-recipe-for-caliburn-micro/#comment-52</link>
		<dc:creator><![CDATA[Yossi]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 18:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.run80.net/?p=59#comment-52</guid>
		<description><![CDATA[Hi Bruno,

How can you change the browser&#039;s title according to your location? 
Of course with a custom title which doesn&#039;t derive from the viewmodel&#039;s name. 

Btw, I&#039;ve put to use silverlight&#039;s UriMapper and it&#039;s working great, one thing you have to change is the condition NavigationConductor.cs (line 53), where you&#039;ll have to extend it from &quot;if (targetUri.GetNavigationName() != ActiveItem.GetNavigationName())&quot; to check also for a change in the targetUri.Query so that if you navigate from /Main?Id=1 to /Main?Id=2 you&#039;ll set again the QueryString property of the INavigationAware Screen you&#039;re calling.

Thanks,
Yossi.]]></description>
		<content:encoded><![CDATA[<p>Hi Bruno,</p>
<p>How can you change the browser&#8217;s title according to your location?<br />
Of course with a custom title which doesn&#8217;t derive from the viewmodel&#8217;s name. </p>
<p>Btw, I&#8217;ve put to use silverlight&#8217;s UriMapper and it&#8217;s working great, one thing you have to change is the condition NavigationConductor.cs (line 53), where you&#8217;ll have to extend it from &#8220;if (targetUri.GetNavigationName() != ActiveItem.GetNavigationName())&#8221; to check also for a change in the targetUri.Query so that if you navigate from /Main?Id=1 to /Main?Id=2 you&#8217;ll set again the QueryString property of the INavigationAware Screen you&#8217;re calling.</p>
<p>Thanks,<br />
Yossi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kagjes</title>
		<link>https://www.altinet.hr/navigation-recipe-for-caliburn-micro/#comment-51</link>
		<dc:creator><![CDATA[kagjes]]></dc:creator>
		<pubDate>Mon, 10 Jan 2011 11:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.run80.net/?p=59#comment-51</guid>
		<description><![CDATA[Hey Yossi, glad to be of help!
You can find the sample source code on the link at the end of the post.
http://cmnavigation.codeplex.com/SourceControl/list/changesets. The deep linking is also demonstrated there, you should try calling the page two with some varible after the addres, for instance
%path #/PageTwoViewModel?id=46. It should write id=46 on the main page. You should be able to take it from there.  If you need any further assistance i&#039;ll be glad to help.]]></description>
		<content:encoded><![CDATA[<p>Hey Yossi, glad to be of help!<br />
You can find the sample source code on the link at the end of the post.<br />
<a href="http://cmnavigation.codeplex.com/SourceControl/list/changesets" rel="nofollow">http://cmnavigation.codeplex.com/SourceControl/list/changesets</a>. The deep linking is also demonstrated there, you should try calling the page two with some varible after the addres, for instance<br />
%path #/PageTwoViewModel?id=46. It should write id=46 on the main page. You should be able to take it from there.  If you need any further assistance i&#8217;ll be glad to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yossi</title>
		<link>https://www.altinet.hr/navigation-recipe-for-caliburn-micro/#comment-50</link>
		<dc:creator><![CDATA[Yossi]]></dc:creator>
		<pubDate>Sun, 09 Jan 2011 21:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.run80.net/?p=59#comment-50</guid>
		<description><![CDATA[Hi Bruno,

It looks fantastic!
Could you please add an example with an implementation of deep linking?

Thanks,
Yossi.]]></description>
		<content:encoded><![CDATA[<p>Hi Bruno,</p>
<p>It looks fantastic!<br />
Could you please add an example with an implementation of deep linking?</p>
<p>Thanks,<br />
Yossi.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
