<?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: iPhone: Number Pad with a decimal point (OS 3.0, OS 4.0) using public API</title>
	<atom:link href="http://blog.devedup.com/index.php/2010/03/13/iphone-number-pad-with-a-decimal-point/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devedup.com/index.php/2010/03/13/iphone-number-pad-with-a-decimal-point/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 01:53:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Livegix</title>
		<link>http://blog.devedup.com/index.php/2010/03/13/iphone-number-pad-with-a-decimal-point/comment-page-2/#comment-5928</link>
		<dc:creator>Livegix</dc:creator>
		<pubDate>Sat, 07 Jan 2012 16:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=187#comment-5928</guid>
		<description>Just figured out, that there is a bug since iOS4.3. if Emoji Keyboard is enabled. If you use Emoji keyboard in i.e. messages and leave it (don`t change it back to normal), the Emoji Keyboard appears as well in the App where the NumberKeyPad usually should appear. Has somebody maybe already a fix for that? Thank´s in advance, Best regards, Jens</description>
		<content:encoded><![CDATA[<p>Just figured out, that there is a bug since iOS4.3. if Emoji Keyboard is enabled. If you use Emoji keyboard in i.e. messages and leave it (don`t change it back to normal), the Emoji Keyboard appears as well in the App where the NumberKeyPad usually should appear. Has somebody maybe already a fix for that? Thank´s in advance, Best regards, Jens</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh</title>
		<link>http://blog.devedup.com/index.php/2010/03/13/iphone-number-pad-with-a-decimal-point/comment-page-2/#comment-4738</link>
		<dc:creator>Nilesh</dc:creator>
		<pubDate>Thu, 24 Nov 2011 05:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=187#comment-4738</guid>
		<description>I have used the code to show a DONE button on the numeric keypad. It works perfectly fine till iOS 4.3. However, I am facing a strange problem using this code in iOS 5.0. For any textfield having a numeric keypad, if there are any validations done and if we get an Alertview. Then once the focus goes back to the same text field the Keypad comes up without the DONE button (i.e. DONE button disappears) and strangely this happens in iOS 5.0 only. Could you please provide some inputs on this ? It would be of great help.</description>
		<content:encoded><![CDATA[<p>I have used the code to show a DONE button on the numeric keypad. It works perfectly fine till iOS 4.3. However, I am facing a strange problem using this code in iOS 5.0. For any textfield having a numeric keypad, if there are any validations done and if we get an Alertview. Then once the focus goes back to the same text field the Keypad comes up without the DONE button (i.e. DONE button disappears) and strangely this happens in iOS 5.0 only. Could you please provide some inputs on this ? It would be of great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BizAffinchece</title>
		<link>http://blog.devedup.com/index.php/2010/03/13/iphone-number-pad-with-a-decimal-point/comment-page-2/#comment-4343</link>
		<dc:creator>BizAffinchece</dc:creator>
		<pubDate>Thu, 10 Nov 2011 15:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=187#comment-4343</guid>
		<description>Today I found differences in the Internet unburden of ads - Boardfreeads.com. Enormous design, amiably intellect usability. And most importantly, at liberty ads and articles on all the topics that worth you. It should be added, the situation offers international.                        
                        
Who knows everywhere these [url=http://boardfreeads.com/]free ads[/url]?</description>
		<content:encoded><![CDATA[<p>Today I found differences in the Internet unburden of ads &#8211; Boardfreeads.com. Enormous design, amiably intellect usability. And most importantly, at liberty ads and articles on all the topics that worth you. It should be added, the situation offers international.                        </p>
<p>Who knows everywhere these [url=http://boardfreeads.com/]free ads[/url]?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Raheem</title>
		<link>http://blog.devedup.com/index.php/2010/03/13/iphone-number-pad-with-a-decimal-point/comment-page-2/#comment-3109</link>
		<dc:creator>Imran Raheem</dc:creator>
		<pubDate>Mon, 19 Sep 2011 19:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=187#comment-3109</guid>
		<description>From OS 4.1 &amp; above, the Decimal Keyboard is now available in the SDK.

Try this:

yourTextField.keyboardType = UIKeyboardTypeDecimalPad;</description>
		<content:encoded><![CDATA[<p>From OS 4.1 &amp; above, the Decimal Keyboard is now available in the SDK.</p>
<p>Try this:</p>
<p>yourTextField.keyboardType = UIKeyboardTypeDecimalPad;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rad</title>
		<link>http://blog.devedup.com/index.php/2010/03/13/iphone-number-pad-with-a-decimal-point/comment-page-2/#comment-2363</link>
		<dc:creator>Rad</dc:creator>
		<pubDate>Thu, 14 Jul 2011 18:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=187#comment-2363</guid>
		<description>cool idea, but ...
#1 what about the landscape mode ? the dot is not visible.

#2 for me, the dot also shows up in other types of input fields that are in the same view (ie Numbers and Punctuations). 

cheers</description>
		<content:encoded><![CDATA[<p>cool idea, but &#8230;<br />
#1 what about the landscape mode ? the dot is not visible.</p>
<p>#2 for me, the dot also shows up in other types of input fields that are in the same view (ie Numbers and Punctuations). </p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.devedup.com/index.php/2010/03/13/iphone-number-pad-with-a-decimal-point/comment-page-2/#comment-2356</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 12 Jul 2011 19:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=187#comment-2356</guid>
		<description>Nice to know that it&#039;s still useful.</description>
		<content:encoded><![CDATA[<p>Nice to know that it&#8217;s still useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Biggy</title>
		<link>http://blog.devedup.com/index.php/2010/03/13/iphone-number-pad-with-a-decimal-point/comment-page-2/#comment-2349</link>
		<dc:creator>William Biggy</dc:creator>
		<pubDate>Mon, 11 Jul 2011 14:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=187#comment-2349</guid>
		<description>Sorry for the mistakes</description>
		<content:encoded><![CDATA[<p>Sorry for the mistakes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Biggy</title>
		<link>http://blog.devedup.com/index.php/2010/03/13/iphone-number-pad-with-a-decimal-point/comment-page-2/#comment-2348</link>
		<dc:creator>William Biggy</dc:creator>
		<pubDate>Mon, 11 Jul 2011 14:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=187#comment-2348</guid>
		<description>Nice thank you it&#039;s still work on ios 4.3 and 5.0</description>
		<content:encoded><![CDATA[<p>Nice thank you it&#8217;s still work on ios 4.3 and 5.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Add the Return Key for UIKeyboardTypeNumberPad in iPhone SDK 4 &#124; Iphone Dev Center</title>
		<link>http://blog.devedup.com/index.php/2010/03/13/iphone-number-pad-with-a-decimal-point/comment-page-2/#comment-2301</link>
		<dc:creator>Add the Return Key for UIKeyboardTypeNumberPad in iPhone SDK 4 &#124; Iphone Dev Center</dc:creator>
		<pubDate>Thu, 30 Jun 2011 18:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=187#comment-2301</guid>
		<description>[...] iPhone: Number Pad with a decimal point (OS 3.0, OS 4.0) using public API [...]</description>
		<content:encoded><![CDATA[<p>[...] iPhone: Number Pad with a decimal point (OS 3.0, OS 4.0) using public API [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dong hyy</title>
		<link>http://blog.devedup.com/index.php/2010/03/13/iphone-number-pad-with-a-decimal-point/comment-page-2/#comment-2275</link>
		<dc:creator>dong hyy</dc:creator>
		<pubDate>Thu, 23 Jun 2011 03:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=187#comment-2275</guid>
		<description>thanks for share!</description>
		<content:encoded><![CDATA[<p>thanks for share!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

