<?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: Detecting a double click on a TextInput control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron Benson</title>
		<link>http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/comment-page-1/#comment-6976</link>
		<dc:creator>Aaron Benson</dc:creator>
		<pubDate>Wed, 10 Feb 2010 21:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/#comment-6976</guid>
		<description>This is not working in Firefox 3.6 on Mac OSX. Apparently DOUBLE_CLICK events do not work in Flex with Firefox 3.6 : http://bugs.adobe.com/jira/browse/FP-3751</description>
		<content:encoded><![CDATA[<p>This is not working in Firefox 3.6 on Mac OSX. Apparently DOUBLE_CLICK events do not work in Flex with Firefox 3.6 : <a href="http://bugs.adobe.com/jira/browse/FP-3751" rel="nofollow">http://bugs.adobe.com/jira/browse/FP-3751</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/comment-page-1/#comment-3410</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 25 Nov 2008 10:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/#comment-3410</guid>
		<description>Apparently, its a famous bug! http://www.novio.be/blog/?p=416</description>
		<content:encoded><![CDATA[<p>Apparently, its a famous bug! <a href="http://www.novio.be/blog/?p=416" rel="nofollow">http://www.novio.be/blog/?p=416</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/comment-page-1/#comment-3409</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 25 Nov 2008 10:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/#comment-3409</guid>
		<description>Ok I found the bug!!! When you set the wmode to &#039;opaque&#039; the keyboard doesnt work properly. Woa, is it normal?</description>
		<content:encoded><![CDATA[<p>Ok I found the bug!!! When you set the wmode to &#8216;opaque&#8217; the keyboard doesnt work properly. Woa, is it normal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/comment-page-1/#comment-3405</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Mon, 24 Nov 2008 20:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/#comment-3405</guid>
		<description>Tom,

It shouldn&#039;t be. Can you please file a bug at http://bugs.adobe.com/flex/ and include a simple test case showing the behavior. Somebody on the Flex SDK QA team can look into it.

Peter</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>It shouldn&#8217;t be. Can you please file a bug at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> and include a simple test case showing the behavior. Somebody on the Flex SDK QA team can look into it.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/comment-page-1/#comment-3406</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 24 Nov 2008 20:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/#comment-3406</guid>
		<description>Hi peterd, yes I restrict only number. But I have the same problem with a TextInput w/o any restrict. I have noticed I have this problem on some other flex applications, should be a local setting compiler or something like that?</description>
		<content:encoded><![CDATA[<p>Hi peterd, yes I restrict only number. But I have the same problem with a TextInput w/o any restrict. I have noticed I have this problem on some other flex applications, should be a local setting compiler or something like that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/comment-page-1/#comment-3408</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 20 Nov 2008 18:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/#comment-3408</guid>
		<description>Tom,

Is the &lt;code&gt;restrict&lt;/code&gt; property set?

Peter</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Is the <code>restrict</code> property set?</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/comment-page-1/#comment-3407</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 20 Nov 2008 17:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/#comment-3407</guid>
		<description>Quick question, I have built the same application with a basic textinput but on my laptop I cant type number and the &#039;%&#039; char. But on this example I can.

So what are the differences???</description>
		<content:encoded><![CDATA[<p>Quick question, I have built the same application with a basic textinput but on my laptop I cant type number and the &#8216;%&#8217; char. But on this example I can.</p>
<p>So what are the differences???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbrueggenolte</title>
		<link>http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/comment-page-1/#comment-3404</link>
		<dc:creator>cbrueggenolte</dc:creator>
		<pubDate>Mon, 21 Jul 2008 09:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/06/24/detecting-a-double-click-on-a-textinput-control-in-flex/#comment-3404</guid>
		<description>Hi,

when you doubleclick you will select a whole word. To remove the selection, add the following befor the closing brace of the function:

&lt;code&gt;
ti.setSelection(0,0);
&lt;/code&gt;
This will select nothing.

g2 cbr</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>when you doubleclick you will select a whole word. To remove the selection, add the following befor the closing brace of the function:</p>
<p><code><br />
ti.setSelection(0,0);<br />
</code><br />
This will select nothing.</p>
<p>g2 cbr</p>
]]></content:encoded>
	</item>
</channel>
</rss>
