<?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 for rubenhak.com</title>
	<atom:link href="http://rubenhak.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://rubenhak.com</link>
	<description>Ruben Hakopian's Personal Development Blog</description>
	<lastBuildDate>Wed, 11 Apr 2012 18:22:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Installing Team Foundation Server (TFS) 2010 by rubenhak</title>
		<link>http://rubenhak.com/?p=314&#038;cpage=1#comment-1992</link>
		<dc:creator>rubenhak</dc:creator>
		<pubDate>Wed, 11 Apr 2012 18:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://rubenhak.com/?p=314#comment-1992</guid>
		<description>&lt;a href=&quot;#comment-451&quot; rel=&quot;nofollow&quot;&gt;@Sebastien &lt;/a&gt; 
Thank you Sebastien for your comment! I&#039;ve included it into to list</description>
		<content:encoded><![CDATA[<p><a href="#comment-451" rel="nofollow">@Sebastien </a><br />
Thank you Sebastien for your comment! I&#8217;ve included it into to list</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF Maskable TextBox for Numeric Values by rubenhak</title>
		<link>http://rubenhak.com/?p=8&#038;cpage=1#comment-466</link>
		<dc:creator>rubenhak</dc:creator>
		<pubDate>Tue, 09 Nov 2010 22:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://rubenhak.com/?p=8#comment-466</guid>
		<description>&lt;a href=&quot;#comment-462&quot; rel=&quot;nofollow&quot;&gt;@lasko &lt;/a&gt; 
Binding to Text works fine to me since this is a regular WPF property. Please remember that you need to leave the focus of textbox in order to update binding. Otherwise try to put:
&lt;TextBox Text=&quot;{Binding Path=Value,Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}&quot; /&gt;

Hope it helps.</description>
		<content:encoded><![CDATA[<p><a href="#comment-462" rel="nofollow">@lasko </a><br />
Binding to Text works fine to me since this is a regular WPF property. Please remember that you need to leave the focus of textbox in order to update binding. Otherwise try to put:<br />
<textbox Text="{Binding Path=Value,Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" /></p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Object To Interface Caster Utility by rubenhak</title>
		<link>http://rubenhak.com/?p=167&#038;cpage=1#comment-465</link>
		<dc:creator>rubenhak</dc:creator>
		<pubDate>Tue, 09 Nov 2010 22:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://rubenhak.com/?p=167#comment-465</guid>
		<description>&lt;a href=&quot;#comment-461&quot; rel=&quot;nofollow&quot;&gt;@Philippe Dykmans &lt;/a&gt; 
Thank you! I will include it in the next version. I&#039;ve got some more enhanced version to be ready soon. Please come back in couple of weeks to get it.</description>
		<content:encoded><![CDATA[<p><a href="#comment-461" rel="nofollow">@Philippe Dykmans </a><br />
Thank you! I will include it in the next version. I&#8217;ve got some more enhanced version to be ready soon. Please come back in couple of weeks to get it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF Maskable TextBox for Numeric Values by rubenhak</title>
		<link>http://rubenhak.com/?p=8&#038;cpage=1#comment-464</link>
		<dc:creator>rubenhak</dc:creator>
		<pubDate>Tue, 09 Nov 2010 22:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://rubenhak.com/?p=8#comment-464</guid>
		<description>&lt;a href=&quot;#comment-454&quot; rel=&quot;nofollow&quot;&gt;@Bjørnar &lt;/a&gt; 
Hi, I didn&#039;t really get the idea what you&#039;re trying to do. I try to type &quot;1&quot;, &quot;0&quot;, &quot;.&quot;, &quot;3&quot; and eventually get &quot;10.3&quot;. Please explain hos is that related to maxlength? 

Its been a while I didn&#039;t make any changes to this project, but if you have improvements I&#039;d happily include them.</description>
		<content:encoded><![CDATA[<p><a href="#comment-454" rel="nofollow">@Bjørnar </a><br />
Hi, I didn&#8217;t really get the idea what you&#8217;re trying to do. I try to type &#8220;1&#8243;, &#8220;0&#8243;, &#8220;.&#8221;, &#8220;3&#8243; and eventually get &#8220;10.3&#8243;. Please explain hos is that related to maxlength? </p>
<p>Its been a while I didn&#8217;t make any changes to this project, but if you have improvements I&#8217;d happily include them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF Maskable TextBox for Numeric Values by lasko</title>
		<link>http://rubenhak.com/?p=8&#038;cpage=1#comment-462</link>
		<dc:creator>lasko</dc:creator>
		<pubDate>Sun, 07 Nov 2010 11:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://rubenhak.com/?p=8#comment-462</guid>
		<description>dear friend 
thank you for good job
but there is some confusing i applyed your work on my text box that in DataTemplate witch would be choosen from DataTemplateSelecor class and the result was good but i loost TwoWay binding for TextBox.Text as shown below:

 
            
        

by the way the binding of MaxValue and MinValue is Working 
but this section never work  &lt;TextBox Text=&quot;{Binding Path=Value,Mode=TwoWay}&quot;
please reply me ASAP 
best regard</description>
		<content:encoded><![CDATA[<p>dear friend<br />
thank you for good job<br />
but there is some confusing i applyed your work on my text box that in DataTemplate witch would be choosen from DataTemplateSelecor class and the result was good but i loost TwoWay binding for TextBox.Text as shown below:</p>
<p>by the way the binding of MaxValue and MinValue is Working<br />
but this section never work  &lt;TextBox Text=&quot;{Binding Path=Value,Mode=TwoWay}&quot;<br />
please reply me ASAP<br />
best regard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Object To Interface Caster Utility by Philippe Dykmans</title>
		<link>http://rubenhak.com/?p=167&#038;cpage=1#comment-461</link>
		<dc:creator>Philippe Dykmans</dc:creator>
		<pubDate>Sat, 06 Nov 2010 19:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://rubenhak.com/?p=167#comment-461</guid>
		<description>Works great! But there&#039;s a bug also...

A few lines in the As( object o ) method, it returns null if o is null. However, this code will never be reached. Because a few lines before you call o.GetType(). Which will throw a NullReferenceException if o is null.

All in all, i have put the checks for null and &#039;is T&#039; before anything else. Because there&#039;s no use in doing checks if things can be returned as they are.

Regards,
Philippe</description>
		<content:encoded><![CDATA[<p>Works great! But there&#8217;s a bug also&#8230;</p>
<p>A few lines in the As( object o ) method, it returns null if o is null. However, this code will never be reached. Because a few lines before you call o.GetType(). Which will throw a NullReferenceException if o is null.</p>
<p>All in all, i have put the checks for null and &#8216;is T&#8217; before anything else. Because there&#8217;s no use in doing checks if things can be returned as they are.</p>
<p>Regards,<br />
Philippe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF Maskable TextBox for Numeric Values by Bjørnar</title>
		<link>http://rubenhak.com/?p=8&#038;cpage=1#comment-454</link>
		<dc:creator>Bjørnar</dc:creator>
		<pubDate>Wed, 27 Oct 2010 12:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://rubenhak.com/?p=8#comment-454</guid>
		<description>&lt;a href=&quot;#comment-453&quot; rel=&quot;nofollow&quot;&gt;@Bjørnar &lt;/a&gt; 
That is, to get the value 10.3, i need to enter 103 and then add the comma at the correct location. I can&#039;t enter them in the order 1, 0, ., 3</description>
		<content:encoded><![CDATA[<p><a href="#comment-453" rel="nofollow">@Bjørnar </a><br />
That is, to get the value 10.3, i need to enter 103 and then add the comma at the correct location. I can&#8217;t enter them in the order 1, 0, ., 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF Maskable TextBox for Numeric Values by Bjørnar</title>
		<link>http://rubenhak.com/?p=8&#038;cpage=1#comment-453</link>
		<dc:creator>Bjørnar</dc:creator>
		<pubDate>Wed, 27 Oct 2010 12:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://rubenhak.com/?p=8#comment-453</guid>
		<description>Hi
Great code. There is just one problem I experience with using MaskType.Decimal, and that is when I click decimal separator, it is not entered into the textbox, and I&#039;m not able to specify a decimal. When debugging the code, the last few lines in TextBox_PreviewTextInput assign new values to text, caret, etc for the textbox. When stepping over these assignments, the value doesn&#039;t change, and I can&#039;t see why.

I also added the following code to the beginning of the TextBox_PreviewTextInput method to validate against the MaxLength property of the textbox.
				if (_this.MaxLength &gt; 0 &amp;&amp; _this.Text.Length &gt;= _this.MaxLength)
				{
					e.Handled = true;
					return;
				}

Also, timestamps on the files in the zip are from last year. Is there a different download to get the latest version?</description>
		<content:encoded><![CDATA[<p>Hi<br />
Great code. There is just one problem I experience with using MaskType.Decimal, and that is when I click decimal separator, it is not entered into the textbox, and I&#8217;m not able to specify a decimal. When debugging the code, the last few lines in TextBox_PreviewTextInput assign new values to text, caret, etc for the textbox. When stepping over these assignments, the value doesn&#8217;t change, and I can&#8217;t see why.</p>
<p>I also added the following code to the beginning of the TextBox_PreviewTextInput method to validate against the MaxLength property of the textbox.<br />
				if (_this.MaxLength &gt; 0 &amp;&amp; _this.Text.Length &gt;= _this.MaxLength)<br />
				{<br />
					e.Handled = true;<br />
					return;<br />
				}</p>
<p>Also, timestamps on the files in the zip are from last year. Is there a different download to get the latest version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Team Foundation Server (TFS) 2010 by Sebastien</title>
		<link>http://rubenhak.com/?p=314&#038;cpage=1#comment-451</link>
		<dc:creator>Sebastien</dc:creator>
		<pubDate>Mon, 25 Oct 2010 13:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://rubenhak.com/?p=314#comment-451</guid>
		<description>Thank you very much for this. I would add that when creating the Reporting database in the Reporting Services Configuration Manager, you have to choose the native mode because if you take the SharePoint integrated mode it won&#039;t work and you will have big time finding the problem, like I did.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this. I would add that when creating the Reporting database in the Reporting Services Configuration Manager, you have to choose the native mode because if you take the SharePoint integrated mode it won&#8217;t work and you will have big time finding the problem, like I did.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF Maskable TextBox for Numeric Values by rubenhak</title>
		<link>http://rubenhak.com/?p=8&#038;cpage=1#comment-442</link>
		<dc:creator>rubenhak</dc:creator>
		<pubDate>Fri, 08 Oct 2010 00:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://rubenhak.com/?p=8#comment-442</guid>
		<description>&lt;a href=&quot;#comment-441&quot; rel=&quot;nofollow&quot;&gt;@Jay &lt;/a&gt; 
Hi Jay, can you please post here sample usage.
Thanks!</description>
		<content:encoded><![CDATA[<p><a href="#comment-441" rel="nofollow">@Jay </a><br />
Hi Jay, can you please post here sample usage.<br />
Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
