Browse by Tags

All Tags » XAML (RSS)
building a full trust XBAP app
After reading this post by Karsten, I created a WPF XBAP project that displays the ClassicReports designer on a Frame as shown below. < Page x:Class ="IApp.Page3" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...

Posted by smash | with no comments

Filed under: , , , ,

The ViewController and XAML
About two nights ago, I learned how to use an external XAML in a WPF application. It was so simple. Just read the XAML, parse it, and then wire the elements to your code. Now if this is how we are supposed to code in WPF, then I might just as well stick...

Posted by smash | with no comments

Filed under: , , , ,

XAML meets Boo
My first impression with XAML was that you get to play with it only if your building WPF apps in c#. It seems the .NET3 c# compiler is the only one capable of compiling XAML markup and code into an executable file. It was a big letdown for Boo aficionados...

Posted by smash | 1 comment(s)

Filed under: , , ,

ColorChart XAML code bug resolved
Well what can i say except, my apologies to the XAML team. I was reviewing the XAML code from my last post and there you go, I forgot to set the HorizontalAlignment to Center which was present on the Boo code. After inserting the appropriate setter the...

Posted by smash | with no comments

Filed under:

XAML renders differently
I was reading with great interest Keith's posts about creating a color chart in ASP.NET and decided to roll out a similar WPF application in pure code first - in Boo ofcourse - and in XAML second. The former will be a Windows application and the latter...

Posted by smash | 3 comment(s)

Filed under: , , , ,