<?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 : Maximizing the smartpart window inside a CAB ModalWorkSpace</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Maximizing the smartpart window inside a CAB ModalWorkSpace</description>
  <pubDate>Mon, 13 Apr 2026 18:05:14 -700</pubDate>
  <lastBuildDate>Wed, 26 Dec 2007 17:01:04 -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=610</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>Maximizing the smartpart window inside a CAB ModalWorkSpace : Ok thanks for this. Bill. :) </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=610&amp;PID=2295#2295</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=156" rel="nofollow">mykel</a><br /><strong>Subject:</strong> 610<br /><strong>Posted:</strong> 26-Dec-2007 at 5:01pm<br /><br />Ok thanks for this. Bill. :)]]>
   </description>
   <pubDate>Wed, 26 Dec 2007 17:01:04 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=610&amp;PID=2295#2295</guid>
  </item> 
  <item>
   <title>Maximizing the smartpart window inside a CAB ModalWorkSpace : It appears you are using a SummaryDetail...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=610&amp;PID=2293#2293</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> 610<br /><strong>Posted:</strong> 26-Dec-2007 at 1:17pm<br /><br /><P>It appears you are using a SummaryDetail page in the modal window workspace.</P><DIV></DIV><DIV></DIV>I got the same result as you did.&nbsp; The SearchSummaryDetailPage seems to work OK, though, and I found that on construction, the dock style for that page is set to Fill.<DIV>&nbsp;</DIV><DIV>Apparently, the WindowWorkspace doesn't set the dock style of the smart part it displays.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Try this:</DIV><DIV>&nbsp;</DIV><DIV>In your page controller, override CreateViews():</DIV><DIV>&nbsp;</DIV><FONT size=2><P></FONT><FONT color=#0000ff size=2>protected</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>override</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> CreateViews()</P><P>{</P><P></FONT><FONT color=#0000ff size=2>base</FONT><FONT size=2>.CreateViews();</P><P>((</FONT><FONT color=#008080 size=2>Control</FONT><FONT size=2>)</FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>.MainView).Dock = </FONT><FONT color=#008080 size=2>DockStyle</FONT><FONT size=2>.Fill;</P><P>}</P><DIV></DIV><DIV>It's a hack, but it gets the job done.</DIV><DIV>&nbsp;</DIV><DIV>Bill J.</FONT></DIV>]]>
   </description>
   <pubDate>Wed, 26 Dec 2007 13:17:57 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=610&amp;PID=2293#2293</guid>
  </item> 
  <item>
   <title>Maximizing the smartpart window inside a CAB ModalWorkSpace : Just try to make this post alive...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=610&amp;PID=2262#2262</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=156" rel="nofollow">mykel</a><br /><strong>Subject:</strong> 610<br /><strong>Posted:</strong> 18-Dec-2007 at 6:53pm<br /><br />Just try to make this post alive :)]]>
   </description>
   <pubDate>Tue, 18 Dec 2007 18:53:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=610&amp;PID=2262#2262</guid>
  </item> 
  <item>
   <title>Maximizing the smartpart window inside a CAB ModalWorkSpace : Hello,  I am trying to show...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=610&amp;PID=2209#2209</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=156" rel="nofollow">mykel</a><br /><strong>Subject:</strong> 610<br /><strong>Posted:</strong> 13-Dec-2007 at 10:44pm<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I am trying to show a specific form using the ModalWorkspace thrucode below: <FONT color=#2b91af size=2></DIV><P>SamplePageController</FONT><FONT size=2>.ShowPage(WorkItem, </FONT><FONT color=#2b91af size=2>"Page Name"</FONT><FONT size=2>, WorkItem.Workspaces&#091;GSC.Standard.Infrastructure.Interface.</FONT><FONT color=#2b91af size=2>WorkspaceNames</FONT><FONT size=2>.ModalWindows&#093;);</P><DIV></DIV><P>And when doing this, I was able to show the said form modally but the smartpartinfo Form inside is not maximized in the CAB Modal Window.</P><DIV></DIV><DIV></DIV><a href="http://www.ideablade.com/forum/uploads/20071214_014241_&#070;ormModalScreen.zip" target="_blank">uploads/20071214_014241_FormModalScreen.zip<DIV>&nbsp;</DIV><DIV></A><DIV></DIV><DIV></DIV>Help! </DIV></FONT>]]>
   </description>
   <pubDate>Thu, 13 Dec 2007 22:44:15 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=610&amp;PID=2209#2209</guid>
  </item> 
 </channel>
</rss>