<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Writing controls in WPF/E</title><link>http://blogs.msdn.com/nickkramer/archive/2007/02/27/writing-controls-in-wpf-e.aspx</link><description>A while back, I promised to share some tips and tricks about writing controls in the WPF/E CTP (yeah, I apologize, it's been a busy year). A lot of the SDK samples make use of a little framework that Peter Blois wrote which uses JavaScript's eval to create</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Writing controls in WPF/E</title><link>http://blogs.msdn.com/nickkramer/archive/2007/02/27/writing-controls-in-wpf-e.aspx#1768115</link><pubDate>Tue, 27 Feb 2007 12:56:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1768115</guid><dc:creator>tanganik</dc:creator><description>&lt;p&gt;Is there any way to look how it works this example, because I’m trying run and I have a problems. In this rows I have unknown exeptions&lt;/p&gt;
&lt;p&gt;state.templateRoot = wpfeControl.createFromXaml(xaml);&lt;/p&gt;
&lt;p&gt;canvas.Children.Add(state.templateRoot);&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;
&lt;p&gt;Nick&lt;/p&gt;
</description></item><item><title>Nick Kramer on Writing Reusable Controls in WPF/E </title><link>http://blogs.msdn.com/nickkramer/archive/2007/02/27/writing-controls-in-wpf-e.aspx#1768392</link><pubDate>Tue, 27 Feb 2007 14:35:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1768392</guid><dc:creator>Mike Harsh's Blog</dc:creator><description>&lt;p&gt;Nick has written an in-depth post on a method to write reusable widgets in WPF/E. This is really a mini-framework&lt;/p&gt;
</description></item><item><title>re: Writing controls in WPF/E</title><link>http://blogs.msdn.com/nickkramer/archive/2007/02/27/writing-controls-in-wpf-e.aspx#1768541</link><pubDate>Tue, 27 Feb 2007 15:37:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1768541</guid><dc:creator>tanganik</dc:creator><description>&lt;p&gt;I fixed problems&lt;/p&gt;
&lt;p&gt;1. You must replace this code with february CTP &lt;/p&gt;
&lt;p&gt;&amp;lt;!-- Button.xaml --&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Canvas&lt;/p&gt;
&lt;p&gt;xmlns=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot;"&gt;http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;xmlns:x=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;"&gt;http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Correct&lt;/p&gt;
&lt;p&gt;&amp;lt;Canvas&lt;/p&gt;
&lt;p&gt;xmlns=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/client/2007&amp;quot;"&gt;http://schemas.microsoft.com/client/2007&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;xmlns:x=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;"&gt;http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. there wasn't &amp;nbsp;font &amp;quot;segmcsb.ttf&amp;quot;, after that I replace with Verdana, mini-framework run&lt;/p&gt;
&lt;p&gt;Thanks again&lt;/p&gt;
&lt;p&gt;Nick&lt;/p&gt;
</description></item><item><title>Thoughts on WPF/E (and a bit of ASP.NET AJAX)</title><link>http://blogs.msdn.com/nickkramer/archive/2007/02/27/writing-controls-in-wpf-e.aspx#1952524</link><pubDate>Mon, 26 Mar 2007 17:26:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1952524</guid><dc:creator>Marc: My Words</dc:creator><description>&lt;p&gt;The recent Proof of Concept work we've been working on has mainly involved the use of WPF/E as we look&lt;/p&gt;
</description></item><item><title>re: Writing controls in WPF/E</title><link>http://blogs.msdn.com/nickkramer/archive/2007/02/27/writing-controls-in-wpf-e.aspx#1985799</link><pubDate>Thu, 29 Mar 2007 11:07:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1985799</guid><dc:creator>Gerard</dc:creator><description>&lt;p&gt;Can I donwload the source code somewhere???&lt;/p&gt;
&lt;p&gt;That would be nice.&lt;/p&gt;
&lt;p&gt;greetings me&lt;/p&gt;
</description></item></channel></rss>