<?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: Editing Decimal Numbers with UITextField control with MonoTouch</title>
	<atom:link href="http://escoz.com/editing-decimal-numbers-with-uitextfield-control-with-monotouch/feed/" rel="self" type="application/rss+xml" />
	<link>http://escoz.com/editing-decimal-numbers-with-uitextfield-control-with-monotouch/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Aug 2010 12:22:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ESCOZ</title>
		<link>http://escoz.com/editing-decimal-numbers-with-uitextfield-control-with-monotouch/#comment-981</link>
		<dc:creator>ESCOZ</dc:creator>
		<pubDate>Sun, 14 Feb 2010 13:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://escoz.com/blog/?p=147#comment-981</guid>
		<description>Hi Matt,
That is probably happening because the class doesn&#039;t have any CocoaTouch.net bindings to connect to the objects in IB. When you inherit the class, MonoDevelop creates those automatically for you, but if you just change the class name you have to do it manually. 

You&#039;ll need to add this above the class definition of the UIDecimalField:

[MonoTouch.Foundation.Register(&quot;UIDecimalField&quot;)]

And a constructor to be used by the NIB loader:
public UIDecimalField (IntPtr p) : base (p) {}

Let me know if that works!</description>
		<content:encoded><![CDATA[<p>Hi Matt,<br />
That is probably happening because the class doesn&#8217;t have any CocoaTouch.net bindings to connect to the objects in IB. When you inherit the class, MonoDevelop creates those automatically for you, but if you just change the class name you have to do it manually. </p>
<p>You&#8217;ll need to add this above the class definition of the UIDecimalField:</p>
<p>[MonoTouch.Foundation.Register("UIDecimalField")]</p>
<p>And a constructor to be used by the NIB loader:<br />
public UIDecimalField (IntPtr p) : base (p) {}</p>
<p>Let me know if that works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://escoz.com/editing-decimal-numbers-with-uitextfield-control-with-monotouch/#comment-980</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 14 Feb 2010 07:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://escoz.com/blog/?p=147#comment-980</guid>
		<description>I&#039;m having trouble getting this to work using the basic Interface Builder and standard View style (as opposed to the inherited view you mentioned in the previous post).  Does this require using the inherited view method?

The code builds and seems to think it&#039;s working with the UIDecimalField, but the Simulator treats it exactly as though it was just a basic text field.  Got any advice?  Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble getting this to work using the basic Interface Builder and standard View style (as opposed to the inherited view you mentioned in the previous post).  Does this require using the inherited view method?</p>
<p>The code builds and seems to think it&#8217;s working with the UIDecimalField, but the Simulator treats it exactly as though it was just a basic text field.  Got any advice?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention ESCOZ » Blog Archive » Editing Decimal Numbers with UITextField control with MonoTouch -- Topsy.com</title>
		<link>http://escoz.com/editing-decimal-numbers-with-uitextfield-control-with-monotouch/#comment-858</link>
		<dc:creator>Tweets that mention ESCOZ » Blog Archive » Editing Decimal Numbers with UITextField control with MonoTouch -- Topsy.com</dc:creator>
		<pubDate>Mon, 18 Jan 2010 19:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://escoz.com/blog/?p=147#comment-858</guid>
		<description>[...] This post was mentioned on Twitter by escoz, escoz. escoz said: I just blogged about #Monotouch again, this time about UITextFields and decimal formatting: http://bit.ly/68uB4G [...]

[WORDPRESS HASHCASH] The comment&#039;s server IP (208.74.66.43) doesn&#039;t match the comment&#039;s URL host IP (74.112.128.10) and so is spam.</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by escoz, escoz. escoz said: I just blogged about #Monotouch again, this time about UITextFields and decimal formatting: <a href="http://bit.ly/68uB4G" rel="nofollow">http://bit.ly/68uB4G</a> [...]</p>
<p>[WORDPRESS HASHCASH] The comment&#8217;s server IP (208.74.66.43) doesn&#8217;t match the comment&#8217;s URL host IP (74.112.128.10) and so is spam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MonoTouch.Info</title>
		<link>http://escoz.com/editing-decimal-numbers-with-uitextfield-control-with-monotouch/#comment-855</link>
		<dc:creator>MonoTouch.Info</dc:creator>
		<pubDate>Sat, 16 Jan 2010 20:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://escoz.com/blog/?p=147#comment-855</guid>
		<description>&lt;strong&gt;Editing Decimal Numbers with UITextField control with MonoTouch...&lt;/strong&gt;

Thank you for submitting this entry - Trackback from MonoTouch.Info...</description>
		<content:encoded><![CDATA[<p><strong>Editing Decimal Numbers with UITextField control with MonoTouch&#8230;</strong></p>
<p>Thank you for submitting this entry &#8211; Trackback from MonoTouch.Info&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
