<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>TFS Sticky Buddy</title><link>http://www.codeplex.com/TFSStickyBuddy/Project/ProjectRss.aspx</link><description> Sticky Buddy is a Digital Dashboard that will run off Team Foundation Server and allow teams to display information on the status of their development on one or many projects.      The application wil...</description><item><title>Commented Feature: Data Refresh</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2062</link><description>There needs to be the ability to both manualy and automaticaly refresh the data.&lt;br /&gt;Comments: ** Comment from web user: dhanley12 ** &lt;p&gt;Agree - this is a necessary feature.&lt;/p&gt;</description><author>dhanley12</author><pubDate>Wed, 03 Sep 2008 14:05:42 GMT</pubDate><guid isPermaLink="false">Commented Feature: Data Refresh 20080903020542P</guid></item><item><title>Source code checked in, #12353</title><link>http://www.codeplex.com/TFSStickyBuddy/SourceControl/ListDownloadableCommits.aspx</link><description>Created v1.6 safe branch</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 12:23:19 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12353 20080903122319P</guid></item><item><title>Commented Issue: Handle large number of work items in the node display</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2630</link><description>Handle large number of work items in the node display&lt;br /&gt;Comments: Associated with changeset 12352.</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 12:22:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: Handle large number of work items in the node display 20080903122228P</guid></item><item><title>Commented Issue: "Application has stopped responding" when Logging into CodePlex and a Domain is not entered in the UserName field</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2598</link><description>When connecting to CodePlex I was entering my Username and password, but was getting the old &amp;#34;Application has stopped responding&amp;#34; dialog.&lt;br /&gt;&lt;br /&gt;I grabbed the latest drop and found my issue &amp;#40;and solution&amp;#41;&lt;br /&gt;&lt;br /&gt;I wasn&amp;#39;t entering in a domain with my username. I was entering in gduncanblablabla instead of snd&amp;#92;gduncanblablabla.&lt;br /&gt;&lt;br /&gt;As soon as I entered in the domain, I was in and it worked great.&lt;br /&gt;&lt;br /&gt;CredentialProviderBox.ux_OKButton_Click &lt;br /&gt;&lt;br /&gt;        If Me.ux_UsernameTextbox.Text.IndexOf&amp;#40;&amp;#34;&amp;#92;&amp;#34;&amp;#41; Then&lt;br /&gt;&lt;br /&gt;should be &lt;br /&gt;&lt;br /&gt;        If Me.ux_UsernameTextbox.Text.IndexOf&amp;#40;&amp;#34;&amp;#92;&amp;#34;&amp;#41; &amp;#62; 0 Then&lt;br /&gt;&lt;br /&gt;In my case, since I didn&amp;#39;t have the &amp;#34;&amp;#92;&amp;#34; the IndexOf&amp;#40;&amp;#34;&amp;#92;&amp;#34;&amp;#41; was returning -1 &amp;#40;which eval&amp;#39;ed to True, so the username &amp;#61; split&amp;#40;1&amp;#41; was causing an error...&lt;br /&gt;&lt;br /&gt;I hope this helps,&lt;br /&gt;Greg&lt;br /&gt;Comments: Associated with changeset 12352.</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 12:22:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: "Application has stopped responding" when Logging into CodePlex and a Domain is not entered in the UserName field 20080903122228P</guid></item><item><title>Source code checked in, #12352</title><link>http://www.codeplex.com/TFSStickyBuddy/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 12:22:25 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12352 20080903122225P</guid></item><item><title>Commented Issue: Handle large number of work items in the node display</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2630</link><description>Handle large number of work items in the node display&lt;br /&gt;Comments: Associated with changeset 12351.</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 09:22:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Handle large number of work items in the node display 20080903092224A</guid></item><item><title>Commented Issue: "Application has stopped responding" when Logging into CodePlex and a Domain is not entered in the UserName field</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2598</link><description>When connecting to CodePlex I was entering my Username and password, but was getting the old &amp;#34;Application has stopped responding&amp;#34; dialog.&lt;br /&gt;&lt;br /&gt;I grabbed the latest drop and found my issue &amp;#40;and solution&amp;#41;&lt;br /&gt;&lt;br /&gt;I wasn&amp;#39;t entering in a domain with my username. I was entering in gduncanblablabla instead of snd&amp;#92;gduncanblablabla.&lt;br /&gt;&lt;br /&gt;As soon as I entered in the domain, I was in and it worked great.&lt;br /&gt;&lt;br /&gt;CredentialProviderBox.ux_OKButton_Click &lt;br /&gt;&lt;br /&gt;        If Me.ux_UsernameTextbox.Text.IndexOf&amp;#40;&amp;#34;&amp;#92;&amp;#34;&amp;#41; Then&lt;br /&gt;&lt;br /&gt;should be &lt;br /&gt;&lt;br /&gt;        If Me.ux_UsernameTextbox.Text.IndexOf&amp;#40;&amp;#34;&amp;#92;&amp;#34;&amp;#41; &amp;#62; 0 Then&lt;br /&gt;&lt;br /&gt;In my case, since I didn&amp;#39;t have the &amp;#34;&amp;#92;&amp;#34; the IndexOf&amp;#40;&amp;#34;&amp;#92;&amp;#34;&amp;#41; was returning -1 &amp;#40;which eval&amp;#39;ed to True, so the username &amp;#61; split&amp;#40;1&amp;#41; was causing an error...&lt;br /&gt;&lt;br /&gt;I hope this helps,&lt;br /&gt;Greg&lt;br /&gt;Comments: Associated with changeset 12351.</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 09:22:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: "Application has stopped responding" when Logging into CodePlex and a Domain is not entered in the UserName field 20080903092223A</guid></item><item><title>Source code checked in, #12351</title><link>http://www.codeplex.com/TFSStickyBuddy/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed outstanding issues</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 09:22:20 GMT</pubDate><guid isPermaLink="false">Source code checked in, #12351 20080903092220A</guid></item><item><title>Closed Issue: "Application has stopped responding" when Logging into CodePlex and a Domain is not entered in the UserName field</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2598</link><description>When connecting to CodePlex I was entering my Username and password, but was getting the old &amp;#34;Application has stopped responding&amp;#34; dialog.&lt;br /&gt;&lt;br /&gt;I grabbed the latest drop and found my issue &amp;#40;and solution&amp;#41;&lt;br /&gt;&lt;br /&gt;I wasn&amp;#39;t entering in a domain with my username. I was entering in gduncanblablabla instead of snd&amp;#92;gduncanblablabla.&lt;br /&gt;&lt;br /&gt;As soon as I entered in the domain, I was in and it worked great.&lt;br /&gt;&lt;br /&gt;CredentialProviderBox.ux_OKButton_Click &lt;br /&gt;&lt;br /&gt;        If Me.ux_UsernameTextbox.Text.IndexOf&amp;#40;&amp;#34;&amp;#92;&amp;#34;&amp;#41; Then&lt;br /&gt;&lt;br /&gt;should be &lt;br /&gt;&lt;br /&gt;        If Me.ux_UsernameTextbox.Text.IndexOf&amp;#40;&amp;#34;&amp;#92;&amp;#34;&amp;#41; &amp;#62; 0 Then&lt;br /&gt;&lt;br /&gt;In my case, since I didn&amp;#39;t have the &amp;#34;&amp;#92;&amp;#34; the IndexOf&amp;#40;&amp;#34;&amp;#92;&amp;#34;&amp;#41; was returning -1 &amp;#40;which eval&amp;#39;ed to True, so the username &amp;#61; split&amp;#40;1&amp;#41; was causing an error...&lt;br /&gt;&lt;br /&gt;I hope this helps,&lt;br /&gt;Greg&lt;br /&gt;Comments: Change implemented</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 08:26:08 GMT</pubDate><guid isPermaLink="false">Closed Issue: "Application has stopped responding" when Logging into CodePlex and a Domain is not entered in the UserName field 20080903082608A</guid></item><item><title>Closed Issue: Handle large number of work items in the node display</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2630</link><description>Handle large number of work items in the node display&lt;br /&gt;Comments: Added Scroll viewer to display. You can now see all of the items</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 08:25:10 GMT</pubDate><guid isPermaLink="false">Closed Issue: Handle large number of work items in the node display 20080903082510A</guid></item><item><title>Created Issue: Add settings for node display</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2632</link><description>Use depth to determin how many areas or itterations to display&amp;#33;&lt;br /&gt;</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 08:22:49 GMT</pubDate><guid isPermaLink="false">Created Issue: Add settings for node display 20080903082249A</guid></item><item><title>Commented Feature: Hide inactive Areas/Iterations</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2209</link><description>The view gets very cluttered, if you have many empty iterations &amp;#47; areas. Sometimes you end up having more iterations &amp;#47; areas then work items on the screen.&lt;br /&gt;Comments: ** Comment from web user: hinshelmw ** &lt;p&gt;This will be done as an issue to incoporate it into v1.0&lt;/p&gt;</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 08:01:30 GMT</pubDate><guid isPermaLink="false">Commented Feature: Hide inactive Areas/Iterations 20080903080130A</guid></item><item><title>Created Issue: Handle large number of work items in the node display</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2630</link><description>Handle large number of work items in the node display&lt;br /&gt;</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 07:18:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Handle large number of work items in the node display 20080903071817A</guid></item><item><title>Closed Issue: Install via ClickOnce failed on my Windows Vista 64 bits</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2610</link><description>Hello,&lt;br /&gt;&lt;br /&gt;I try to install your application via ClickOnce &amp;#40;http&amp;#58;&amp;#47;&amp;#47;hinshelwood.com&amp;#47;Downloads&amp;#47;TFSStickyBuddy&amp;#47;Hinshelwood.TFSStickyBuddy.application&amp;#41; on my computer &amp;#40;Windows Vista SP1, 64 bits&amp;#41; and it fails.&lt;br /&gt;You can find my error log in the attach file.&lt;br /&gt;I have installed MS Visual Studio Team System 2008 and I access correctly to my projects in Visual Studio 2008. &lt;br /&gt;The installed version of Team Explorer is the following &amp;#58; Microsoft Visual Studio 2008 Team Explorer Version 9.0.21022.8&lt;br /&gt;&lt;br /&gt;Thank you in advance to help me to solve this problem.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Christophe.&lt;br /&gt;&lt;br /&gt;PS&amp;#58; When I try to install via Setup, it fails by a timeout.&lt;br /&gt;Comments: Resolved by user.</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 07:16:47 GMT</pubDate><guid isPermaLink="false">Closed Issue: Install via ClickOnce failed on my Windows Vista 64 bits 20080903071647A</guid></item><item><title>Commented Issue: Right Click support for changing the Assigned To person</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2321</link><description>When you right click on a work item allow an option to change the assigned to person &amp;#40;or perhaps in the Work Item display make it a drop down&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: hinshelmw ** &lt;p&gt;Added to v1.1 release&lt;/p&gt;</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 07:14:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: Right Click support for changing the Assigned To person 20080903071439A</guid></item><item><title>Closed Issue: Make work item ID less pronounced visually and add title in smaller font on the main display of the work item</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2323</link><description>I know you can see the title on the hover over - but the work item id is much larger than it needs to be - make it smaller and add the work item title to the main display in a smaller font truncated if needs be with a ... at the end if it is too long.  It would make it much easier to identify the work items.&lt;br /&gt;Comments: This is by design as most work items have too long a title to display.</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 07:13:29 GMT</pubDate><guid isPermaLink="false">Closed Issue: Make work item ID less pronounced visually and add title in smaller font on the main display of the work item 20080903071329A</guid></item><item><title>Closed Issue: Crash on Startup</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2451</link><description>I&amp;#39;ve tried using both 1.0.1 and 1.0.2 of TFS Sticky Buddy, unfortunately it does not start - &amp;#34;The program has stopped responding&amp;#34;. I&amp;#39;m running Windows Vista Enterprise x64. I can&amp;#39;t figure out what&amp;#39;s going wrong either, as there doesn&amp;#39;t seem to be any logging being done.&lt;br /&gt;Comments: No responce</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 07:10:04 GMT</pubDate><guid isPermaLink="false">Closed Issue: Crash on Startup 20080903071004A</guid></item><item><title>Closed Issue: Installation failed - Internet connection over proxy with authentication</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2601</link><description>Hi&lt;br /&gt;I just downloaded and tried to install Sticky Buddy but it failed and I think that&amp;#39;s because it want&amp;#39;s to connect to internet and this failes because I&amp;#39;m behind a Proxy server that needs authentication.&lt;br /&gt;&lt;br /&gt;install.log shows&amp;#58;&lt;br /&gt;Error&amp;#58; An error occurred trying to download &amp;#39;http&amp;#58;&amp;#47;&amp;#47;hinshelwood.com&amp;#47;downloads&amp;#47;TFSStickyBuddy&amp;#47;Hinshelwood.TFSStickyBuddy.application&amp;#39;.&lt;br /&gt;&lt;br /&gt;attached the response I receive when I enter the URL in browser.&lt;br /&gt;Comments: It should be noted that if you have this problem your proxy is most likley not set up properly. You should not need to enter a password to view a web page even with a proxy server that authenticates.</description><author>hinshelmw</author><pubDate>Wed, 03 Sep 2008 07:08:49 GMT</pubDate><guid isPermaLink="false">Closed Issue: Installation failed - Internet connection over proxy with authentication 20080903070849A</guid></item><item><title>Commented Issue: Install via ClickOnce failed on my Windows Vista 64 bits</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2610</link><description>Hello,&lt;br /&gt;&lt;br /&gt;I try to install your application via ClickOnce &amp;#40;http&amp;#58;&amp;#47;&amp;#47;hinshelwood.com&amp;#47;Downloads&amp;#47;TFSStickyBuddy&amp;#47;Hinshelwood.TFSStickyBuddy.application&amp;#41; on my computer &amp;#40;Windows Vista SP1, 64 bits&amp;#41; and it fails.&lt;br /&gt;You can find my error log in the attach file.&lt;br /&gt;I have installed MS Visual Studio Team System 2008 and I access correctly to my projects in Visual Studio 2008. &lt;br /&gt;The installed version of Team Explorer is the following &amp;#58; Microsoft Visual Studio 2008 Team Explorer Version 9.0.21022.8&lt;br /&gt;&lt;br /&gt;Thank you in advance to help me to solve this problem.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Christophe.&lt;br /&gt;&lt;br /&gt;PS&amp;#58; When I try to install via Setup, it fails by a timeout.&lt;br /&gt;Comments: ** Comment from web user: Zgh ** &lt;p&gt;Great, this works fine &amp;#33;&lt;br /&gt;FW 3.5 SP1 was missing...&lt;br /&gt;Thank you for your help.&lt;/p&gt;</description><author>Zgh</author><pubDate>Thu, 28 Aug 2008 09:01:59 GMT</pubDate><guid isPermaLink="false">Commented Issue: Install via ClickOnce failed on my Windows Vista 64 bits 20080828090159A</guid></item><item><title>Commented Issue: Installation failed - Internet connection over proxy with authentication</title><link>http://www.codeplex.com/TFSStickyBuddy/WorkItem/View.aspx?WorkItemId=2601</link><description>Hi&lt;br /&gt;I just downloaded and tried to install Sticky Buddy but it failed and I think that&amp;#39;s because it want&amp;#39;s to connect to internet and this failes because I&amp;#39;m behind a Proxy server that needs authentication.&lt;br /&gt;&lt;br /&gt;install.log shows&amp;#58;&lt;br /&gt;Error&amp;#58; An error occurred trying to download &amp;#39;http&amp;#58;&amp;#47;&amp;#47;hinshelwood.com&amp;#47;downloads&amp;#47;TFSStickyBuddy&amp;#47;Hinshelwood.TFSStickyBuddy.application&amp;#39;.&lt;br /&gt;&lt;br /&gt;attached the response I receive when I enter the URL in browser.&lt;br /&gt;Comments: ** Comment from web user: thomson ** &lt;p&gt;I have checked this and my proxy was already there, i think this was because via IE I have set to save password.&lt;br /&gt;In the meantime I have found an unofficial proxy in our company that does not require authentication, so installation was now possible.&lt;br /&gt;Thanks anyway.&lt;/p&gt;</description><author>thomson</author><pubDate>Wed, 27 Aug 2008 15:47:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: Installation failed - Internet connection over proxy with authentication 20080827034712P</guid></item></channel></rss>