Let's make the world a more agile place to live. RSS Feed

VSM Redux – Silverlight 2 RTW
27 Oct 2008, 11:16:50 AM
Silverlight's Visual State Manager (VSM) exhibited a couple of problems in Silverlight 2 Beta 2 which I described in my earlier blog post. To summarize, in SL2 Beta 2: Radio Buttons, Checkboxes, and ListBoxItems ran into problems when trying to ani ...
Read post

Return of the Mac (How to squash Silverlight bugs on a Mac using Remote Debugging and Fiddler)
26 Sep 2008, 04:52:04 PM
Occasionally, differences between the PC and Mac versions of the Silverlight runtime will crop up, and you'll notice that your code works fine on PCs, but has problems on a Mac. If this is the case, you'll need to remotely debug the problem from a P ...
Read post

The Scroll Button Dilemma
04 Sep 2008, 02:12:00 PM
To quote StrongBad, "Scroll buttons never looked so good! Scrollin' up and down like you knew they would..." Or, perhaps not.  We recently encountered a problem when trying to implement scroll buttons in Silverlight 2 Beta 2 that would ...
Read post

Don't Fence Me In (I’m just a TextBox)
04 Sep 2008, 08:47:00 AM
In Silverlight 2 Beta 2, setting BorderThickness="0" or BorderBrush="Transparent" on a TextBox fails to hide the border around the TextBox.  I couldn't get a TextBox I was building to lose its border: This seemed like a bu ...
Read post