<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Silverlight 5 Multi-Window Controls</title><link>http://slmultiwindow.codeplex.com/project/feeds/rss</link><description>Multi-window aware versions of key Silverlight toolkit controls including ChildWindow and ContextMenu for building desktop applications using Silverlight 5.</description><item><title>Updated Wiki: Home</title><link>https://slmultiwindow.codeplex.com/wikipage?version=16</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Multi-window aware versions of key Silverlight toolkit controls including ChildWindow and ContextMenu for building desktop applications using Silverlight 5.&lt;br /&gt;Available as a &lt;a href="http://nuget.org/packages/slmultiwindow/"&gt;Nuget package&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Right click the sample application below to install it on your desktop and try the multi-window controls:&lt;br /&gt;&lt;br /&gt;&lt;object data="data:application/x-silverlight-2," type="application/x-silverlight-2" style="height:256px;width:512px;"&gt;&lt;param name="source" value="http://trelford.com/Silverlight.MultiWindow.Sample.March.2012.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;param name="initParams" value="type=application/x-silverlight-2"&gt;&lt;/param&gt;&lt;param name="minRuntimeVersion" value="5.0.61118.0"&gt;&lt;/param&gt;&lt;param name="autoUpgrade" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=149156&amp;v=5.0.61118.0" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;Showing a ChildWindow in a non-main/secondary window:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
    &lt;span style="color:Blue;"&gt;var&lt;/span&gt; child = &lt;span style="color:Blue;"&gt;new&lt;/span&gt; ChildWindow { Title = &lt;span style="color:#A31515;"&gt;&amp;quot;Child Window&amp;quot;&lt;/span&gt; };
    child.SetWindow(Window.GetWindow(&lt;span style="color:Blue;"&gt;this&lt;/span&gt;));
    child.Show();
&lt;/pre&gt;&lt;/div&gt;Adding a web style (constrained to parent window) ContextMenu:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    &amp;lt;TextBlock Text=&amp;quot;Right click on me to show the context menu&amp;quot;&amp;gt;
            &amp;lt;multiwindow:ContextMenuService.ContextMenu&amp;gt;
                &amp;lt;multiwindow:ContextMenu&amp;gt;
                    &amp;lt;multiwindow:MenuItem Header=&amp;quot;Menu Item&amp;quot;/&amp;gt;
                &amp;lt;/multiwindow:ContextMenu&amp;gt;
            &amp;lt;/multiwindow:ContextMenuService.ContextMenu&amp;gt;
    &amp;lt;/TextBlock&amp;gt;
&lt;/pre&gt;&lt;br /&gt;Adding a desktop style (can show outside of parent window) ContextMenuWindow:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    &amp;lt;TextBlock Text=&amp;quot;Right click on me to show the context menu&amp;quot;&amp;gt;
            &amp;lt;multiwindow:ContextMenuService.ContextMenu&amp;gt;
                &amp;lt;multiwindow:ContextMenuWindow&amp;gt;
                    &amp;lt;multiwindow:MenuItem Header=&amp;quot;Menu Item&amp;quot;/&amp;gt;
                &amp;lt;/multiwindow:ContextMenuWindow&amp;gt;
            &amp;lt;/multiwindow:ContextMenuService.ContextMenu&amp;gt;
    &amp;lt;/TextBlock&amp;gt;
&lt;/pre&gt;&lt;br /&gt;In desktop mode the window can pop outside of the parent window.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://trelford.com/ContextMenu_SL5_Native.png" /&gt;&lt;br /&gt;&lt;br /&gt;Showing a native popup:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
    &lt;span style="color:Blue;"&gt;new&lt;/span&gt; PopupWindow
    {
        Width = 160,
        Height = 160,
        HorizontalOffset = 0,
        VerticalOffset = 0,
        Child = &lt;span style="color:Blue;"&gt;new&lt;/span&gt; TextBlock { Text = &lt;span style="color:#A31515;"&gt;&amp;quot;Hello world&amp;quot;&lt;/span&gt; },
        PlacementTarget = element,
        Placement = PlacementMode.Right,
        StaysOpen = &lt;span style="color:Blue;"&gt;false&lt;/span&gt;,
        IsOpen = &lt;span style="color:Blue;"&gt;true&lt;/span&gt;
    };
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Showing a modal dialog:&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
    modalWindow.ShowDialog();
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ptrelford</author><pubDate>Tue, 14 May 2013 06:52:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130514065246A</guid></item><item><title>New Post: Does this work on a Mac?</title><link>http://slmultiwindow.codeplex.com/discussions/432731</link><description>&lt;div style="line-height: normal;"&gt;I have not tested this project on Mac as I neither own a Mac or have access to one. If you find issues with Mac and are able to fix the source then feel free to contribute the fixes back to the project.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Phil&lt;br /&gt;
&lt;/div&gt;</description><author>ptrelford</author><pubDate>Mon, 11 Feb 2013 19:10:21 GMT</pubDate><guid isPermaLink="false">New Post: Does this work on a Mac? 20130211071021P</guid></item><item><title>New Post: Does this work on a Mac?</title><link>http://slmultiwindow.codeplex.com/discussions/432731</link><description>&lt;div style="line-height: normal;"&gt;I am using a new window as a modal window.  It works as expected on Win7 -- main window is disabled, new window can be move separately from main window, etc.&lt;br /&gt;
When I ran the app on a Mac, the animation I use to display the new window was run (the main window's opacity is changed to make it appear disabled), but the child window did not appear, and the main window was not actually disabled.&lt;br /&gt;
&lt;br /&gt;
If this package does not work on Mac, does anyone have an idea for what might?&lt;br /&gt;
Thanks --&lt;br /&gt;
&lt;/div&gt;</description><author>ccbVT</author><pubDate>Mon, 11 Feb 2013 17:13:22 GMT</pubDate><guid isPermaLink="false">New Post: Does this work on a Mac? 20130211051322P</guid></item><item><title>New Post: Controlling modal window's background / opacity?</title><link>http://slmultiwindow.codeplex.com/discussions/431765</link><description>&lt;div style="line-height: normal;"&gt;P/Invoke will only work on Windows in an Out-of-Browser (OOB) application with Elevated Trust. You can however detect the runtime environment before calling.&lt;br /&gt;
&lt;br /&gt;
P.S. There is a known issue in WPF (and Silverlight) related to &amp;quot;the containing window appears as solid white as soon as ShowDialog() is called&amp;quot;:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://social.msdn.microsoft.com/Forums/en/wpf/thread/bdb414fe-9abb-408c-8935-486e1795755b" rel="nofollow"&gt;WPF Window with black background flashes white when first shown&lt;/a&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
One way to work around this is to load the content of the window before you show it.&lt;br /&gt;
&lt;/div&gt;</description><author>ptrelford</author><pubDate>Thu, 07 Feb 2013 07:07:36 GMT</pubDate><guid isPermaLink="false">New Post: Controlling modal window's background / opacity? 20130207070736A</guid></item><item><title>New Post: Controlling modal window's background / opacity?</title><link>http://slmultiwindow.codeplex.com/discussions/431765</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;ptrelford wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
It is possible to set a window's background color and/or opacity using P/Invoke, see &lt;a href="http://trelford.com/blog/post/AgSpackle.aspx" rel="nofollow"&gt;Silverlight 5 Native Windows P/Invoke&lt;/a&gt; for more details.&lt;br /&gt;
&lt;/blockquote&gt;
Very helpful, thanks.&lt;br /&gt;
My app has to run on the Mac, as well; will this technique work on the Mac?&lt;br /&gt;
&lt;/div&gt;</description><author>ccbVT</author><pubDate>Wed, 06 Feb 2013 22:28:56 GMT</pubDate><guid isPermaLink="false">New Post: Controlling modal window's background / opacity? 20130206102856P</guid></item><item><title>New Post: How to make Modal Windows borderless?</title><link>http://slmultiwindow.codeplex.com/discussions/431762</link><description>&lt;div style="line-height: normal;"&gt;3) How does the modal child window communicate with its parent (reporting a user's selection, for example)?&lt;br /&gt;
&lt;br /&gt;
The child window's DataContex can be used to communicate values with the parent.&lt;br /&gt;
&lt;/div&gt;</description><author>ptrelford</author><pubDate>Wed, 06 Feb 2013 21:12:18 GMT</pubDate><guid isPermaLink="false">New Post: How to make Modal Windows borderless? 20130206091218P</guid></item><item><title>New Post: Controlling modal window's background / opacity?</title><link>http://slmultiwindow.codeplex.com/discussions/431765</link><description>&lt;div style="line-height: normal;"&gt;It is possible to set a window's background color and/or opacity using P/Invoke, see &lt;a href="http://trelford.com/blog/post/AgSpackle.aspx" rel="nofollow"&gt;Silverlight 5 Native Windows P/Invoke&lt;/a&gt; for more details.&lt;br /&gt;
&lt;/div&gt;</description><author>ptrelford</author><pubDate>Wed, 06 Feb 2013 21:00:22 GMT</pubDate><guid isPermaLink="false">New Post: Controlling modal window's background / opacity? 20130206090022P</guid></item><item><title>New Post: Controlling modal window's background / opacity?</title><link>http://slmultiwindow.codeplex.com/discussions/431765</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Is it possible to control a modal window's background color or opacity?&lt;br /&gt;
I can animate the content's appearance and disappearance, but the containing window appears as solid white as soon as ShowDialog() is called.&lt;/p&gt;
&lt;p&gt;I suspect this is a limitation of the Window class...&lt;/p&gt;
&lt;/div&gt;</description><author>ccbVT</author><pubDate>Sat, 02 Feb 2013 19:28:09 GMT</pubDate><guid isPermaLink="false">New Post: Controlling modal window's background / opacity? 20130202072809P</guid></item><item><title>New Post: How to make Modal Windows borderless?</title><link>http://slmultiwindow.codeplex.com/discussions/431762</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;br /&gt;
This looks very useful -- having a model window that is not constrained to the parent's border.&lt;br /&gt;
I get an 'OutOfRange' exception when trying to set the window style.&lt;br /&gt;
                    win = new Window();&lt;br /&gt;
                    win.Content = c;&lt;br /&gt;
                    win.WindowStyle = WindowStyle.BorderlessRoundCornersWindow;&lt;br /&gt;
Three questions:&lt;br /&gt;
1) How to change the style of the Window to borderless?&lt;br /&gt;
2) How would the content tell the modal parent to close itself?&lt;br /&gt;
3) How does the modal child window communicate with its parent (reporting  a user's selection, for example)?&lt;/p&gt;
&lt;p&gt;Thanks for any help with this....&lt;/p&gt;
&lt;/div&gt;</description><author>ccbVT</author><pubDate>Sat, 02 Feb 2013 18:31:16 GMT</pubDate><guid isPermaLink="false">New Post: How to make Modal Windows borderless? 20130202063116P</guid></item><item><title>Updated Wiki: Home</title><link>http://slmultiwindow.codeplex.com/wikipage?version=15</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Multi-window aware versions of key Silverlight toolkit controls including ChildWindow and ContextMenu. Also available via Nuget.&lt;br /&gt;&lt;br /&gt;Right click the sample application below to install it on your desktop and try the multi-window controls:&lt;br /&gt;&lt;br /&gt;&lt;object data="data:application/x-silverlight-2," type="application/x-silverlight-2" style="height:256px;width:512px;"&gt;&lt;param name="source" value="http://trelford.com/Silverlight.MultiWindow.Sample.March.2012.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;param name="initParams" value="type=application/x-silverlight-2"&gt;&lt;/param&gt;&lt;param name="minRuntimeVersion" value="5.0.61118.0"&gt;&lt;/param&gt;&lt;param name="autoUpgrade" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=149156&amp;v=5.0.61118.0" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;Showing a ChildWindow in a non-main/secondary window:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
    &lt;span style="color:Blue;"&gt;var&lt;/span&gt; child = &lt;span style="color:Blue;"&gt;new&lt;/span&gt; ChildWindow { Title = &lt;span style="color:#A31515;"&gt;&amp;quot;Child Window&amp;quot;&lt;/span&gt; };
    child.SetWindow(Window.GetWindow(&lt;span style="color:Blue;"&gt;this&lt;/span&gt;));
    child.Show();
&lt;/pre&gt;&lt;/div&gt;Adding a web style (constrained to parent window) ContextMenu:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    &amp;lt;TextBlock Text=&amp;quot;Right click on me to show the context menu&amp;quot;&amp;gt;
            &amp;lt;multiwindow:ContextMenuService.ContextMenu&amp;gt;
                &amp;lt;multiwindow:ContextMenu&amp;gt;
                    &amp;lt;multiwindow:MenuItem Header=&amp;quot;Menu Item&amp;quot;/&amp;gt;
                &amp;lt;/multiwindow:ContextMenu&amp;gt;
            &amp;lt;/multiwindow:ContextMenuService.ContextMenu&amp;gt;
    &amp;lt;/TextBlock&amp;gt;
&lt;/pre&gt;&lt;br /&gt;Adding a desktop style (can show outside of parent window) ContextMenuWindow:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    &amp;lt;TextBlock Text=&amp;quot;Right click on me to show the context menu&amp;quot;&amp;gt;
            &amp;lt;multiwindow:ContextMenuService.ContextMenu&amp;gt;
                &amp;lt;multiwindow:ContextMenuWindow&amp;gt;
                    &amp;lt;multiwindow:MenuItem Header=&amp;quot;Menu Item&amp;quot;/&amp;gt;
                &amp;lt;/multiwindow:ContextMenuWindow&amp;gt;
            &amp;lt;/multiwindow:ContextMenuService.ContextMenu&amp;gt;
    &amp;lt;/TextBlock&amp;gt;
&lt;/pre&gt;&lt;br /&gt;In desktop mode the window can pop outside of the parent window.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://trelford.com/ContextMenu_SL5_Native.png" /&gt;&lt;br /&gt;&lt;br /&gt;Showing a native popup:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
    &lt;span style="color:Blue;"&gt;new&lt;/span&gt; PopupWindow
    {
        Width = 160,
        Height = 160,
        HorizontalOffset = 0,
        VerticalOffset = 0,
        Child = &lt;span style="color:Blue;"&gt;new&lt;/span&gt; TextBlock { Text = &lt;span style="color:#A31515;"&gt;&amp;quot;Hello world&amp;quot;&lt;/span&gt; },
        PlacementTarget = element,
        Placement = PlacementMode.Right,
        StaysOpen = &lt;span style="color:Blue;"&gt;false&lt;/span&gt;,
        IsOpen = &lt;span style="color:Blue;"&gt;true&lt;/span&gt;
    };
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Showing a modal dialog:&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
    modalWindow.ShowDialog();
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ptrelford</author><pubDate>Tue, 28 Aug 2012 07:10:31 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120828071031A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://slmultiwindow.codeplex.com/documentation?version=19</link><description>&lt;div class="wikidoc"&gt;The current implementations of the &lt;a href="http://msdn.microsoft.com/en-us/library/system.windows.controls.childwindow(v=vs.95).aspx"&gt;ChildWindow&lt;/a&gt; control in the Silverlight 5 runtime and the &lt;a href="http://silverlight.codeplex.com/releases/view/78435"&gt;ContextMenu&lt;/a&gt; control in the Silverlight 5 Toolkit do not work on external windows. &lt;br /&gt;This project provides multi-window capable versions of the ChildWindow and ContextMenu controls based on the Silverlight Toolkit implementations.&lt;br /&gt;&lt;br /&gt;Articles:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.trelford.com/blog/post/sl5multiwindow.aspx"&gt;Silverlight 5: Multiple Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://uhttp://www.trelford.com/blog/post/SL5Child.aspx"&gt;Silverlight 5’s ChildWindow in Multiple Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.trelford.com/blog/post/SL5ContextMenu.aspx"&gt;Silverlight 5 Toolkit’s ContextMenu in Multiple Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.trelford.com/blog/post/SLContextMenuScroll.aspx"&gt;Silverlight Context Menu Scrolling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://trelford.com/blog/post/Pop.aspx"&gt;Silverlight 5 Native Popup Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://trelford.com/blog/post/Modal.aspx"&gt;Silverlight 5 Native Modal Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://trelford.com/blog/post/AgSpackle.aspx"&gt;Silverlight 5 Native Windows P/Invoke&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://trelford.com/blog/post/Blackhole.aspx"&gt;Reporting Bugs to Microsoft&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Silverlight Toolkit issues:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://silverlight.codeplex.com/workitem/10424"&gt;Silverlight 5 Toolkit source code not checked in&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://silverlight.codeplex.com/workitem/10170"&gt;ContextMenu of New Window always pops up in Main Window&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;MSConnect issues:
&lt;ul&gt;&lt;li&gt;&lt;a href="https://connect.microsoft.com/VisualStudio/feedback/details/718000/childwindow-not-displaying-in-system-window"&gt;ChildWindow not displaying in System Window&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://connect.microsoft.com/VisualStudio/feedback/details/670096/silverlight5-out-of-browser-contextmenu-is-only-shown-in-mainwindow"&gt;Silverlight5 out-of-browser: ContextMenu is only shown in MainWindow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://connect.microsoft.com/VisualStudio/feedback/details/717012/tooltips-offsset-depends-on-mainwindow"&gt;Tooltip&amp;#39;s offsset depends on MainWindow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://connect.microsoft.com/VisualStudio/feedback/details/718460/borderless-silverlight-out-of-browser-app-maximize-on-second-monitor-issue"&gt;Borderless Silverlight Out Of Browser App - Maximize on Second Monitor Issue&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://connect.microsoft.com/VisualStudio/feedback/details/719317/silverlight-5-error-1001-font-filename-issue"&gt;Silverlight 5 Error 1001 - Font Filename Issue&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://connect.microsoft.com/VisualStudio/feedback/details/719572"&gt;Silverlight throws AccessViolationException&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://connect.microsoft.com/VisualStudio/feedback/details/721975"&gt;Silverlight 5 MouseEventArgs.GetPosition does not respect Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://connect.microsoft.com/VisualStudio/feedback/details/757631/silverlight-5-responsiveness-degrades-after-multiple-windows-are-opened"&gt;Silverlight 5 Responsiveness Degrades After Multiple Windows Are Opened&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://connect.microsoft.com/VisualStudio/feedback/details/757744/silverlight-5-window-content-disappears-after-unlocking-screen"&gt;Silverlight 5 Window Content Disappears After Unlocking Screen&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://connect.microsoft.com/VisualStudio/feedback/details/758060/silverlight-5-control-updates-are-not-visible-when-screen-is-unlocked"&gt;Silverlight 5 Control Updates Are Not Visible When Screen Is Unlocked&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Silverlight Forums issues:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://forums.silverlight.net/t/247342.aspx/1?Silverlight+5+Out+of+Browser+Child+Window+in+a+non+main+window"&gt;Silverlight 5 Out-of-Browser - Child Window in a non-main window&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://forums.silverlight.net/t/250807.aspx/1?Silverlight+5+NotificationWindow+captures+mainwindow+mouse"&gt;Silverlight 5 NotificationWindow captures mainwindow mouse&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;ChildWindow customization:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.microsoft.co.il/blogs/alex_golesh/archive/2009/09/24/silverlight-quick-tip-childwindow-title-customization.aspx"&gt;Silverlight Quick Tip: ChildWindow Title Customization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://forums.silverlight.net/p/147967/329580.aspx#329580"&gt;Remove Child window zoom In/out Animation&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;General Silverlight 5 Multi-Window support:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://10rem.net/blog/2011/04/13/silverlight-5-working-with-operating-system-windows"&gt;Silverlight 5: Working with Operating System Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2011/04/18/silverlight-5-beta-rough-notes-multiple-window-support.aspx"&gt;Silverlight 5 Beta Rough Notes–Multiple Window Support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.pitorque.de/MisterGoodcat/post/Silverlight-5-Tidbits-Multiple-Windows.aspx"&gt;Silverlight 5 Tidbits–Multiple Windows&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Misc:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.jeffblankenburg.com/2009/07/05/day-5-silverlight-drag-and-drop/"&gt;Day #5: Silverlight Drag and Drop&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://floatablewindow.codeplex.com/"&gt;Silverlight FloatableWindow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://jevgenijpankov.heliocode.com/articles/FloatingWindow.aspx"&gt;FloatingWindow — multi-windows interface for Silverlight and WPF&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://silverlightdragdrop.codeplex.com/"&gt;Silverlight Drag Drop Manager&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://lucaui.codeplex.com/"&gt;LUCA UI for Silverlight&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://slmenu.codeplex.com/"&gt;Silverlight Menu Control&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sl4popupmenu.codeplex.com/"&gt;Menu and Context Menu for Silverlight 4.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/b/delay/archive/2010/04/15/alive-and-kickin-new-silverlight-4-toolkit-released-with-today-s-silverlight-4-rtw.aspx"&gt;Alive and kickin&amp;#39; (New Silverlight 4 Toolkit released with today&amp;#39;s Silverlight 4 RTW!)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ptrelford</author><pubDate>Tue, 28 Aug 2012 07:03:29 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120828070329A</guid></item><item><title>Created Release: August 2012 (Aug 28, 2012)</title><link>http://slmultiwindow.codeplex.com/releases?ReleaseId=93491</link><description>&lt;div class="wikidoc"&gt;New ShowDialog extension method on Window.&lt;br /&gt;New PopupWindow class native popup window functionality.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ptrelford</author><pubDate>Tue, 28 Aug 2012 06:42:44 GMT</pubDate><guid isPermaLink="false">Created Release: August 2012 (Aug 28, 2012) 20120828064244A</guid></item><item><title>Released: August 2012 (Aug 28, 2012)</title><link>http://slmultiwindow.codeplex.com/releases/view/93491</link><description>
&lt;div class="wikidoc"&gt;New ShowDialog extension method on Window.&lt;br&gt;
New PopupWindow class native popup window functionality.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Tue, 28 Aug 2012 06:42:43 GMT</pubDate><guid isPermaLink="false">Released: August 2012 (Aug 28, 2012) 20120828064243A</guid></item><item><title>Source code checked in, #2b9afdef6b3e</title><link>http://slmultiwindow.codeplex.com/SourceControl/changeset/changes/2b9afdef6b3e</link><description>Updated Nuget version &amp;#38; release notes</description><author>ptrelford</author><pubDate>Tue, 28 Aug 2012 06:29:02 GMT</pubDate><guid isPermaLink="false">Source code checked in, #2b9afdef6b3e 20120828062902A</guid></item><item><title>Source code checked in, #0ad90a054ada</title><link>http://slmultiwindow.codeplex.com/SourceControl/changeset/changes/0ad90a054ada</link><description>Commented ShowDialog method &amp;#38; deprecated experimental ShowModal method</description><author>ptrelford</author><pubDate>Tue, 28 Aug 2012 06:17:57 GMT</pubDate><guid isPermaLink="false">Source code checked in, #0ad90a054ada 20120828061757A</guid></item><item><title>Source code checked in, #a4f4d49b96ef</title><link>http://slmultiwindow.codeplex.com/SourceControl/changeset/changes/a4f4d49b96ef</link><description>Popup placement now checks top &amp;#38; left of display</description><author>ptrelford</author><pubDate>Tue, 28 Aug 2012 06:15:47 GMT</pubDate><guid isPermaLink="false">Source code checked in, #a4f4d49b96ef 20120828061547A</guid></item><item><title>Source code checked in, #b016674f2989</title><link>http://slmultiwindow.codeplex.com/SourceControl/changeset/changes/b016674f2989</link><description>Merge</description><author>ptrelford</author><pubDate>Thu, 16 Aug 2012 21:25:46 GMT</pubDate><guid isPermaLink="false">Source code checked in, #b016674f2989 20120816092546P</guid></item><item><title>Source code checked in, #07d89952a270</title><link>http://slmultiwindow.codeplex.com/SourceControl/changeset/changes/07d89952a270</link><description>Added ShowModal extension method for Window class that disables owner Window</description><author>ptrelford</author><pubDate>Thu, 16 Aug 2012 21:23:46 GMT</pubDate><guid isPermaLink="false">Source code checked in, #07d89952a270 20120816092346P</guid></item><item><title>Source code checked in, #edd25f834508</title><link>http://slmultiwindow.codeplex.com/SourceControl/changeset/changes/edd25f834508</link><description>Merge</description><author>phillipt</author><pubDate>Tue, 31 Jul 2012 10:33:54 GMT</pubDate><guid isPermaLink="false">Source code checked in, #edd25f834508 20120731103354A</guid></item><item><title>Source code checked in, #4816f00391e0</title><link>http://slmultiwindow.codeplex.com/SourceControl/changeset/changes/4816f00391e0</link><description>Handle context menu size change while visible</description><author>phillipt</author><pubDate>Tue, 31 Jul 2012 10:32:13 GMT</pubDate><guid isPermaLink="false">Source code checked in, #4816f00391e0 20120731103213A</guid></item></channel></rss>