<?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: Continuing Image With Border</title>
	<atom:link href="http://www.flexer.info/2008/06/12/continuing-image-with-border/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2008/06/12/continuing-image-with-border/</link>
	<description>flex developers web corner</description>
	<lastBuildDate>Fri, 12 Mar 2010 00:18:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/06/12/continuing-image-with-border/comment-page-1/#comment-1839</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=203#comment-1839</guid>
		<description>Cornelius, thanks for your fix.</description>
		<content:encoded><![CDATA[<p>Cornelius, thanks for your fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cornelius</title>
		<link>http://www.flexer.info/2008/06/12/continuing-image-with-border/comment-page-1/#comment-1838</link>
		<dc:creator>Cornelius</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=203#comment-1838</guid>
		<description>In the end, you forgot the case of a right-aligned image:
&lt;pre lang=&quot;actionscript&quot;&gt;if (getStyle(&quot;horizontalAlign&quot;) == &quot;right&quot;)
    startX = width - contentWidth - thickness;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>In the end, you forgot the case of a right-aligned image:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">getStyle</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;horizontalAlign&quot;</span><span style="color: #66cc66;">&#41;</span> == <span style="color: #ff0000;">&quot;right&quot;</span><span style="color: #66cc66;">&#41;</span>
    startX = <span style="color: #0066CC;">width</span> - contentWidth - thickness;</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Jelger Muylaert</title>
		<link>http://www.flexer.info/2008/06/12/continuing-image-with-border/comment-page-1/#comment-1689</link>
		<dc:creator>Jelger Muylaert</dc:creator>
		<pubDate>Fri, 21 Aug 2009 04:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=203#comment-1689</guid>
		<description>Thanx a Million!!

But you still overlooked one thing :the padding. So here is the adjusted init() in for the downloaded code. 


private function init():void
{
    // we save the initial position
    _recalX = this.x + UIComponent(parent).getStyle(&#039;paddingLeft&#039;);
    _recalY = this.y + UIComponent(parent).getStyle(&#039;paddingTop&#039;);
}</description>
		<content:encoded><![CDATA[<p>Thanx a Million!!</p>
<p>But you still overlooked one thing :the padding. So here is the adjusted init() in for the downloaded code. </p>
<p>private function init():void<br />
{<br />
    // we save the initial position<br />
    _recalX = this.x + UIComponent(parent).getStyle(&#8216;paddingLeft&#8217;);<br />
    _recalY = this.y + UIComponent(parent).getStyle(&#8216;paddingTop&#8217;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Haglund</title>
		<link>http://www.flexer.info/2008/06/12/continuing-image-with-border/comment-page-1/#comment-1671</link>
		<dc:creator>David Haglund</dc:creator>
		<pubDate>Wed, 05 Aug 2009 13:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=203#comment-1671</guid>
		<description>Great! Just what I needed! :)
I still think it&#039;s bad that this functionality isn&#039;t in the Image component itself though...</description>
		<content:encoded><![CDATA[<p>Great! Just what I needed! <img src='http://www.flexer.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I still think it&#8217;s bad that this functionality isn&#8217;t in the Image component itself though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FLEX{er} &#187; Blog Archive &#187; Importing Image With Border in a Panel</title>
		<link>http://www.flexer.info/2008/06/12/continuing-image-with-border/comment-page-1/#comment-1058</link>
		<dc:creator>FLEX{er} &#187; Blog Archive &#187; Importing Image With Border in a Panel</dc:creator>
		<pubDate>Mon, 12 Jan 2009 09:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=203#comment-1058</guid>
		<description>[...] of contentsHow To Make an Image With BorderContinuing Image With BorderImporting Image With Border in a [...]</description>
		<content:encoded><![CDATA[<div style="padding: 1em; background: #d3e1ef; /* border: dotted 1px #777777; */">
<p>[...] of contentsHow To Make an Image With BorderContinuing Image With BorderImporting Image With Border in a [...]</p>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>
