Archive for the 'Silverlight/WPF' Category

Yet another ViewStack control for Silverlight

Tuesday, December 15th, 2009

In one of my recent Silverlight projects I had to use a ViewStack control. There is few of these already available here and there but I thought it might be fun to build new one from scratch. As image speaks more than words here is the sample.

And here is the source code.
Hope this helps anyone.

Printing data on multiple pages with Silverlight 4

Friday, November 20th, 2009

This week at PDC09 Microsoft unveiled latest Silverlight release – first beta of version 4. One of the new features is printing support. There is a great video introduction to printing published by Tim Heuer. It show the basics, after watching it my first question was how to print the data on multiple pages. Here [...]

Why crossdomain.xml is even more than a good thing

Friday, May 22nd, 2009

For a long time I couldn’t really understand what crossdomain.xml is for. Today, after finishing one the Flex projects I finally figured it out. At least one of two reasons. About 4 years ago Martijn de Visser described one of them – defending your internal network from the attacks. But there is another way reason why crossdomain.xml [...]