July 2010 - Posts

Do software crises ever happen when you have plenty of free time to troubleshoot them?  I’m sure that they do,  it just doesn’t seem that way for me in the last few years.   Expression Blend Warning The first sign of trouble appeared as Read More...
Are you a WPF history buff? If so you might be familiar with the attached behaviors story. It’s a short saga, but worthy of review. Back in the early days of WPF we were learning the nuances of the new XAML system. The attached property system was an Read More...
I work on an Open Source project called Shazzam Shader Editor.    This week, we released version 1.3. With this utility you can write, compile and test WPF/Silverlight shaders. You can learn more about this free tool at http://blog.shazzam-tool.com Read More...
A fair portion of the time, the content of a FrameworkElement is text. Some elements, like TextBox and TextBlock make this obvious, by providing a Text property. The Text Property is of type String and it trivially easy to set in XAML. [example]   Read More...
Let's say that you want to draw a line in WPF. You'd probably guess that there is a Line class in WPF that does the trick. You'd be right, as it turns out, there is such a class available in WPF. To use it you designate a start and end point, provide Read More...
I spend a lot of time writing articles, blog posts and code.   Most of the blog posts I write are published on my wpfwonderland blog site.  But I hear from the students of my Wintellect classes that they’d like to see some posts here on Read More...