<?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"
	>
<channel>
	<title>Comments for WPFBlog</title>
	<atom:link href="http://wpfblog.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpfblog.info</link>
	<description>Just another WPF blog</description>
	<pubDate>Sat, 22 Nov 2008 04:11:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on How to round a TextBox by Arunkumar</title>
		<link>http://wpfblog.info/2008/05/26/how-to-round-a-textbox/#comment-304</link>
		<dc:creator>Arunkumar</dc:creator>
		<pubDate>Fri, 29 Aug 2008 09:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://wpfblog.info/?p=9#comment-304</guid>
		<description>This was really useful. Thank you very much for sharing the information

:)</description>
		<content:encoded><![CDATA[<p>This was really useful. Thank you very much for sharing the information</p>
<p> <img src='http://wpfblog.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reflecting on Reflections by indyfromoz</title>
		<link>http://wpfblog.info/2008/06/18/reflecting-on-reflections/#comment-172</link>
		<dc:creator>indyfromoz</dc:creator>
		<pubDate>Fri, 01 Aug 2008 00:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://wpfblog.info/?p=36#comment-172</guid>
		<description>Great exposition of your thoughts! I downloaded the sample app, compiled it, it works fine. "Window1.xaml" loaded in VS2008 barfs with an error - 

Error	1	Specified element is already the logical child of another element. Disconnect it first.	C:\Work\WPF\wpfbloginfoeyecandy\WPFBlog.Info\Window1.xaml	115	13	WPFBlog.Info

Any ideas?

Cheers,
indyfromoz</description>
		<content:encoded><![CDATA[<p>Great exposition of your thoughts! I downloaded the sample app, compiled it, it works fine. &#8220;Window1.xaml&#8221; loaded in VS2008 barfs with an error - </p>
<p>Error	1	Specified element is already the logical child of another element. Disconnect it first.	C:\Work\WPF\wpfbloginfoeyecandy\WPFBlog.Info\Window1.xaml	115	13	WPFBlog.Info</p>
<p>Any ideas?</p>
<p>Cheers,<br />
indyfromoz</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF Treeview Org Chart - A Bit of Refactoring by Nitin</title>
		<link>http://wpfblog.info/2008/05/27/wpf-treeview-org-chart-a-bit-of-refactoring/#comment-16</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Tue, 01 Jul 2008 20:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://wpfblog.info/?p=18#comment-16</guid>
		<description>Dear Sir,
        Thank you for nice example.I am new to WPF. How to add abitily so that user can navigate through treeview (adding nodeselected/click events)? I am trying to use dataset to populate treeview. Also how to add soft scroll to nodes?
        Hope to hear from you soon.
Thank you

Nitin</description>
		<content:encoded><![CDATA[<p>Dear Sir,<br />
        Thank you for nice example.I am new to WPF. How to add abitily so that user can navigate through treeview (adding nodeselected/click events)? I am trying to use dataset to populate treeview. Also how to add soft scroll to nodes?<br />
        Hope to hear from you soon.<br />
Thank you</p>
<p>Nitin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF Treeview Org Chart - A Bit of Refactoring by org role tree view now with connecting lines &#171; for the thesis</title>
		<link>http://wpfblog.info/2008/05/27/wpf-treeview-org-chart-a-bit-of-refactoring/#comment-15</link>
		<dc:creator>org role tree view now with connecting lines &#171; for the thesis</dc:creator>
		<pubDate>Mon, 30 Jun 2008 22:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpfblog.info/?p=18#comment-15</guid>
		<description>[...] 30, 2008   managed to port the solution from  http://wpfblog.info/2008/05/27/wpf-treeview-org-chart-a-bit-of-refactoring/ and combine with the previous solution.     Posted by ahmylife Filed in role management Tags: gui, [...]</description>
		<content:encoded><![CDATA[<p>[...] 30, 2008   managed to port the solution from  <a href="http://wpfblog.info/2008/05/27/wpf-treeview-org-chart-a-bit-of-refactoring/" rel="nofollow">http://wpfblog.info/2008/05/27/wpf-treeview-org-chart-a-bit-of-refactoring/</a> and combine with the previous solution.     Posted by ahmylife Filed in role management Tags: gui, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reflecting on Reflections by Map AttachedProperties &#171; Alex&#8217; Blog</title>
		<link>http://wpfblog.info/2008/06/18/reflecting-on-reflections/#comment-14</link>
		<dc:creator>Map AttachedProperties &#171; Alex&#8217; Blog</dc:creator>
		<pubDate>Mon, 23 Jun 2008 13:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://wpfblog.info/?p=36#comment-14</guid>
		<description>[...] Currently I try to implement are reusable control for reflection in WPF. I come to the conclusion that XAML is a very easy way to achieve such a effect but it is not the &#8216;modern abstract&#8217; way. So after a while I found a very nice example which operates with AttachedProperties to display a reflection (see Reflecting on Reflections). [...]</description>
		<content:encoded><![CDATA[<p>[...] Currently I try to implement are reusable control for reflection in WPF. I come to the conclusion that XAML is a very easy way to achieve such a effect but it is not the &#8216;modern abstract&#8217; way. So after a while I found a very nice example which operates with AttachedProperties to display a reflection (see Reflecting on Reflections). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reflecting on Reflections by Alex</title>
		<link>http://wpfblog.info/2008/06/18/reflecting-on-reflections/#comment-13</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 23 Jun 2008 13:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://wpfblog.info/?p=36#comment-13</guid>
		<description>Oh sorry, please delete my double posts!
But I cannot post the XAML code. It will be removed automatically.

One more try:

  
  
  
</description>
		<content:encoded><![CDATA[<p>Oh sorry, please delete my double posts!<br />
But I cannot post the XAML code. It will be removed automatically.</p>
<p>One more try:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reflecting on Reflections by Alex</title>
		<link>http://wpfblog.info/2008/06/18/reflecting-on-reflections/#comment-12</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 23 Jun 2008 13:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpfblog.info/?p=36#comment-12</guid>
		<description>Very nice! I like your implementation but there are still issues with elements within Panels.
Try this with your implementation:

  
  
  



As you can see all elements lose their orientations. The reason is simple:
All you have to do is to map all AttachedProperties to the new container of your element.
So I wrote a simple ‘AttachedPropertiesManager’.
Here an example:
if ((originalParent is Panel))
{
AttachedPropertiesManager.SaveAttachedProperties(reflectionTarget);
(originalParent as Panel).Children.Remove(reflectionTarget);
}

and later on:

if (originalParent is Panel)
{
Panel parent = originalParent as Panel;
AttachedPropertiesManager.RestoreAttachedProperties(container);
parent.Children.Add(container);
}

A first implemation of the manager can be found here:
http://bremora.wordpress.com/2008/06/23/map-attachedproperties/</description>
		<content:encoded><![CDATA[<p>Very nice! I like your implementation but there are still issues with elements within Panels.<br />
Try this with your implementation:</p>
<p>As you can see all elements lose their orientations. The reason is simple:<br />
All you have to do is to map all AttachedProperties to the new container of your element.<br />
So I wrote a simple ‘AttachedPropertiesManager’.<br />
Here an example:<br />
if ((originalParent is Panel))<br />
{<br />
AttachedPropertiesManager.SaveAttachedProperties(reflectionTarget);<br />
(originalParent as Panel).Children.Remove(reflectionTarget);<br />
}</p>
<p>and later on:</p>
<p>if (originalParent is Panel)<br />
{<br />
Panel parent = originalParent as Panel;<br />
AttachedPropertiesManager.RestoreAttachedProperties(container);<br />
parent.Children.Add(container);<br />
}</p>
<p>A first implemation of the manager can be found here:<br />
<a href="http://bremora.wordpress.com/2008/06/23/map-attachedproperties/" rel="nofollow">http://bremora.wordpress.com/2008/06/23/map-attachedproperties/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reflecting on Reflections by Alex</title>
		<link>http://wpfblog.info/2008/06/18/reflecting-on-reflections/#comment-11</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 23 Jun 2008 13:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://wpfblog.info/?p=36#comment-11</guid>
		<description>Very nice! I like your implementation but there are still issues with elements within Panels.
Try this with your implementation:

  
  
  


As you can see all elements lose their orientations. The reason is simple:
All you have to do is to map all AttachedProperties to the new container of your element.
So I wrote a simple 'AttachedPropertiesManager'. 
Here an example:
if ((originalParent is Panel))
{
    AttachedPropertiesManager.SaveAttachedProperties(reflectionTarget);
    (originalParent as Panel).Children.Remove(reflectionTarget);
}

and later on:

if (originalParent is Panel)
{
    Panel parent = originalParent as Panel;
    AttachedPropertiesManager.RestoreAttachedProperties(container);
    parent.Children.Add(container);
}

A first implemation of the manager can be found here:
http://bremora.wordpress.com/2008/06/23/map-attachedproperties/</description>
		<content:encoded><![CDATA[<p>Very nice! I like your implementation but there are still issues with elements within Panels.<br />
Try this with your implementation:</p>
<p>As you can see all elements lose their orientations. The reason is simple:<br />
All you have to do is to map all AttachedProperties to the new container of your element.<br />
So I wrote a simple &#8216;AttachedPropertiesManager&#8217;.<br />
Here an example:<br />
if ((originalParent is Panel))<br />
{<br />
    AttachedPropertiesManager.SaveAttachedProperties(reflectionTarget);<br />
    (originalParent as Panel).Children.Remove(reflectionTarget);<br />
}</p>
<p>and later on:</p>
<p>if (originalParent is Panel)<br />
{<br />
    Panel parent = originalParent as Panel;<br />
    AttachedPropertiesManager.RestoreAttachedProperties(container);<br />
    parent.Children.Add(container);<br />
}</p>
<p>A first implemation of the manager can be found here:<br />
<a href="http://bremora.wordpress.com/2008/06/23/map-attachedproperties/" rel="nofollow">http://bremora.wordpress.com/2008/06/23/map-attachedproperties/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reflecting on Reflections by Grant Hinkson</title>
		<link>http://wpfblog.info/2008/06/18/reflecting-on-reflections/#comment-10</link>
		<dc:creator>Grant Hinkson</dc:creator>
		<pubDate>Thu, 19 Jun 2008 02:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://wpfblog.info/?p=36#comment-10</guid>
		<description>Nice work Roland! I'm glad to see the Reflection control is still evolving. I also like your approach here... very clean!</description>
		<content:encoded><![CDATA[<p>Nice work Roland! I&#8217;m glad to see the Reflection control is still evolving. I also like your approach here&#8230; very clean!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Zimba by roland</title>
		<link>http://wpfblog.info/2008/05/30/introducing-zimba/#comment-9</link>
		<dc:creator>roland</dc:creator>
		<pubDate>Wed, 18 Jun 2008 04:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://wpfblog.info/?p=26#comment-9</guid>
		<description>Hi Mike!  Yeah, I'm definitely keeping an eye on Live Mesh.  Currently I'm using the WCF NetPeerTCP transport but something more refined like Live Mesh would make life easier for sure.  

Thanks for visiting!

-r</description>
		<content:encoded><![CDATA[<p>Hi Mike!  Yeah, I&#8217;m definitely keeping an eye on Live Mesh.  Currently I&#8217;m using the WCF NetPeerTCP transport but something more refined like Live Mesh would make life easier for sure.  </p>
<p>Thanks for visiting!</p>
<p>-r</p>
]]></content:encoded>
	</item>
</channel>
</rss>
