<?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 : [SOLVED] DotNetTabWorkspace instead of DeckWorkspace</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : [SOLVED] DotNetTabWorkspace instead of DeckWorkspace</description>
  <pubDate>Thu, 11 Jun 2026 12:29:56 -700</pubDate>
  <lastBuildDate>Thu, 20 Dec 2007 14:02:31 -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=627</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>[SOLVED] DotNetTabWorkspace instead of DeckWorkspace : Good solution. You&amp;#039;ve basically...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=627&amp;PID=2275#2275</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 627<br /><strong>Posted:</strong> 20-Dec-2007 at 2:02pm<br /><br /><P>Good solution.</P><DIV>You've basically reproduced our solution.&nbsp; If you look in</DIV><DIV>&nbsp;</DIV><DIV>Source-&gt;Infrastructure-&gt;(yourapp).Foundation\Views\Layout</DIV><DIV>&nbsp;</DIV><DIV>and select Show All Files (in the Solution Explorer), you'll see there is a TabbedShellLayoutView that is present, but not included in the project.&nbsp; </DIV><DIV>Just include it in the project and register it in ViewFactoryService as you did your own view.</DIV><DIV>&nbsp;</DIV><DIV>It's basically the same as your solution.&nbsp; Note that it doesn't provide for linkage back to the nav bar list when a tab is selected.</DIV><DIV>&nbsp;</DIV><DIV>Sorry I didn't get this to you sooner.</DIV><DIV>&nbsp;</DIV><DIV>Bill J.</DIV>]]>
   </description>
   <pubDate>Thu, 20 Dec 2007 14:02:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=627&amp;PID=2275#2275</guid>
  </item> 
  <item>
   <title>[SOLVED] DotNetTabWorkspace instead of DeckWorkspace : Solved.1. Copy DotNetShellLayoutView.cs...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=627&amp;PID=2272#2272</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=201" rel="nofollow">vecs</a><br /><strong>Subject:</strong> 627<br /><strong>Posted:</strong> 20-Dec-2007 at 3:36am<br /><br />Solved.<br>1. Copy DotNetShellLayoutView.cs from IdeaBlade.Cab.DotNet project to your Foundation project (\Views\Layout folder).<br>2. Rename file to TabbedDotNetShellLayoutView.cs and rename (refactor) its class to TabbedDotNetShellLayoutView.<br>3. Open TabbedDotNetShellLayoutView in designer and delete DeckWorkspace. Then Put DotNetTabWorkspace in place of deleted DeckWorkspace and set its name as mShellContentWorkspace.<br>4. Open your FoundationModule and modify this method:<br><br><table width="99%"><tr><td><pre class="BBcode"><font color="#0000ff">private static</font> <font color="#009999">IViewFactoryService </font>GetViewFactoryService(<font color="#009999">ServiceCollection </font>pServices) {<br>&nbsp; <font color="#009999">IViewFactoryService </font>viewFactory = pServices.Get&lt;<font color="#009999">IViewFactoryService</font>&gt;();<br><font color="#006600">&nbsp;</font><font color="#006600"> //here was the original IdeaBlade CAB commented template for this:<br></font>&nbsp; viewFactory.UnregisterViewType(<font color="#009999">ViewNames</font>.ShellLayout);<br>&nbsp; viewFactory.RegisterViewType&lt;Views.Layout.<font color="#009999">TabbedDotNetShellLayoutView</font>&gt;(<font color="#009999">ViewNames</font>.ShellLayout);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; <font color="#0000ff">return </font>viewFactory;<br>}</pre></td></tr></table><br><br>That is all.<br><br><img src="uploads/20071220_063311_dotnettabbed.png" border="0" /><br><br><br>]]>
   </description>
   <pubDate>Thu, 20 Dec 2007 03:36:52 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=627&amp;PID=2272#2272</guid>
  </item> 
  <item>
   <title>[SOLVED] DotNetTabWorkspace instead of DeckWorkspace :  Please, suggest a way to build...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=627&amp;PID=2266#2266</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=201" rel="nofollow">vecs</a><br /><strong>Subject:</strong> 627<br /><strong>Posted:</strong> 19-Dec-2007 at 12:23am<br /><br />Please, suggest a way to build shell with DotNetTabWorkspace instead of DeckWorkspace. I mean workspace treated as "ShellContentWorkspace".<br><span style="font-size:10px"><br /><br />Edited by vecs - 20-Dec-2007 at 3:37am</span>]]>
   </description>
   <pubDate>Wed, 19 Dec 2007 00:23:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=627&amp;PID=2266#2266</guid>
  </item> 
 </channel>
</rss>