<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Bindable WPF RichText Editor with XAML/HTML Convertor</title>
	<atom:link href="http://michaelsync.net/2009/06/09/bindable-wpf-richtext-editor-with-xamlhtml-convertor/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2009/06/09/bindable-wpf-richtext-editor-with-xamlhtml-convertor</link>
	<description>Sharing our knowledge</description>
	<lastBuildDate>Thu, 04 Mar 2010 13:05:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TimOther</title>
		<link>http://michaelsync.net/2009/06/09/bindable-wpf-richtext-editor-with-xamlhtml-convertor/comment-page-1#comment-204785</link>
		<dc:creator>TimOther</dc:creator>
		<pubDate>Wed, 18 Nov 2009 20:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1397#comment-204785</guid>
		<description>I would also like to see the source that fixed the TextChanged issue.

Thanks.</description>
		<content:encoded><![CDATA[<p>I would also like to see the source that fixed the TextChanged issue.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Scherf</title>
		<link>http://michaelsync.net/2009/06/09/bindable-wpf-richtext-editor-with-xamlhtml-convertor/comment-page-1#comment-200134</link>
		<dc:creator>Michael Scherf</dc:creator>
		<pubDate>Mon, 12 Oct 2009 07:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1397#comment-200134</guid>
		<description>@Biper

could you post the source code that fixed the TextChanged issue? Thank you!</description>
		<content:encoded><![CDATA[<p>@Biper</p>
<p>could you post the source code that fixed the TextChanged issue? Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biper</title>
		<link>http://michaelsync.net/2009/06/09/bindable-wpf-richtext-editor-with-xamlhtml-convertor/comment-page-1#comment-196729</link>
		<dc:creator>Biper</dc:creator>
		<pubDate>Thu, 17 Sep 2009 08:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1397#comment-196729</guid>
		<description>I have fixed the problem with TextChanged. You will have to add one more field with flag like in TextBox.</description>
		<content:encoded><![CDATA[<p>I have fixed the problem with TextChanged. You will have to add one more field with flag like in TextBox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://michaelsync.net/2009/06/09/bindable-wpf-richtext-editor-with-xamlhtml-convertor/comment-page-1#comment-196723</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Thu, 17 Sep 2009 08:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1397#comment-196723</guid>
		<description>Bug 1: é à è ... not is working, change encoding to repair
class RichTextboxAssistant:
 line 29using (MemoryStream xamlMemoryStream = new MemoryStream(Encoding.UTF8.GetBytes(newXAML)))
line 103+118 : string xamlText = Encoding.UTF8.GetString(ms.ToArray());

Bug 2 :  not working
class HtmlFromXamlConverter:
Line 450
case &quot;LineBreak&quot;:
                        htmlElementName = &quot;BR&quot;;
                        break;</description>
		<content:encoded><![CDATA[<p>Bug 1: é à è &#8230; not is working, change encoding to repair<br />
class RichTextboxAssistant:<br />
 line 29using (MemoryStream xamlMemoryStream = new MemoryStream(Encoding.UTF8.GetBytes(newXAML)))<br />
line 103+118 : string xamlText = Encoding.UTF8.GetString(ms.ToArray());</p>
<p>Bug 2 :  not working<br />
class HtmlFromXamlConverter:<br />
Line 450<br />
case &#8220;LineBreak&#8221;:<br />
                        htmlElementName = &#8220;BR&#8221;;<br />
                        break;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://michaelsync.net/2009/06/09/bindable-wpf-richtext-editor-with-xamlhtml-convertor/comment-page-1#comment-193288</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Mon, 24 Aug 2009 09:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1397#comment-193288</guid>
		<description>Great work michael. Any I dea how i could run it 2008? I know you have probably has loads of guys already ask you.

All the best

Tom</description>
		<content:encoded><![CDATA[<p>Great work michael. Any I dea how i could run it 2008? I know you have probably has loads of guys already ask you.</p>
<p>All the best</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://michaelsync.net/2009/06/09/bindable-wpf-richtext-editor-with-xamlhtml-convertor/comment-page-1#comment-182798</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 01 Jul 2009 16:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1397#comment-182798</guid>
		<description>Maybe I&#039;m missing something, but after downloading the project, I don&#039;t really see any binding going on.  As a test, I changed the one line in ShowText():

Text = &quot;Changed&quot;

When I click the button, nothing happens.  Shouldn&#039;t the binding cause the RichTextBox to show that new string?</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m missing something, but after downloading the project, I don&#8217;t really see any binding going on.  As a test, I changed the one line in ShowText():</p>
<p>Text = &#8220;Changed&#8221;</p>
<p>When I click the button, nothing happens.  Shouldn&#8217;t the binding cause the RichTextBox to show that new string?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Scherf</title>
		<link>http://michaelsync.net/2009/06/09/bindable-wpf-richtext-editor-with-xamlhtml-convertor/comment-page-1#comment-182390</link>
		<dc:creator>Michael Scherf</dc:creator>
		<pubDate>Tue, 30 Jun 2009 10:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1397#comment-182390</guid>
		<description>Hello Michael,

did you find a workaround for the PropertyChanged binding? I&#039;ve got the problem that if I change the binding inside your RichTextEditor control for the RichTextBox to PropertyChanged, the caret jumps to the beginning of the document and I&#039;m not able to set a new CaretPosition inside HandleTextChanged method. Is there a suitable workaround to restore the caret position?

Greetings, Michael</description>
		<content:encoded><![CDATA[<p>Hello Michael,</p>
<p>did you find a workaround for the PropertyChanged binding? I&#8217;ve got the problem that if I change the binding inside your RichTextEditor control for the RichTextBox to PropertyChanged, the caret jumps to the beginning of the document and I&#8217;m not able to set a new CaretPosition inside HandleTextChanged method. Is there a suitable workaround to restore the caret position?</p>
<p>Greetings, Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: urza</title>
		<link>http://michaelsync.net/2009/06/09/bindable-wpf-richtext-editor-with-xamlhtml-convertor/comment-page-1#comment-180173</link>
		<dc:creator>urza</dc:creator>
		<pubDate>Sun, 21 Jun 2009 21:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1397#comment-180173</guid>
		<description>Hello, very nice work. Could you change it to VS 2008 solution please?</description>
		<content:encoded><![CDATA[<p>Hello, very nice work. Could you change it to VS 2008 solution please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Valencia</title>
		<link>http://michaelsync.net/2009/06/09/bindable-wpf-richtext-editor-with-xamlhtml-convertor/comment-page-1#comment-177521</link>
		<dc:creator>Gabriel Valencia</dc:creator>
		<pubDate>Thu, 11 Jun 2009 17:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1397#comment-177521</guid>
		<description>Hi Michael!

Excelent article, but I need to read from a DB Table a field that contain the rtf code, and also if the user change the content return the rtf code to cans ave to the DB. what do I need to change or remove?</description>
		<content:encoded><![CDATA[<p>Hi Michael!</p>
<p>Excelent article, but I need to read from a DB Table a field that contain the rtf code, and also if the user change the content return the rtf code to cans ave to the DB. what do I need to change or remove?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2009/06/09/bindable-wpf-richtext-editor-with-xamlhtml-convertor/comment-page-1#comment-177196</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Wed, 10 Jun 2009 02:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1397#comment-177196</guid>
		<description>HI Philip,

:) yes. I love to see your approach as well. By the way, Did you notice that there is one problem &quot;unsupported&quot; things in my code? 

I&#039;m not able to provide PropertyChanged binding in my attached property. :( Please let me know if you have any idea to solve that problem. :)</description>
		<content:encoded><![CDATA[<p>HI Philip,</p>
<p>:) yes. I love to see your approach as well. By the way, Did you notice that there is one problem &#8220;unsupported&#8221; things in my code? </p>
<p>I&#8217;m not able to provide PropertyChanged binding in my attached property. :( Please let me know if you have any idea to solve that problem. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
