<?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: Truncating text with the Spark RichText control in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-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: Alex</title>
		<link>http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/comment-page-1/#comment-10259</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 20 Dec 2011 14:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/#comment-10259</guid>
		<description>is there any way to do the same with RichEditableText? (editable=false but needed selection capabilities)</description>
		<content:encoded><![CDATA[<p>is there any way to do the same with RichEditableText? (editable=false but needed selection capabilities)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sydd</title>
		<link>http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/comment-page-1/#comment-8295</link>
		<dc:creator>sydd</dc:creator>
		<pubDate>Tue, 31 Aug 2010 22:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/#comment-8295</guid>
		<description>Hi

This is a nice feature, but is it possible to disable the truncation inside words?
For example my text is:

this text ends with a longlonglong word.

If i truncate it at 100 pixels, the text will be:

this text ends with a longlon...

By my client wants to have:

this text ends with a...

So basically truncation should cut the whole word, and not in the middle of it.
If its not possible can you tell me the function which handles the text truncation?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>This is a nice feature, but is it possible to disable the truncation inside words?<br />
For example my text is:</p>
<p>this text ends with a longlonglong word.</p>
<p>If i truncate it at 100 pixels, the text will be:</p>
<p>this text ends with a longlon&#8230;</p>
<p>By my client wants to have:</p>
<p>this text ends with a&#8230;</p>
<p>So basically truncation should cut the whole word, and not in the middle of it.<br />
If its not possible can you tell me the function which handles the text truncation?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory</title>
		<link>http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/comment-page-1/#comment-5780</link>
		<dc:creator>Gregory</dc:creator>
		<pubDate>Tue, 15 Sep 2009 23:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/#comment-5780</guid>
		<description>To be honest I am a huge fan of Flex 4, but I have found truncating text tough - thanks for the head up!</description>
		<content:encoded><![CDATA[<p>To be honest I am a huge fan of Flex 4, but I have found truncating text tough &#8211; thanks for the head up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaise</title>
		<link>http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/comment-page-1/#comment-4206</link>
		<dc:creator>Blaise</dc:creator>
		<pubDate>Tue, 16 Jun 2009 06:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/#comment-4206</guid>
		<description>Truncating text is always hard, the most difficult part is knowing where to start eliding so it fits in the available space -- does this code do the right thing for that?</description>
		<content:encoded><![CDATA[<p>Truncating text is always hard, the most difficult part is knowing where to start eliding so it fits in the available space &#8212; does this code do the right thing for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yogesh gaur</title>
		<link>http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/comment-page-1/#comment-4204</link>
		<dc:creator>yogesh gaur</dc:creator>
		<pubDate>Sat, 30 May 2009 05:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/#comment-4204</guid>
		<description>hi Peter deHaan ,
                 thanks for the quick reply ...you are correct that u cannot connect directly to a database from ActionScript/AIR atleast oracle ( i hav seen one api for mysql connection but its still in development ) ... i also know u can use httpservice request in air application .... but whenever i use it ..since i hav to give full url &quot;http://://page location ... its giving me server error and request fail error .. if u do know anything abt it .. ur help will be directly appreciated .. in the meanwhile i will post about the same on www.flexcoders.com
                         thanks again
                         Yogesh</description>
		<content:encoded><![CDATA[<p>hi Peter deHaan ,<br />
                 thanks for the quick reply &#8230;you are correct that u cannot connect directly to a database from ActionScript/AIR atleast oracle ( i hav seen one api for mysql connection but its still in development ) &#8230; i also know u can use httpservice request in air application &#8230;. but whenever i use it ..since i hav to give full url &#8220;http://://page location &#8230; its giving me server error and request fail error .. if u do know anything abt it .. ur help will be directly appreciated .. in the meanwhile i will post about the same on <a href="http://www.flexcoders.com" rel="nofollow">http://www.flexcoders.com</a><br />
                         thanks again<br />
                         Yogesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/comment-page-1/#comment-4208</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 29 May 2009 14:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/#comment-4208</guid>
		<description>yogesh gaur,

I don&#039;t think you can talk directly to a database from ActionScript/AIR (but I could be wrong). I believe that you&#039;ll need to proxy DB requests through a server-side-script using ColdFusion/Java/PHP/&lt;other&gt;.

Your best bet would be to ask in the FlexCoders list and see what suggestions everybody has.

Peter</description>
		<content:encoded><![CDATA[<p>yogesh gaur,</p>
<p>I don&#8217;t think you can talk directly to a database from ActionScript/AIR (but I could be wrong). I believe that you&#8217;ll need to proxy DB requests through a server-side-script using ColdFusion/Java/PHP/&lt;other&gt;.</p>
<p>Your best bet would be to ask in the FlexCoders list and see what suggestions everybody has.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yogesh gaur</title>
		<link>http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/comment-page-1/#comment-4207</link>
		<dc:creator>yogesh gaur</dc:creator>
		<pubDate>Fri, 29 May 2009 06:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/27/truncating-text-with-the-spark-richtext-control-in-flex-gumbo/#comment-4207</guid>
		<description>hey …
i hav to looking for solution to connect to oracle database from AIR application …the application is installed on machine is not same as one database is installed on … i know its not the right post to ask abt oracle connectivity … but i cudnt find any such post … and hopefully u will read comments on ur latest post more likely than ur older posrt … if u do anything abt how to solve my problem plz let me know here or if possible on email address i provided as i cudnt find anything on it so far … thanks in advance
PS : same request is posted on ur air examples site too .. i just really need a solution :&#124;
regards
Yogesh Gaur</description>
		<content:encoded><![CDATA[<p>hey …<br />
i hav to looking for solution to connect to oracle database from AIR application …the application is installed on machine is not same as one database is installed on … i know its not the right post to ask abt oracle connectivity … but i cudnt find any such post … and hopefully u will read comments on ur latest post more likely than ur older posrt … if u do anything abt how to solve my problem plz let me know here or if possible on email address i provided as i cudnt find anything on it so far … thanks in advance<br />
PS : same request is posted on ur air examples site too .. i just really need a solution :|<br />
regards<br />
Yogesh Gaur</p>
]]></content:encoded>
	</item>
</channel>
</rss>

