<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/13405220?origin\x3dhttp://pavanpodila.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Sunday, May 28, 2006

WPF Polarium clone updated to May CTP of WinFX

To get my hands wet with a little WPF code I decided to update my Polarium clone to the May CTP of WinFX Beta 2. There were minor changes related to the namespaces as detailed in this blog post. In addition I had to update the namespaces related to the Expression Interactive Designer (EID). For that I created a sample EID project and looked at the generated XAML code to get the namespaces.

Here is the direct link to the Source and Binaries.