<?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: Taking Control of the Flex Soft Keyboard</title>
	<atom:link href="http://steveonjava.com/taking-control-of-the-flex-soft-keyboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://flash.steveonjava.com/taking-control-of-the-flex-soft-keyboard/</link>
	<description>Hacking Java, JavaFX, and Flash with Agility</description>
	<lastBuildDate>Thu, 17 May 2012 02:04:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Indra</title>
		<link>http://flash.steveonjava.com/taking-control-of-the-flex-soft-keyboard/#comment-85303</link>
		<dc:creator>Indra</dc:creator>
		<pubDate>Thu, 19 Apr 2012 05:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1900#comment-85303</guid>
		<description>Hi,

When the soft keyboard pops up, my view doesn&#039;t pan up so that the text i am typing is not visible. i have made the property needssoftkeyboard =&quot;true&quot;. still my view doesn&#039;t pan up. can you help?

Thanks and regards,
Indra.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>When the soft keyboard pops up, my view doesn&#8217;t pan up so that the text i am typing is not visible. i have made the property needssoftkeyboard =&#8221;true&#8221;. still my view doesn&#8217;t pan up. can you help?</p>
<p>Thanks and regards,<br />
Indra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Zen</title>
		<link>http://flash.steveonjava.com/taking-control-of-the-flex-soft-keyboard/#comment-66909</link>
		<dc:creator>Dan Zen</dc:creator>
		<pubDate>Mon, 17 Oct 2011 04:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1900#comment-66909</guid>
		<description>try resizeForSoftKeyboard=&quot;false&quot; in the s:ViewNavigatorApplication tag</description>
		<content:encoded><![CDATA[<p>try resizeForSoftKeyboard=&#8221;false&#8221; in the s:ViewNavigatorApplication tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://flash.steveonjava.com/taking-control-of-the-flex-soft-keyboard/#comment-58841</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Tue, 06 Sep 2011 21:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1900#comment-58841</guid>
		<description>Thanks for the post. Have you tried this with a loaded SWF? We created an SWF and then use SWFLoader in the Flex Mobile to load it to screen - that part works great. But, when you click (touch) on a TextField in the SWF, it brings up the softkeyboard and shrinks the entire SWF before covering it over with the keyboard? I would be keen to know how to make this stop happening. I&#039;d like the softkeyboard to show up over the bottom portion of the SWF and have the SWF not change size at all if a TextField is clicked on. Any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks for the post. Have you tried this with a loaded SWF? We created an SWF and then use SWFLoader in the Flex Mobile to load it to screen &#8211; that part works great. But, when you click (touch) on a TextField in the SWF, it brings up the softkeyboard and shrinks the entire SWF before covering it over with the keyboard? I would be keen to know how to make this stop happening. I&#8217;d like the softkeyboard to show up over the bottom portion of the SWF and have the SWF not change size at all if a TextField is clicked on. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveonjava</title>
		<link>http://flash.steveonjava.com/taking-control-of-the-flex-soft-keyboard/#comment-50405</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Sat, 23 Jul 2011 19:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1900#comment-50405</guid>
		<description>Quick update...  got a response on my bug already:
&gt; will be fixed in 4.5.2

So it looks like you won&#039;t have long to wait for number support in the soft keyboard.  :)</description>
		<content:encoded><![CDATA[<p>Quick update&#8230;  got a response on my bug already:<br />
> will be fixed in 4.5.2</p>
<p>So it looks like you won&#8217;t have long to wait for number support in the soft keyboard.  <img src='http://steveonjava.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveonjava</title>
		<link>http://flash.steveonjava.com/taking-control-of-the-flex-soft-keyboard/#comment-50225</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Fri, 22 Jul 2011 18:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1900#comment-50225</guid>
		<description>Russ,

Unfortunately, the answer is no.  This is a design limitation in the current soft keyboard implementation.

At least for the numeric case, the way I would expect it to work is like this:
&lt;s:TextArea text=&quot;Numeric only&quot; restrict=&quot;0-9&quot;/&gt;

This is similar to how the numeric keyboard responds from within the browser (although using a pattern property in that case).

I created an enhancement request for this.  Please vote it up!
http://bugs.adobe.com/jira/browse/SDK-30865</description>
		<content:encoded><![CDATA[<p>Russ,</p>
<p>Unfortunately, the answer is no.  This is a design limitation in the current soft keyboard implementation.</p>
<p>At least for the numeric case, the way I would expect it to work is like this:<br />
&lt;s:TextArea text=&#8221;Numeric only&#8221; restrict=&#8221;0-9&#8243;/&gt;</p>
<p>This is similar to how the numeric keyboard responds from within the browser (although using a pattern property in that case).</p>
<p>I created an enhancement request for this.  Please vote it up!<br />
<a href="http://bugs.adobe.com/jira/browse/SDK-30865" rel="nofollow">http://bugs.adobe.com/jira/browse/SDK-30865</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://flash.steveonjava.com/taking-control-of-the-flex-soft-keyboard/#comment-50175</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Fri, 22 Jul 2011 11:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1900#comment-50175</guid>
		<description>Great article. Is there a way to have the number part of the keyboard to appear on focus?</description>
		<content:encoded><![CDATA[<p>Great article. Is there a way to have the number part of the keyboard to appear on focus?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

