<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Conductor&lt;IScreen&gt;</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : Community Forum : Conductor&lt;IScreen&gt;</description>
  <pubDate>Wed, 10 Jun 2026 05:18:46 -700</pubDate>
  <lastBuildDate>Tue, 03 Sep 2013 22:37:32 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=4293</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Conductor&lt;IScreen&gt; : No my workaround is ok for now....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16798#16798</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=881" rel="nofollow">jkattestaart</a><br /><strong>Subject:</strong> 4293<br /><strong>Posted:</strong> 03-Sep-2013 at 10:37pm<br /><br />No my workaround is ok for now. I will start a new project soon. Probably i will use Cocktail 2.0 for this and if i get the sdame error there i will post the issue gain. Thanks for your time!]]>
   </description>
   <pubDate>Tue, 03 Sep 2013 22:37:32 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16798#16798</guid>
  </item> 
  <item>
   <title>Conductor&lt;IScreen&gt; : If you want me to look at this...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16794#16794</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1005" rel="nofollow">mgood</a><br /><strong>Subject:</strong> 4293<br /><strong>Posted:</strong> 02-Sep-2013 at 4:39pm<br /><br />If you want me to look at this closer, I'm gonna need a small repro solution from you. Without seeing the whole picture, I'm not sure what issue you ran into. As I said, I'm not aware of any issues based on your description.&nbsp;]]>
   </description>
   <pubDate>Mon, 02 Sep 2013 16:39:42 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16794#16794</guid>
  </item> 
  <item>
   <title>Conductor&lt;IScreen&gt; : OK,  What i did was a navigate...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16791#16791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=881" rel="nofollow">jkattestaart</a><br /><strong>Subject:</strong> 4293<br /><strong>Posted:</strong> 01-Sep-2013 at 10:26am<br /><br />OK,<br /><br />What i did was a navigate inside a conductor&lt;IScreen&gt; viewmodel (like the tempHire conductor) like this (copied from the createdetailfactory)<br /><br /> <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_navigationBookingService = new NavigationService&lt;UpdateBookingViewModel&gt;(this);<br /><br />:<br />:<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_navigationBookingService.NavigateToAsync(() =&gt; bookingManagementFactory.CreatePart()<br /><br /><br />the bookingmanagment was another conductor&lt;IScreen&gt;<br />]]>
   </description>
   <pubDate>Sun, 01 Sep 2013 10:26:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16791#16791</guid>
  </item> 
  <item>
   <title>Conductor&lt;IScreen&gt; : The workspace is simply a higher...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16790#16790</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1005" rel="nofollow">mgood</a><br /><strong>Subject:</strong> 4293<br /><strong>Posted:</strong> 01-Sep-2013 at 10:16am<br /><br />The workspace is simply a higher level abstraction around the view model. Notice that the shell overwrites the Activator of the NavigationService to extract the view model (conductor) from the workspace and make it the active item. If you want to navigate directly to a view model, then you don't need to overwrite the Activator.&nbsp;<div><br></div><div><pre style="font-family: C&#111;nsolas, 'Liberati&#111;n Mono', Courier, monospace; margin-top: 0px; margin-bottom: 0px; color: rgb51, 51, 51; line-height: 18px;"><div ="line" id="LC45" style="padding-left: 10px;"><span ="n">_navigationService</span> <span ="p">=</span> <span ="k" style="font-weight: bold;">new</span> <span ="n">NavigationService</span><span ="p">&lt;</span><span ="n">IWorkspace</span><span ="p">&gt;(</span><span ="k" style="font-weight: bold;">this</span><span ="p">)</span></div><div ="line" id="LC46" style="padding-left: 10px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span ="p">.</span><span ="n">Configure</span><span ="p">(</span><span ="n">config</span> <span ="p">=&gt;</span> <span ="n">config</span><span ="p">.</span><span ="n">WithActivator</span><span ="p">(</span><span ="n">navigation</span> <span ="p">=&gt;</span> <span ="n">ActivateItem</span><span ="p">(</span><span ="n">navigation</span><span ="p">.</span><span ="n">Target</span><span ="p">.</span><span ="n">Content</span><span ="p">)));</span></div></pre></div>]]>
   </description>
   <pubDate>Sun, 01 Sep 2013 10:16:09 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16790#16790</guid>
  </item> 
  <item>
   <title>Conductor&lt;IScreen&gt; : Yes, what you say seems right,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16789#16789</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=881" rel="nofollow">jkattestaart</a><br /><strong>Subject:</strong> 4293<br /><strong>Posted:</strong> 31-Aug-2013 at 5:21am<br /><br />Yes, what you say seems right, but the shellview does a navigate to a workspace not the conductor itself. What i did was a navigate to a conductor directly.<br /><br />I wanted to reuse my logic, so thats why i placed my entire program in the conductor&lt;IScreen&gt;. <br />I can live with my workaround but wondered why this fails.<br /><span style="font-size:10px"><br /><br />Edited by jkattestaart - 31-Aug-2013 at 5:22am</span>]]>
   </description>
   <pubDate>Sat, 31 Aug 2013 05:21:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16789#16789</guid>
  </item> 
  <item>
   <title>Conductor&lt;IScreen&gt; : I&amp;#039;m not sure I fully understand...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16788#16788</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1005" rel="nofollow">mgood</a><br /><strong>Subject:</strong> 4293<br /><strong>Posted:</strong> 31-Aug-2013 at 3:09am<br /><br />I'm not sure I fully understand what you are trying to do, but I'm assuming that you are trying to activate a ViewModel in a conductor, which itself is a conductor. If that's what you are doing, then this is pretty straight forward and we are not aware of any issues. We do this regularly. TempHire actually does this, too. The shell is a Conductor&lt;T&gt; and the resource mgt view model is a Conductor&lt;T&gt; as well, which becomes the active item of the shell.&nbsp;]]>
   </description>
   <pubDate>Sat, 31 Aug 2013 03:09:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16788#16788</guid>
  </item> 
  <item>
   <title>Conductor&lt;IScreen&gt; : Hello Marcel,  I&amp;#039;m still...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16773#16773</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=881" rel="nofollow">jkattestaart</a><br /><strong>Subject:</strong> 4293<br /><strong>Posted:</strong> 27-Aug-2013 at 11:30pm<br /><br />Hello Marcel,<br /><br />I'm still on Cocktail 2010, but i had some trouble in getting my conductor to work in a special case.<br />I have conductor&lt;Iscreen&gt; programs working throughout my application like the Temphire example. However in one program i tried to use a Conductor&lt;Iscreen&gt; directly on a activeItem of another Conductor. This gave me a stackoverflow when i moved to another activeitem.<br />Is this by design or is there a problem with assembling conductors on a conductor. May be this is a Caliburn thing but adding a seperate Iscreen in between seems to solve the issue. It looks a bit strange to add an  extra viewmodel what doensn't do anything.<br /><br />]]>
   </description>
   <pubDate>Tue, 27 Aug 2013 23:30:39 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4293&amp;PID=16773#16773</guid>
  </item> 
 </channel>
</rss>