<?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: scrollPane background customization &#8211; as3</title>
	<atom:link href="http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/</link>
	<description>A blog about User Interface, User Experience, Design, Flash, Product management and all that goes in between.</description>
	<lastBuildDate>Mon, 12 Dec 2011 09:58:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Vikram</title>
		<link>http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-38</link>
		<dc:creator>Vikram</dc:creator>
		<pubDate>Thu, 02 Dec 2010 08:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-38</guid>
		<description>Thanks a bunch ! The Post was really useful ! :)</description>
		<content:encoded><![CDATA[<p>Thanks a bunch ! The Post was really useful ! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ishita</title>
		<link>http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-37</link>
		<dc:creator>ishita</dc:creator>
		<pubDate>Fri, 12 Feb 2010 07:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-37</guid>
		<description>Thanks a lot!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-36</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 22 Mar 2009 01:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-36</guid>
		<description>Does anyone know how to change the position of the scrollbars?  Specifically, I would like to move the vertical scroller from the right edge of the box to the left edge. Seems simple, but I don&#039;t know enough actionscript to solve the problem.  Thanks!</description>
		<content:encoded><![CDATA[<p>Does anyone know how to change the position of the scrollbars?  Specifically, I would like to move the vertical scroller from the right edge of the box to the left edge. Seems simple, but I don&#8217;t know enough actionscript to solve the problem.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Happyham420</title>
		<link>http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-35</link>
		<dc:creator>Happyham420</dc:creator>
		<pubDate>Fri, 16 Jan 2009 09:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-35</guid>
		<description>For those who want to know how to change the alpha (opacity) of the scrollpane:

1.Double click the scrollpane, it will bring up the ScrollPane edit view.

2.From within that view, double click the Normal Skin symbol.

3.This brings up a 2nd edit symbol view, this one called &quot;ScrollPane upSkin&quot;. Select the rectangle.

4.Change the alpha under the Scrollpane&#039;s properties-&gt;color effects-&gt;alpha tab.

HAPPYHAM OWNS YOU ALL</description>
		<content:encoded><![CDATA[<p>For those who want to know how to change the alpha (opacity) of the scrollpane:</p>
<p>1.Double click the scrollpane, it will bring up the ScrollPane edit view.</p>
<p>2.From within that view, double click the Normal Skin symbol.</p>
<p>3.This brings up a 2nd edit symbol view, this one called &#8220;ScrollPane upSkin&#8221;. Select the rectangle.</p>
<p>4.Change the alpha under the Scrollpane&#8217;s properties-&gt;color effects-&gt;alpha tab.</p>
<p>HAPPYHAM OWNS YOU ALL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnb</title>
		<link>http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-34</link>
		<dc:creator>johnb</dc:creator>
		<pubDate>Fri, 07 Nov 2008 00:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-34</guid>
		<description>Perfect!  Just what I had been looking for (fruitlessly) in the Adobe doc.  I&#039;d like to see this type of info added to the livedocs.

Thanks again!
jb</description>
		<content:encoded><![CDATA[<p>Perfect!  Just what I had been looking for (fruitlessly) in the Adobe doc.  I&#8217;d like to see this type of info added to the livedocs.</p>
<p>Thanks again!<br />
jb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-33</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 23 Apr 2008 21:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-33</guid>
		<description>//Alpha solution for bar

mainCenterScrollPane.verticalScrollBar.alpha = 0;


/////////////////
//Code for backbround

			var newSkinClip:MovieClip = new MovieClip();
			newSkinClip.graphics.clear();
			newSkinClip.graphics.beginFill(uint(0xdddddd), 0.8);
			newSkinClip.graphics.drawRect(0,0,272.0, 191.0);
			newSkinClip.graphics.endFill();

			mainCenterScrollPane.setStyle( &quot;skin&quot;, newSkinClip ); //ScrollPane_upSkin
			mainCenterScrollPane.setStyle( &quot;upSkin&quot;, newSkinClip );


//////////////////</description>
		<content:encoded><![CDATA[<p>//Alpha solution for bar</p>
<p>mainCenterScrollPane.verticalScrollBar.alpha = 0;</p>
<p>/////////////////<br />
//Code for backbround</p>
<p>			var newSkinClip:MovieClip = new MovieClip();<br />
			newSkinClip.graphics.clear();<br />
			newSkinClip.graphics.beginFill(uint(0xdddddd), 0.8);<br />
			newSkinClip.graphics.drawRect(0,0,272.0, 191.0);<br />
			newSkinClip.graphics.endFill();</p>
<p>			mainCenterScrollPane.setStyle( &#8220;skin&#8221;, newSkinClip ); //ScrollPane_upSkin<br />
			mainCenterScrollPane.setStyle( &#8220;upSkin&#8221;, newSkinClip );</p>
<p>//////////////////</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adi</title>
		<link>http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-32</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Fri, 04 Apr 2008 10:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-32</guid>
		<description>Hi Michael,
I couldn&#039;t find a way, indeed it seems the content is an internal asset of the component and changing visibility or alpha of the component also affects the content.
But I&#039;m not sure I understand why you want this, once the scrollBar is hidden, there&#039;s no need for a scrollPane component.. couldn&#039;t you use a plain mask?</description>
		<content:encoded><![CDATA[<p>Hi Michael,<br />
I couldn&#8217;t find a way, indeed it seems the content is an internal asset of the component and changing visibility or alpha of the component also affects the content.<br />
But I&#8217;m not sure I understand why you want this, once the scrollBar is hidden, there&#8217;s no need for a scrollPane component.. couldn&#8217;t you use a plain mask?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael W</title>
		<link>http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-31</link>
		<dc:creator>Michael W</dc:creator>
		<pubDate>Thu, 03 Apr 2008 19:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/2008/03/26/scrollpane-background-customization-as3/#comment-31</guid>
		<description>Excellent .. was looking for this same solution. Any ideas on how to change the alpha of the scrollBar itself without affecting the loaded source content?</description>
		<content:encoded><![CDATA[<p>Excellent .. was looking for this same solution. Any ideas on how to change the alpha of the scrollBar itself without affecting the loaded source content?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

