<?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: Flex On Screen Qwerty Keyboard Component</title>
	<atom:link href="http://www.kerkness.ca/flex-on-screen-qwerty-keyboard-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerkness.ca/flex-on-screen-qwerty-keyboard-component/</link>
	<description>flexing my kerkness, among other things</description>
	<lastBuildDate>Thu, 08 Oct 2009 10:38:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: HevaBoone</title>
		<link>http://www.kerkness.ca/flex-on-screen-qwerty-keyboard-component/comment-page-1/#comment-3840</link>
		<dc:creator>HevaBoone</dc:creator>
		<pubDate>Fri, 14 Aug 2009 03:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=16#comment-3840</guid>
		<description>This looks cool so far, what&#039;s up people?
If it&#039;s not just all bots here, let me know. I&#039;m looking to network
Oh, and yes I&#039;m a real person LOL.

See ya,</description>
		<content:encoded><![CDATA[<p>This looks cool so far, what&#8217;s up people?<br />
If it&#8217;s not just all bots here, let me know. I&#8217;m looking to network<br />
Oh, and yes I&#8217;m a real person LOL.</p>
<p>See ya,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://www.kerkness.ca/flex-on-screen-qwerty-keyboard-component/comment-page-1/#comment-3378</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Wed, 05 Aug 2009 20:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=16#comment-3378</guid>
		<description>Hi, great stuff here.
I am using your keyboard for a rather long text entry and have come across the problem where I want to edit a word somewhere in the middle of my text, however I have discovered that it is impossible. Do you know of a way of determining where the I beam is in the text box or of programmatically doing a &#039;keypress&#039; (since I know that the normal keyboard can do edits wherever the I beam is located)</description>
		<content:encoded><![CDATA[<p>Hi, great stuff here.<br />
I am using your keyboard for a rather long text entry and have come across the problem where I want to edit a word somewhere in the middle of my text, however I have discovered that it is impossible. Do you know of a way of determining where the I beam is in the text box or of programmatically doing a &#8216;keypress&#8217; (since I know that the normal keyboard can do edits wherever the I beam is located)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kerk</title>
		<link>http://www.kerkness.ca/flex-on-screen-qwerty-keyboard-component/comment-page-1/#comment-87</link>
		<dc:creator>kerk</dc:creator>
		<pubDate>Tue, 09 Dec 2008 17:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=16#comment-87</guid>
		<description>Hi Anonymous,&lt;br/&gt;&lt;br/&gt;We probably need to dispatch a CHANGE event ourselves from the Qwerty.mxml component on the inputControl property.  Try adding this line to the method addToString.&lt;br/&gt;&lt;br/&gt;inputControl.dispatchEvent(new Event(Event.CHANGE));</description>
		<content:encoded><![CDATA[<p>Hi Anonymous,</p>
<p>We probably need to dispatch a CHANGE event ourselves from the Qwerty.mxml component on the inputControl property.  Try adding this line to the method addToString.</p>
<p>inputControl.dispatchEvent(new Event(Event.CHANGE));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.kerkness.ca/flex-on-screen-qwerty-keyboard-component/comment-page-1/#comment-86</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 07 Dec 2008 01:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=16#comment-86</guid>
		<description>Hi Kerk,&lt;br/&gt;&lt;br/&gt;Thanks so much for your help by posting this component. Im having trouble using it in my app though. I have a search function which is called by using &quot;change&quot; in my text field. The touch keyboard displays text in my textfield, however &#039;change&#039; does not recognise the input from the touch keyboard and does not call my search function. When I use my normal keyboard in the text field &#039;change&#039; does recognise the key input and calls my search function. I dont know how to fix this and was hoping you could help.&lt;br/&gt;&lt;br/&gt;Regards Ryan</description>
		<content:encoded><![CDATA[<p>Hi Kerk,</p>
<p>Thanks so much for your help by posting this component. Im having trouble using it in my app though. I have a search function which is called by using &#8220;change&#8221; in my text field. The touch keyboard displays text in my textfield, however &#8216;change&#8217; does not recognise the input from the touch keyboard and does not call my search function. When I use my normal keyboard in the text field &#8216;change&#8217; does recognise the key input and calls my search function. I dont know how to fix this and was hoping you could help.</p>
<p>Regards Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kerk</title>
		<link>http://www.kerkness.ca/flex-on-screen-qwerty-keyboard-component/comment-page-1/#comment-66</link>
		<dc:creator>kerk</dc:creator>
		<pubDate>Wed, 08 Oct 2008 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=16#comment-66</guid>
		<description>Hello Beth,&lt;br/&gt;It sounds like the Flex builder is not able to find the Qwerty component in your project.  In the example notice in the application tag the property that reads  xmlns:claire=&quot;claire.com.*&quot;.  This tells the Flex builder that the &#039;claire&#039; components are located in the folder  src/claire/com/  This is where the Qwerty.mxml file should be located.  If the file is in this folder and you have the necessary xmlns declaration in the application tag you shouldn&#039;t get that error.  I hope that helps. If not let me know.</description>
		<content:encoded><![CDATA[<p>Hello Beth,<br />It sounds like the Flex builder is not able to find the Qwerty component in your project.  In the example notice in the application tag the property that reads  xmlns:claire=&#8221;claire.com.*&#8221;.  This tells the Flex builder that the &#8216;claire&#8217; components are located in the folder  src/claire/com/  This is where the Qwerty.mxml file should be located.  If the file is in this folder and you have the necessary xmlns declaration in the application tag you shouldn&#8217;t get that error.  I hope that helps. If not let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beth</title>
		<link>http://www.kerkness.ca/flex-on-screen-qwerty-keyboard-component/comment-page-1/#comment-65</link>
		<dc:creator>Beth</dc:creator>
		<pubDate>Wed, 08 Oct 2008 21:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=16#comment-65</guid>
		<description>This component is exactly what I am looking for, but I am having trouble getting it to work.  When I copy what is in the source file, I get the error:&lt;br/&gt;&lt;br/&gt;Type was not found or was not a compile-time constant: Qwerty&lt;br/&gt;&lt;br/&gt;Can you tell me how to fix this?  I&#039;m still kinda new to Flex.</description>
		<content:encoded><![CDATA[<p>This component is exactly what I am looking for, but I am having trouble getting it to work.  When I copy what is in the source file, I get the error:</p>
<p>Type was not found or was not a compile-time constant: Qwerty</p>
<p>Can you tell me how to fix this?  I&#8217;m still kinda new to Flex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wanqi</title>
		<link>http://www.kerkness.ca/flex-on-screen-qwerty-keyboard-component/comment-page-1/#comment-60</link>
		<dc:creator>Wanqi</dc:creator>
		<pubDate>Wed, 17 Sep 2008 01:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=16#comment-60</guid>
		<description>Hi Kerk,&lt;br/&gt;&lt;br/&gt;I did try using that method, however, it only focuses on one field rather when i call that method. &lt;br/&gt;&lt;br/&gt;public function setLoginFocus(com:UIComponent):void{&lt;br/&gt;    this.loginKeyPad.newFocus(com);&lt;br/&gt;}</description>
		<content:encoded><![CDATA[<p>Hi Kerk,</p>
<p>I did try using that method, however, it only focuses on one field rather when i call that method. </p>
<p>public function setLoginFocus(com:UIComponent):void{<br />    this.loginKeyPad.newFocus(com);<br />}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kerk</title>
		<link>http://www.kerkness.ca/flex-on-screen-qwerty-keyboard-component/comment-page-1/#comment-59</link>
		<dc:creator>kerk</dc:creator>
		<pubDate>Tue, 16 Sep 2008 17:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=16#comment-59</guid>
		<description>@Wangi&lt;br/&gt;&lt;br/&gt;When you set the focus to a specific field you need to call the method yourQwerty.setFocus( yourTextInput );   The Qwerty component won&#039;t automatically know which field has focus, you&#039;ll need to call this method each time the focus shifts.  I hope that helps.</description>
		<content:encoded><![CDATA[<p>@Wangi</p>
<p>When you set the focus to a specific field you need to call the method yourQwerty.setFocus( yourTextInput );   The Qwerty component won&#8217;t automatically know which field has focus, you&#8217;ll need to call this method each time the focus shifts.  I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wanqi</title>
		<link>http://www.kerkness.ca/flex-on-screen-qwerty-keyboard-component/comment-page-1/#comment-57</link>
		<dc:creator>Wanqi</dc:creator>
		<pubDate>Tue, 16 Sep 2008 07:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=16#comment-57</guid>
		<description>Hi.. I&#039;m have used your component in my flex application and it worked like a charm!! Thanks for sharing your source codes!! &lt;br/&gt;&lt;br/&gt;I have placed the on screen keyboard in a internal pop up in Flex, and currently i have trouble trying to get the focusManager to type in both fields. Can you give me some advise on how to do this? Thanks a million!!</description>
		<content:encoded><![CDATA[<p>Hi.. I&#8217;m have used your component in my flex application and it worked like a charm!! Thanks for sharing your source codes!! </p>
<p>I have placed the on screen keyboard in a internal pop up in Flex, and currently i have trouble trying to get the focusManager to type in both fields. Can you give me some advise on how to do this? Thanks a million!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.kerkness.ca/flex-on-screen-qwerty-keyboard-component/comment-page-1/#comment-51</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 01 Sep 2008 04:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=16#comment-51</guid>
		<description>That&#039;s quite a simple solution to a complex problem. I&#039;m impressed. Thank you for posting this.</description>
		<content:encoded><![CDATA[<p>That&#8217;s quite a simple solution to a complex problem. I&#8217;m impressed. Thank you for posting this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
