<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>wpfcontrib Work Item Rss Feed</title><link>http://www.codeplex.com/wpfcontrib/WorkItem/List.aspx</link><description>wpfcontrib Work Item Rss Description</description><item><title>Closed Issue: Keyboard support in TaskDialog</title><link>http://wpfcontrib.codeplex.com/WorkItem/View.aspx?WorkItemId=5611</link><description>TaskDialog has no support for keyboard shortcuts.&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>aelij</author><pubDate>Tue, 14 Jul 2009 07:35:31 GMT</pubDate><guid isPermaLink="false">Closed Issue: Keyboard support in TaskDialog 20090714073531A</guid></item><item><title>Closed Issue: Support binding for XAML in NotifyIcon ContextMenu</title><link>http://wpfcontrib.codeplex.com/WorkItem/View.aspx?WorkItemId=7238</link><description>------------------------------------------------------------------------------------------------------------&lt;br /&gt;Not working code &amp;#40;binding in xaml&amp;#41;&amp;#58;&lt;br /&gt;------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;  &amp;#60;av&amp;#58;NotifyIcon Icon&amp;#61;&amp;#34;my.ico&amp;#34; Text&amp;#61;&amp;#34;NotifyIcon Demo&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;FrameworkElement.ContextMenu&amp;#62;&lt;br /&gt;      &amp;#60;ContextMenu x&amp;#58;Name&amp;#61;&amp;#34;menu&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;MenuItem Header&amp;#61;&amp;#34;Open&amp;#34; Command&amp;#61;&amp;#34;&amp;#123;Binding OpenCommand&amp;#125;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;MenuItem Header&amp;#61;&amp;#34;E_xit&amp;#34; Command&amp;#61;&amp;#34;&amp;#123;Binding CloseCommand&amp;#125;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;ContextMenu&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;FrameworkElement.ContextMenu&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;av&amp;#58;NotifyIcon&amp;#62;&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------------------------------------------------------&lt;br /&gt;Workarround&amp;#58; &amp;#40;updates framework element context menu data context&amp;#41;&lt;br /&gt;------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;  public NotifyIcon &amp;#123;&lt;br /&gt;    ...&lt;br /&gt;    this.DataContextChanged &amp;#43;&amp;#61; new DependencyPropertyChangedEventHandler&amp;#40;OnDataContextChanged&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#125;&lt;br /&gt;&lt;br /&gt;  &amp;#35;region private void OnDataContextChanged&amp;#40;object sender, DependencyPropertyChangedEventArgs e&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;summary&amp;#62;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; Called when data context changed to update framework element context menu data context.&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;summary&amp;#62;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;param name&amp;#61;&amp;#34;sender&amp;#34;&amp;#62;The sender.&amp;#60;&amp;#47;param&amp;#62;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;param name&amp;#61;&amp;#34;e&amp;#34;&amp;#62;The &amp;#60;see cref&amp;#61;&amp;#34;System.Windows.DependencyPropertyChangedEventArgs&amp;#34;&amp;#47;&amp;#62; instance containing the event data.&amp;#60;&amp;#47;param&amp;#62;&lt;br /&gt;  private void OnDataContextChanged&amp;#40;object sender, DependencyPropertyChangedEventArgs e&amp;#41; &amp;#123;&lt;br /&gt;    if&amp;#40;FrameworkElement.ContextMenuProperty &amp;#33;&amp;#61; null&amp;#41; &amp;#123;&lt;br /&gt;      var menu &amp;#61; GetValue&amp;#40;FrameworkElement.ContextMenuProperty&amp;#41; as ContextMenu&amp;#59;&lt;br /&gt;      if&amp;#40;menu &amp;#33;&amp;#61; null&amp;#41; &amp;#123;&lt;br /&gt;        menu.DataContext &amp;#61; e.NewValue&amp;#59;&lt;br /&gt;      &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;  &amp;#125;&lt;br /&gt;  &amp;#35;endregion&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>aelij</author><pubDate>Tue, 14 Jul 2009 07:35:01 GMT</pubDate><guid isPermaLink="false">Closed Issue: Support binding for XAML in NotifyIcon ContextMenu 20090714073501A</guid></item><item><title>Closed Issue: Support binding for XAML in NotifyIcon ContextMenu</title><link>http://wpfcontrib.codeplex.com/WorkItem/View.aspx?WorkItemId=7237</link><description>------------------------------------------------------------------------------------------------------------&lt;br /&gt;Not working code &amp;#40;binding in xaml&amp;#41;&amp;#58;&lt;br /&gt;------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;  &amp;#60;av&amp;#58;NotifyIcon Icon&amp;#61;&amp;#34;my.ico&amp;#34; Text&amp;#61;&amp;#34;NotifyIcon Demo&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;FrameworkElement.ContextMenu&amp;#62;&lt;br /&gt;      &amp;#60;ContextMenu x&amp;#58;Name&amp;#61;&amp;#34;menu&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;MenuItem Header&amp;#61;&amp;#34;Open&amp;#34; Command&amp;#61;&amp;#34;&amp;#123;Binding OpenCommand&amp;#125;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;MenuItem Header&amp;#61;&amp;#34;E_xit&amp;#34; Command&amp;#61;&amp;#34;&amp;#123;Binding CloseCommand&amp;#125;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;ContextMenu&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;FrameworkElement.ContextMenu&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;av&amp;#58;NotifyIcon&amp;#62;&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------------------------------------------------------&lt;br /&gt;Workarround&amp;#58; &amp;#40;updates framework element context menu data context&amp;#41;&lt;br /&gt;------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;  public NotifyIcon &amp;#123;&lt;br /&gt;    ...&lt;br /&gt;&lt;br /&gt;    &amp;#47;&amp;#47; ADDED&lt;br /&gt;    this.DataContextChanged &amp;#43;&amp;#61; new DependencyPropertyChangedEventHandler&amp;#40;OnDataContextChanged&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#125;&lt;br /&gt;&lt;br /&gt;  &amp;#35;region private void OnDataContextChanged&amp;#40;object sender, DependencyPropertyChangedEventArgs e&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;summary&amp;#62;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; Called when data context changed to update framework element context menu data context.&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;summary&amp;#62;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;param name&amp;#61;&amp;#34;sender&amp;#34;&amp;#62;The sender.&amp;#60;&amp;#47;param&amp;#62;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;param name&amp;#61;&amp;#34;e&amp;#34;&amp;#62;The &amp;#60;see cref&amp;#61;&amp;#34;System.Windows.DependencyPropertyChangedEventArgs&amp;#34;&amp;#47;&amp;#62; instance containing the event data.&amp;#60;&amp;#47;param&amp;#62;&lt;br /&gt;  private void OnDataContextChanged&amp;#40;object sender, DependencyPropertyChangedEventArgs e&amp;#41; &amp;#123;&lt;br /&gt;    if&amp;#40;FrameworkElement.ContextMenuProperty &amp;#33;&amp;#61; null&amp;#41; &amp;#123;&lt;br /&gt;      var menu &amp;#61; GetValue&amp;#40;FrameworkElement.ContextMenuProperty&amp;#41; as ContextMenu&amp;#59;&lt;br /&gt;      if&amp;#40;menu &amp;#33;&amp;#61; null&amp;#41; &amp;#123;&lt;br /&gt;        menu.DataContext &amp;#61; e.NewValue&amp;#59;&lt;br /&gt;      &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;  &amp;#125;&lt;br /&gt;  &amp;#35;endregion&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>aelij</author><pubDate>Tue, 14 Jul 2009 07:34:26 GMT</pubDate><guid isPermaLink="false">Closed Issue: Support binding for XAML in NotifyIcon ContextMenu 20090714073426A</guid></item><item><title>Created Issue: Support binding for XAML in NotifyIcon ContextMenu</title><link>http://wpfcontrib.codeplex.com/WorkItem/View.aspx?WorkItemId=7238</link><description>------------------------------------------------------------------------------------------------------------&lt;br /&gt;Not working code &amp;#40;binding in xaml&amp;#41;&amp;#58;&lt;br /&gt;------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;  &amp;#60;av&amp;#58;NotifyIcon Icon&amp;#61;&amp;#34;my.ico&amp;#34; Text&amp;#61;&amp;#34;NotifyIcon Demo&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;FrameworkElement.ContextMenu&amp;#62;&lt;br /&gt;      &amp;#60;ContextMenu x&amp;#58;Name&amp;#61;&amp;#34;menu&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;MenuItem Header&amp;#61;&amp;#34;Open&amp;#34; Command&amp;#61;&amp;#34;&amp;#123;Binding OpenCommand&amp;#125;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;MenuItem Header&amp;#61;&amp;#34;E_xit&amp;#34; Command&amp;#61;&amp;#34;&amp;#123;Binding CloseCommand&amp;#125;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;ContextMenu&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;FrameworkElement.ContextMenu&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;av&amp;#58;NotifyIcon&amp;#62;&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------------------------------------------------------&lt;br /&gt;Workarround&amp;#58; &amp;#40;updates framework element context menu data context&amp;#41;&lt;br /&gt;------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;  public NotifyIcon &amp;#123;&lt;br /&gt;    ...&lt;br /&gt;    this.DataContextChanged &amp;#43;&amp;#61; new DependencyPropertyChangedEventHandler&amp;#40;OnDataContextChanged&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#125;&lt;br /&gt;&lt;br /&gt;  &amp;#35;region private void OnDataContextChanged&amp;#40;object sender, DependencyPropertyChangedEventArgs e&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;summary&amp;#62;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; Called when data context changed to update framework element context menu data context.&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;summary&amp;#62;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;param name&amp;#61;&amp;#34;sender&amp;#34;&amp;#62;The sender.&amp;#60;&amp;#47;param&amp;#62;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;param name&amp;#61;&amp;#34;e&amp;#34;&amp;#62;The &amp;#60;see cref&amp;#61;&amp;#34;System.Windows.DependencyPropertyChangedEventArgs&amp;#34;&amp;#47;&amp;#62; instance containing the event data.&amp;#60;&amp;#47;param&amp;#62;&lt;br /&gt;  private void OnDataContextChanged&amp;#40;object sender, DependencyPropertyChangedEventArgs e&amp;#41; &amp;#123;&lt;br /&gt;    if&amp;#40;FrameworkElement.ContextMenuProperty &amp;#33;&amp;#61; null&amp;#41; &amp;#123;&lt;br /&gt;      var menu &amp;#61; GetValue&amp;#40;FrameworkElement.ContextMenuProperty&amp;#41; as ContextMenu&amp;#59;&lt;br /&gt;      if&amp;#40;menu &amp;#33;&amp;#61; null&amp;#41; &amp;#123;&lt;br /&gt;        menu.DataContext &amp;#61; e.NewValue&amp;#59;&lt;br /&gt;      &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;  &amp;#125;&lt;br /&gt;  &amp;#35;endregion&lt;br /&gt;</description><author>miguelvale</author><pubDate>Sat, 07 Mar 2009 17:22:10 GMT</pubDate><guid isPermaLink="false">Created Issue: Support binding for XAML in NotifyIcon ContextMenu 20090307052210P</guid></item><item><title>Created Issue: Support binding for XAML in NotifyIcon ContextMenu</title><link>http://wpfcontrib.codeplex.com/WorkItem/View.aspx?WorkItemId=7237</link><description>------------------------------------------------------------------------------------------------------------&lt;br /&gt;Not working code &amp;#40;binding in xaml&amp;#41;&amp;#58;&lt;br /&gt;------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;  &amp;#60;av&amp;#58;NotifyIcon Icon&amp;#61;&amp;#34;my.ico&amp;#34; Text&amp;#61;&amp;#34;NotifyIcon Demo&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;FrameworkElement.ContextMenu&amp;#62;&lt;br /&gt;      &amp;#60;ContextMenu x&amp;#58;Name&amp;#61;&amp;#34;menu&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;MenuItem Header&amp;#61;&amp;#34;Open&amp;#34; Command&amp;#61;&amp;#34;&amp;#123;Binding OpenCommand&amp;#125;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;MenuItem Header&amp;#61;&amp;#34;E_xit&amp;#34; Command&amp;#61;&amp;#34;&amp;#123;Binding CloseCommand&amp;#125;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;ContextMenu&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;FrameworkElement.ContextMenu&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;av&amp;#58;NotifyIcon&amp;#62;&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------------------------------------------------------&lt;br /&gt;Workarround&amp;#58; &amp;#40;updates framework element context menu data context&amp;#41;&lt;br /&gt;------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;  public NotifyIcon &amp;#123;&lt;br /&gt;    ...&lt;br /&gt;&lt;br /&gt;    &amp;#47;&amp;#47; ADDED&lt;br /&gt;    this.DataContextChanged &amp;#43;&amp;#61; new DependencyPropertyChangedEventHandler&amp;#40;OnDataContextChanged&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#125;&lt;br /&gt;&lt;br /&gt;  &amp;#35;region private void OnDataContextChanged&amp;#40;object sender, DependencyPropertyChangedEventArgs e&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;summary&amp;#62;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; Called when data context changed to update framework element context menu data context.&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;summary&amp;#62;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;param name&amp;#61;&amp;#34;sender&amp;#34;&amp;#62;The sender.&amp;#60;&amp;#47;param&amp;#62;&lt;br /&gt;  &amp;#47;&amp;#47;&amp;#47; &amp;#60;param name&amp;#61;&amp;#34;e&amp;#34;&amp;#62;The &amp;#60;see cref&amp;#61;&amp;#34;System.Windows.DependencyPropertyChangedEventArgs&amp;#34;&amp;#47;&amp;#62; instance containing the event data.&amp;#60;&amp;#47;param&amp;#62;&lt;br /&gt;  private void OnDataContextChanged&amp;#40;object sender, DependencyPropertyChangedEventArgs e&amp;#41; &amp;#123;&lt;br /&gt;    if&amp;#40;FrameworkElement.ContextMenuProperty &amp;#33;&amp;#61; null&amp;#41; &amp;#123;&lt;br /&gt;      var menu &amp;#61; GetValue&amp;#40;FrameworkElement.ContextMenuProperty&amp;#41; as ContextMenu&amp;#59;&lt;br /&gt;      if&amp;#40;menu &amp;#33;&amp;#61; null&amp;#41; &amp;#123;&lt;br /&gt;        menu.DataContext &amp;#61; e.NewValue&amp;#59;&lt;br /&gt;      &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;  &amp;#125;&lt;br /&gt;  &amp;#35;endregion&lt;br /&gt;</description><author>miguelvale</author><pubDate>Sat, 07 Mar 2009 17:21:14 GMT</pubDate><guid isPermaLink="false">Created Issue: Support binding for XAML in NotifyIcon ContextMenu 20090307052114P</guid></item><item><title>Created Issue: Adding CommandLinks through XAML</title><link>http://www.codeplex.com/wpfcontrib/WorkItem/View.aspx?WorkItemId=6825</link><description>Add a parameterless public constructor to TaskDialogButtonData, so this kind of initialization would be possible&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;av&amp;#58;TaskDialog&amp;#62;&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;#60;av&amp;#58;TaskDialog.CommandLinks&amp;#62;&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;#60;av&amp;#58;TaskDialogButtonData Value&amp;#61;&amp;#34;1&amp;#34; Header&amp;#61;&amp;#34;Yes, do it&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;#60;av&amp;#58;TaskDialogButtonData Value&amp;#61;&amp;#34;2&amp;#34; Header&amp;#61;&amp;#34;No, thanks&amp;#34; IsDefault&amp;#61;&amp;#34;True&amp;#34;&amp;#160;&amp;#47;&amp;#62;&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;#60;&amp;#47;av&amp;#58;TaskDialog.CommandLinks&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;av&amp;#58;TaskDialog&amp;#62;&lt;br /&gt;</description><author>aelij</author><pubDate>Thu, 18 Dec 2008 09:05:56 GMT</pubDate><guid isPermaLink="false">Created Issue: Adding CommandLinks through XAML 20081218090556A</guid></item><item><title>Commented Issue: IconNotify balloontip not showing?</title><link>http://www.codeplex.com/wpfcontrib/WorkItem/View.aspx?WorkItemId=6683</link><description>I can use the notifyicon in this library but when i try to show the balloontip i get nothing.&lt;br /&gt;&lt;br /&gt;This is my code&amp;#58;&lt;br /&gt;_notifyIcon.ShowBalloonTip&amp;#40;5000, &amp;#34;Balloon&amp;#34;, &amp;#34;Balloon tip demo.&amp;#34;, Avalon.Windows.Controls.NotifyBalloonIcon.Error&amp;#41;&lt;br /&gt;&lt;br /&gt;Nothing shows up. Is it a bug&amp;#63;&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Comments: ** Comment from web user: aelij ** &lt;p&gt;Can you please provide a more complete scenario&amp;#63; How are you initializing the notify icon&amp;#63;&lt;/p&gt;</description><author>aelij</author><pubDate>Sun, 30 Nov 2008 00:07:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: IconNotify balloontip not showing? 20081130120716A</guid></item><item><title>Created Issue: IconNotify balloontip not showing?</title><link>http://www.codeplex.com/wpfcontrib/WorkItem/View.aspx?WorkItemId=6683</link><description>I can use the notifyicon in this library but when i try to show the balloontip i get nothing.&lt;br /&gt;&lt;br /&gt;This is my code&amp;#58;&lt;br /&gt;_notifyIcon.ShowBalloonTip&amp;#40;5000, &amp;#34;Balloon&amp;#34;, &amp;#34;Balloon tip demo.&amp;#34;, Avalon.Windows.Controls.NotifyBalloonIcon.Error&amp;#41;&lt;br /&gt;&lt;br /&gt;Nothing shows up. Is it a bug&amp;#63;&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;</description><author>djpirra</author><pubDate>Sat, 29 Nov 2008 17:14:45 GMT</pubDate><guid isPermaLink="false">Created Issue: IconNotify balloontip not showing? 20081129051445P</guid></item><item><title>Closed Issue: Last Docked Item is a Splitter</title><link>http://www.codeplex.com/wpfcontrib/WorkItem/View.aspx?WorkItemId=2696</link><description>Suggest a check is made in DockSplitter.SetMinMaxValues&amp;#42;&amp;#40;FrameworkElement&amp;#41; whether &amp;#40;iEl &amp;#61;&amp;#61; this&amp;#41;, because if it is, fResizeData.MaxValue should be double.PositiveInfinity so that when a splitter is placed as the last element in a dock panel, it would affect the size of the dock panel itself.&lt;br /&gt;Comments: Bragi's controls were removed from the library.</description><author>aelij</author><pubDate>Sat, 01 Nov 2008 01:57:44 GMT</pubDate><guid isPermaLink="false">Closed Issue: Last Docked Item is a Splitter 20081101015744A</guid></item><item><title>Closed Feature: Next release to require .NET 3.5</title><link>http://www.codeplex.com/wpfcontrib/WorkItem/View.aspx?WorkItemId=6399</link><description>Please vote if you approve of this change.&lt;br /&gt;</description><author>aelij</author><pubDate>Sat, 01 Nov 2008 01:55:08 GMT</pubDate><guid isPermaLink="false">Closed Feature: Next release to require .NET 3.5 20081101015508A</guid></item><item><title>Created Issue: Next release to require .NET 3.5</title><link>http://www.codeplex.com/wpfcontrib/WorkItem/View.aspx?WorkItemId=6399</link><description>Please vote if you approve of this change.&lt;br /&gt;</description><author>aelij</author><pubDate>Wed, 08 Oct 2008 07:33:01 GMT</pubDate><guid isPermaLink="false">Created Issue: Next release to require .NET 3.5 20081008073301A</guid></item><item><title>Created Issue: Keyboard support in TaskDialog</title><link>http://www.codeplex.com/wpfcontrib/WorkItem/View.aspx?WorkItemId=5611</link><description>TaskDialog has no support for keyboard shortcuts.&lt;br /&gt;</description><author>Krimson</author><pubDate>Mon, 21 Jul 2008 09:43:54 GMT</pubDate><guid isPermaLink="false">Created Issue: Keyboard support in TaskDialog 20080721094354A</guid></item><item><title>COMMENTED ISSUE: Last Docked Item is a Splitter</title><link>http://www.codeplex.com/wpfcontrib/WorkItem/View.aspx?WorkItemId=2696</link><description>Suggest a check is made in DockSplitter.SetMinMaxValues&amp;#42;&amp;#40;FrameworkElement&amp;#41; whether &amp;#40;iEl &amp;#61;&amp;#61; this&amp;#41;, because if it is, fResizeData.MaxValue should be double.PositiveInfinity so that when a splitter is placed as the last element in a dock panel, it would affect the size of the dock panel itself.&lt;br /&gt;Comments: ** Comment from web user: Bragi ** &lt;p&gt;Ok, I&amp;#39;l have a look at it.&lt;/p&gt;</description><author>Bragi</author><pubDate>Mon, 10 Dec 2007 12:14:10 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Last Docked Item is a Splitter 20071210121410P</guid></item><item><title>CREATED ISSUE: Last Docked Item is a Splitter</title><link>http://www.codeplex.com/wpfcontrib/WorkItem/View.aspx?WorkItemId=2696</link><description>Suggest a check is made in DockSplitter.SetMinMaxValues&amp;#42;&amp;#40;FrameworkElement&amp;#41; whether &amp;#40;iEl &amp;#61;&amp;#61; this&amp;#41;, because if it is, fResizeData.MaxValue should be double.PositiveInfinity so that when a splitter is placed as the last element in a dock panel, it would affect the size of the dock panel itself.&lt;br /&gt;</description><author>ovanklot</author><pubDate>Sun, 09 Dec 2007 12:32:22 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Last Docked Item is a Splitter 20071209123222P</guid></item><item><title>CLOSED ISSUE: TaskDialogs.xaml uses Binding.ValidatesOnExceptions</title><link>http://www.codeplex.com/wpfcontrib/WorkItem/View.aspx?WorkItemId=1461</link><description>The demo page for TaskDialog uses Binding.ValidatesOnExceptions, which is available only on .NET 3.0 SP1.&lt;br /&gt;This dependency has been removed to allow RTM users to run it.&lt;br/&gt;Comments: Released fix.</description><author>aelij</author><pubDate>Mon, 17 Sep 2007 07:44:25 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: TaskDialogs.xaml uses Binding.ValidatesOnExceptions 20070917074425A</guid></item><item><title>CREATED ISSUE: TaskDialogs.xaml uses Binding.ValidatesOnExceptions</title><link>http://www.codeplex.com/wpfcontrib/WorkItem/View.aspx?WorkItemId=1461</link><description>The demo page for TaskDialog uses Binding.ValidatesOnExceptions, which is available only on .NET 3.0 SP1.&lt;br /&gt;This dependency has been removed to allow RTM users to run it.&lt;br/&gt;</description><author>aelij</author><pubDate>Mon, 17 Sep 2007 07:28:16 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: TaskDialogs.xaml uses Binding.ValidatesOnExceptions 20070917072816A</guid></item></channel></rss>