<?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 : Multiple active views</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : Community Forum : Multiple active views</description>
  <pubDate>Sat, 11 Apr 2026 00:27:51 -700</pubDate>
  <lastBuildDate>Fri, 25 May 2012 23:03:57 -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=3380</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>Multiple active views :  If I understand you correctly,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13660#13660</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> 3380<br /><strong>Posted:</strong> 25-May-2012 at 11:03pm<br /><br />If I understand you correctly, you want to be able to open the same entity in more than one tab. What's the use case for that? If you edit the same entity in multiple tabs you'll create a concurrency conflict with yourself. That doesn't make much sense. You don't open the same document twice in Word, either. If the document is already open, Word brings it to the foreground. The MDI TempHire example does the same. Anyway, the ObjectManager manages instances by keys. You pick the key that makes sense for your scenario. You can create an&nbsp;artificial&nbsp;key, for example a GUID for each of the open tabs instead of using the entity ID, but again, I'm not sure from a user experience opening the same entity in multiple tabs makes much sense.&nbsp;<div><br></div><div>I'm not quite understanding your second point. A word about deleting. I know in TempHire you can actually delete a StaffingResource, but deleting is very bad in general. It causes lots of problems if you actually delete records from the database. Generally, you should not delete, but instead mark the record as inactive/expired or something like that.&nbsp;</div><span style="font-size:10px"><br /><br />Edited by mgood - 25-May-2012 at 11:04pm</span>]]>
   </description>
   <pubDate>Fri, 25 May 2012 23:03:57 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13660#13660</guid>
  </item> 
  <item>
   <title>Multiple active views : I studied extensively the cocktail...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13658#13658</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1440" rel="nofollow">giotis</a><br /><strong>Subject:</strong> 3380<br /><strong>Posted:</strong> 25-May-2012 at 6:13pm<br /><br />I studied extensively the cocktail and concluded that the object "DomainUnitOfWorkManager" <br>manage the "DomainUnitOfWork" for the creation and sharing of multiple object instances at runtime<br>but unique, one at a time. When we have same instance of "IWorkspace" more than once then we have a conflict <br>because we need to manage same "DomainUnitOfWork" objects and "DomainUnitOfWorkManager"does not leave us <br>because do not know who the owner is, behave as if there is only one owner, this is right but not an MDI <br>enviroment.<br>how to manage the incident?<br><br>comment<br>Very rightly at the new version you introduced the method "Refresh",<br>which fits well because in one instance we can delete a record and another instance should be informed accordingly.<br>-About "Refresh" a point here I think must be disable when state entity is modify because a silly Secretary <br>may delete pending entities-<br>]]>
   </description>
   <pubDate>Fri, 25 May 2012 18:13:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13658#13658</guid>
  </item> 
  <item>
   <title>Multiple active views :   Yes, that can all be done....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13543#13543</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> 3380<br /><strong>Posted:</strong> 08-May-2012 at 5:10pm<br /><br />Yes, that can all be done. The answers are all in the MDI example.]]>
   </description>
   <pubDate>Tue, 08 May 2012 17:10:16 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13543#13543</guid>
  </item> 
  <item>
   <title>Multiple active views : sorry this right link http://d...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13538#13538</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1440" rel="nofollow">giotis</a><br /><strong>Subject:</strong> 3380<br /><strong>Posted:</strong> 08-May-2012 at 3:11pm<br /><br />sorry&nbsp; this right link&nbsp; <a href="http://docs.google.com/open?id=0BwsfMcd3_Ex2QTdlNDgySHRTR0E" target="_blank">http://docs.google.com/open?id=0BwsfMcd3_Ex2QTdlNDgySHRTR0E</a>]]>
   </description>
   <pubDate>Tue, 08 May 2012 15:11:57 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13538#13538</guid>
  </item> 
  <item>
   <title>Multiple active views :  or to create new Tab from StaffingResource.Idlink...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13537#13537</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1440" rel="nofollow">giotis</a><br /><strong>Subject:</strong> 3380<br /><strong>Posted:</strong> 08-May-2012 at 3:01pm<br /><br />or to create new Tab from StaffingResource.Id<br><br>link<a href="http://docs.google.com/open?id=0BwsfMcd3_Ex2Rkg0LW5JeWVpWVk" target="_blank">&nbsp; </a><a href="http://docs.google.com/open?id=0BwsfMcd3_Ex2QTdlNDgySHRTR0E" target="_blank">http://docs.google.com/open?id=0BwsfMcd3_Ex2QTdlNDgySHRTR0E</a><a href="http://docs.google.com/open?id=0BwsfMcd3_Ex2QTdlNDgySHRTR0E" target="_blank"></a><span style="font-size:10px"><br /><br />Edited by giotis - 25-May-2012 at 4:55pm</span>]]>
   </description>
   <pubDate>Tue, 08 May 2012 15:01:49 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13537#13537</guid>
  </item> 
  <item>
   <title>Multiple active views : Every time clickedthe button &amp;#034;Resource...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13536#13536</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1440" rel="nofollow">giotis</a><br /><strong>Subject:</strong> 3380<br /><strong>Posted:</strong> 08-May-2012 at 2:47pm<br /><br /><span id="result_" ="short_text" lang="en"><span ="hps">Every time clicked&nbsp;</span><span ="hps">the button</span> "Resource Management" <span ="hps">to create</span> <span ="hps">a</span> <span ="hps">new</span> <span ="hps">Tab</span></span>]]>
   </description>
   <pubDate>Tue, 08 May 2012 14:47:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13536#13536</guid>
  </item> 
  <item>
   <title>Multiple active views : I tried to create a new MDI different...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13535#13535</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1440" rel="nofollow">giotis</a><br /><strong>Subject:</strong> 3380<br /><strong>Posted:</strong> 08-May-2012 at 2:41pm<br /><br /><span id="result_" ="" lang="en"><span ="hps">I tried to</span> <span ="hps">create</span> <span ="hps">a</span> <span ="hps">new</span> MDI <span ="hps"></span></span><span id="result_" ="short_text" lang="en"><span ="hps">different </span></span><span id="result_" ="" lang="en"><span ="hps">version but</span> <span ="hps">failed, <br>  <br>is </span><span ="hps">possible ?</span></span><br><br>link about image&nbsp; <a href="http://docs.google.com/open?id=0BwsfMcd3_Ex2akNSbk5sX0wxb1U" target="_blank">http://docs.google.com/open?id=0BwsfMcd3_Ex2akNSbk5sX0wxb1U</a><br>]]>
   </description>
   <pubDate>Tue, 08 May 2012 14:41:37 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13535#13535</guid>
  </item> 
  <item>
   <title>Multiple active views : thanks Marcel </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13272#13272</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=764" rel="nofollow">mikedfox</a><br /><strong>Subject:</strong> 3380<br /><strong>Posted:</strong> 10-Apr-2012 at 1:24pm<br /><br />thanks Marcel]]>
   </description>
   <pubDate>Tue, 10 Apr 2012 13:24:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13272#13272</guid>
  </item> 
  <item>
   <title>Multiple active views : Mike,I&amp;#039;ve created an MDI...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13260#13260</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> 3380<br /><strong>Posted:</strong> 09-Apr-2012 at 7:20pm<br /><br />Mike,<div>I've created an MDI version of TempHire that demonstrates what you are looking for. Double clicking on a row opens the item. You can download it from my Skydrive.</div><div><br></div><div>https://skydrive.live.com/redir.aspx?cid=b37183c914f0fbe8&amp;resid=B37183C914F0FBE8!209&amp;parid=B37183C914F0FBE8!208&amp;authkey=!AN0Ya37NsYMJIuw</div><div><br></div><div>You can use a diff tool to see what's different between the SDI and the MDI version. The difference is very minimal. Mostly changes around lifecycle and closing strategy of the VMs and a TabManager to manage the open tabs.&nbsp;</div><div><br></div><div>I've modified both the WPF and the Silverlight version. In Silverlight, because the TabControl is badly broken I opted for a row of buttons to switch between the open items. The WPF version uses a TabControl instead. The code is identical, just different views.</div>]]>
   </description>
   <pubDate>Mon, 09 Apr 2012 19:20:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13260#13260</guid>
  </item> 
  <item>
   <title>Multiple active views : I don&amp;#039;t have a ready example...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13254#13254</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> 3380<br /><strong>Posted:</strong> 09-Apr-2012 at 10:39am<br /><br />I don't have a ready example that I can send you, but I'll take some time to create a multi-edit version of TempHire, since I brought it up on the video.]]>
   </description>
   <pubDate>Mon, 09 Apr 2012 10:39:08 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13254#13254</guid>
  </item> 
  <item>
   <title>Multiple active views : We currently are using PRISM for...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13251#13251</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=764" rel="nofollow">mikedfox</a><br /><strong>Subject:</strong> 3380<br /><strong>Posted:</strong> 09-Apr-2012 at 7:30am<br /><br />We currently are using PRISM for development, but it is more complicated that I'd like, so I'm very interested in the cocktail project.<DIV>&nbsp;</DIV><DIV>One feature that makes PRISM so useful is the view/region management. In the TempHire video it was mentioned that it would be&nbsp;easy to implement multiple objects being editted at once, via a tab interface for example. However, other than with PRISM, I have never found that to be an easy thing to manage. Do you have any examples of using cocktail in a multi edit way, or any other kind of more complicated view composition?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 09 Apr 2012 07:30:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3380&amp;PID=13251#13251</guid>
  </item> 
 </channel>
</rss>