<?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"
	>
<channel>
	<title>Comments for webroo.org</title>
	<atom:link href="http://webroo.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://webroo.org</link>
	<description>Matt Sweetman :: Flex &#38; Actionscript Development</description>
	<pubDate>Thu, 11 Mar 2010 07:43:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Time sync for remote server by derek</title>
		<link>http://webroo.org/2009/08/11/time-sync-for-remote-server/#comment-143</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Tue, 08 Sep 2009 03:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://webroo.org/?p=74#comment-143</guid>
		<description>I'm synchronizing multiple flash clients in an app and this is exactly what I was looking for.  Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m synchronizing multiple flash clients in an app and this is exactly what I was looking for.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto size button for Flash components by jcfrog</title>
		<link>http://webroo.org/2009/04/19/auto-size-button-for-flash-components/#comment-6</link>
		<dc:creator>jcfrog</dc:creator>
		<pubDate>Sat, 02 May 2009 12:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://webroo.org/?p=56#comment-6</guid>
		<description>Thnks a lot!!

I just added a getAutoWidth function because I was not able to get the real width of the dynamic new AutoSizeButton.

		public function getAutoWidth(){
				// text &#38; padding widths
				var txtPad:Number =
					Number(getStyleValue("textPadding"));
				return (textField.textWidth + 4) + (2 * txtPad);
		}
	
		override protected function drawLayout():void
		{
			if (autoSize)
			{
				_width = getAutoWidth() ;
			}
			
			super.drawLayout();
		}


Thanks again!</description>
		<content:encoded><![CDATA[<p>Thnks a lot!!</p>
<p>I just added a getAutoWidth function because I was not able to get the real width of the dynamic new AutoSizeButton.</p>
<p>		public function getAutoWidth(){<br />
				// text &amp; padding widths<br />
				var txtPad:Number =<br />
					Number(getStyleValue(&#8221;textPadding&#8221;));<br />
				return (textField.textWidth + 4) + (2 * txtPad);<br />
		}</p>
<p>		override protected function drawLayout():void<br />
		{<br />
			if (autoSize)<br />
			{<br />
				_width = getAutoWidth() ;<br />
			}</p>
<p>			super.drawLayout();<br />
		}</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
