<?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: Restricting which characters a user can type in a Spark TextInput control in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2009/04/21/restricting-which-characters-a-user-can-type-in-a-spark-textinput-control-in-flex-gumbo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/04/21/restricting-which-characters-a-user-can-type-in-a-spark-textinput-control-in-flex-gumbo/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jesus</title>
		<link>http://blog.flexexamples.com/2009/04/21/restricting-which-characters-a-user-can-type-in-a-spark-textinput-control-in-flex-gumbo/comment-page-1/#comment-5258</link>
		<dc:creator>Jesus</dc:creator>
		<pubDate>Thu, 20 Aug 2009 08:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/04/21/restricting-which-characters-a-user-can-type-in-a-spark-textinput-control-in-flex-gumbo/#comment-5258</guid>
		<description>I found it!! 

It was to easy I need to add: &quot;\-&quot;

so my characters available are now: 
caracteres_descripcion =\-a-zA-Z.á é í ó ú ü ö ä ë ï + _ ,0-9ñ Ñ( )[ ]{ }·&#039;:;#@$?¿!¡%*/ªº¬€

Thank you anyway. The best regards from Spain!!
Ñ Power!!</description>
		<content:encoded><![CDATA[<p>I found it!! </p>
<p>It was to easy I need to add: &#8220;\-&#8221;</p>
<p>so my characters available are now:<br />
caracteres_descripcion =\-a-zA-Z.á é í ó ú ü ö ä ë ï + _ ,0-9ñ Ñ( )[ ]{ }·&#8217;:;#@$?¿!¡%*/ªº¬€</p>
<p>Thank you anyway. The best regards from Spain!!<br />
Ñ Power!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesus</title>
		<link>http://blog.flexexamples.com/2009/04/21/restricting-which-characters-a-user-can-type-in-a-spark-textinput-control-in-flex-gumbo/comment-page-1/#comment-5257</link>
		<dc:creator>Jesus</dc:creator>
		<pubDate>Thu, 20 Aug 2009 08:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/04/21/restricting-which-characters-a-user-can-type-in-a-spark-textinput-control-in-flex-gumbo/#comment-5257</guid>
		<description>Hi. I&#039;m using Flex for working, and I would like to know how to add the character &quot;-&quot;, because I have the following list in a property file: 
caracteres_descripcion =a-zA-Z.á é í ó ú ü ö ä ë ï + _ ,0-9ñ Ñ( )[ ]{ }·&#039;:;#@$?¿!¡%*/ªº¬€
Flex application:
restrict=&quot;{resourceManager.getString(&#039;my_project&#039;,&#039;caracteres_descripcion&#039;)}&quot;

But I don&#039;t know why I&#039;m not able to add the character &quot;-&quot;. I tried before, after... I think it&#039;s same kind of escape sequence for delimitate ranks, like &quot;a-z&quot;, &quot;A-Z&quot;.

Can anyone help to me?? Please, if it&#039;s possible reply me at mail :)

Thank you anyway!!!</description>
		<content:encoded><![CDATA[<p>Hi. I&#8217;m using Flex for working, and I would like to know how to add the character &#8220;-&#8221;, because I have the following list in a property file:<br />
caracteres_descripcion =a-zA-Z.á é í ó ú ü ö ä ë ï + _ ,0-9ñ Ñ( )[ ]{ }·&#8217;:;#@$?¿!¡%*/ªº¬€<br />
Flex application:<br />
restrict=&#8221;{resourceManager.getString(&#8216;my_project&#8217;,'caracteres_descripcion&#8217;)}&#8221;</p>
<p>But I don&#8217;t know why I&#8217;m not able to add the character &#8220;-&#8221;. I tried before, after&#8230; I think it&#8217;s same kind of escape sequence for delimitate ranks, like &#8220;a-z&#8221;, &#8220;A-Z&#8221;.</p>
<p>Can anyone help to me?? Please, if it&#8217;s possible reply me at mail :)</p>
<p>Thank you anyway!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

