<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/cloudtoolkitnet/bugs/</id><updated>2010-08-24T13:22:42Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Cloud ListBox throws unhandled exception when dragged</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/51/" rel="alternate"/><published>2010-08-24T13:22:42Z</published><updated>2010-08-24T13:22:42Z</updated><author><name>Emad-ud-deen Richard Leiman</name><uri>https://sourceforge.net/u/rleiman/</uri></author><id>https://sourceforge.net43b3380219f4fed3941cb0632fdc2b972978906e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Greetings,&lt;/p&gt;
&lt;p&gt;Using VS2010 VB.Net I drag the Cloud ListBox onto my form and get the attached unhandled exception error.&lt;/p&gt;
&lt;p&gt;Truly,&lt;br /&gt;
Emad&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Cloud Toolkit.Net N6 RC1 Example program</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/50/" rel="alternate"/><published>2009-05-14T17:28:39Z</published><updated>2009-05-14T17:28:39Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net516dc2bc89d7af1279930ad2f3abf40e0907b5e5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I executed your toolkit example and it seems to have the same issues that I reported some time back #2208366 &lt;br /&gt;
I started the example, then minimized it, then clicked on the XP toolbar to restore, and the size of the windows &lt;br /&gt;
does not restore properly.  It restores to small.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>StartMenuSeven Docking</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/49/" rel="alternate"/><published>2009-02-17T16:51:25Z</published><updated>2009-02-17T16:51:25Z</updated><author><name>Chris Dewitt</name><uri>https://sourceforge.net/u/cndewitt/</uri></author><id>https://sourceforge.net8b31316892791d3a5f18669a011284cded9b9605</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;StartMenuSeven seems to always be docked at the bottom.  If I select To dock it at the top, it looks fine in designer mode, but when I run the app it is docked at the bottom.  Here is what I did to fix the problem:&lt;/p&gt;
&lt;p&gt;public ControlOrientation Orientation&lt;br /&gt;
{&lt;br /&gt;
get&lt;br /&gt;
{&lt;br /&gt;
return this.orientation;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;set&lt;br /&gt;
{&lt;br /&gt;
this.orientation = value;&lt;/p&gt;
&lt;p&gt;if (this.orientation == ControlOrientation.Horizontal)&lt;br /&gt;
{&lt;br /&gt;
//this.Dock = DockStyle.Bottom;&lt;br /&gt;
startMenuButtonStartSpacing = horizontalButtonSpacing;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;else&lt;br /&gt;
{&lt;br /&gt;
//this.Dock = DockStyle.Right;&lt;br /&gt;
startMenuButtonStartSpacing = verticalButtonSpacing;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;OrganizeStartButtons();&lt;br /&gt;
OrganizeTaskBarItems();&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;I commented out the lines that set the dock style for the control under the orientation section.  This fixed everything.  Now I can set the Dock Position under the component Properties and it works like it should instead of being reset by the lines above.  I just download the Cloud Toolkit yesterday so I believe I have the latest version.  By the Way......GREAT WORK!!&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Chris Dewitt&lt;br /&gt;
cndewitt@gmail.com&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Cloud Header's icon doesn't place correctly</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/48/" rel="alternate"/><published>2009-02-17T11:09:44Z</published><updated>2009-02-17T11:09:44Z</updated><author><name>SubsonicDesign</name><uri>https://sourceforge.net/u/dudedesign/</uri></author><id>https://sourceforge.net398eadbcd252930efe9e47c978675f77a77a7e92</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In the design time the icon is correctly positioned, but in runtime the icon is positioned too high.&lt;/p&gt;
&lt;p&gt;This bug was reported by Starf1x.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>CloudButtonListControl doesn't update instantly</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/47/" rel="alternate"/><published>2009-02-17T10:52:06Z</published><updated>2009-02-17T10:52:06Z</updated><author><name>SubsonicDesign</name><uri>https://sourceforge.net/u/dudedesign/</uri></author><id>https://sourceforge.net4eb8ac704db040febfdb73afde2bf2dadc92be03</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Starf1x reported that CloudButtonListControl doesn't update in design time when the button is added to its collection.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Cloud Clock chrashes</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/46/" rel="alternate"/><published>2009-02-17T10:50:30Z</published><updated>2009-02-17T10:50:30Z</updated><author><name>SubsonicDesign</name><uri>https://sourceforge.net/u/dudedesign/</uri></author><id>https://sourceforge.net21333962754697416fe0492608310b67d4d358a9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Starf1x reported to me that Cloud Clock still chrashes his development environment (Visual Studio 2008 Pro). As far as I know the control doesn't crash Visual C# Express 2008.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Star Rating Default</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/45/" rel="alternate"/><published>2009-02-06T15:23:25Z</published><updated>2009-02-06T15:23:25Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net715b29fc97025ac2eaa0053f190e32fd645591c5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When using the CloudStarRating control, if you set the 'Star' property to a number greater than 0, then run the application, you will notice that there won't be any default stars selected until you hover-over the Star Rating control.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Cloud Button not accepting mouse over/click color changes</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/44/" rel="alternate"/><published>2009-01-29T15:07:11Z</published><updated>2009-01-29T15:07:11Z</updated><author><name>mn_progr</name><uri>https://sourceforge.net/u/userid-2375784/</uri></author><id>https://sourceforge.nete1d6eca3307a23b5d2bc088b68944e60f87ccb91</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When you alter the colors for the MouseOn_Color and the MouseDown_Color and click okay, the colors for these respective actions are not changing during run.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>CloudTaskBar Transparency</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/43/" rel="alternate"/><published>2009-01-29T15:01:05Z</published><updated>2009-01-29T15:01:05Z</updated><author><name>mn_progr</name><uri>https://sourceforge.net/u/userid-2375784/</uri></author><id>https://sourceforge.net63f55f4f4542d7be15004f68a5f255e5f88406d8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When using the CloudTaskBar control, if you change the BackColor property to "Transparent", and then place another control behind the TaskBar, you will notice that the background behind the TaskBar isn't transparent.  It just matches the color of the form background and covers up the control behind the TaskBar.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Status Strip disables form resizing from bottom</title><link href="https://sourceforge.net/p/cloudtoolkitnet/bugs/42/" rel="alternate"/><published>2008-11-01T08:20:39Z</published><updated>2008-11-01T08:20:39Z</updated><author><name>Cameron:D</name><uri>https://sourceforge.net/u/userid-1984555/</uri></author><id>https://sourceforge.netd0bead6c786c0ea2bd02df1ad2ce32df2324e871</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When you have a status strip on the form, you can no longer drag the bottom of the form down, the cursor never changes into the arrow, and the handle in the bottom right corner does nothing when dragged.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>