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

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

Silverlight/WPF: Returning Image Data from a Converter
03 Sep 2008, 10:55:00 AM
Recently, when working with a class that implemented IValueConverter, I encountered some behavior I found unintuitive when returning an image URI value from the Convert() method.  My Convert() method was returning a URI string as the Source value ...
Read post