<?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: Styling Alert controls in Flex using the StyleManager class and setStyle() methods</title>
	<atom:link href="http://blog.flexexamples.com/2008/02/29/styling-alert-controls-in-flex-using-the-stylemanager-class-and-setstyle-methods/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/02/29/styling-alert-controls-in-flex-using-the-stylemanager-class-and-setstyle-methods/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Thu, 18 Mar 2010 07:46:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/02/29/styling-alert-controls-in-flex-using-the-stylemanager-class-and-setstyle-methods/comment-page-1/#comment-6450</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Tue, 24 Nov 2009 21:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/29/styling-alert-controls-in-flex-using-the-stylemanager-class-and-setstyle-methods/#comment-6450</guid>
		<description>@nanu,

Can you please file a bug at http://bugs.adobe.com/flex/ and include a simple test case.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>@nanu,</p>
<p>Can you please file a bug at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> and include a simple test case.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nanu</title>
		<link>http://blog.flexexamples.com/2008/02/29/styling-alert-controls-in-flex-using-the-stylemanager-class-and-setstyle-methods/comment-page-1/#comment-6447</link>
		<dc:creator>nanu</dc:creator>
		<pubDate>Tue, 24 Nov 2009 18:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/29/styling-alert-controls-in-flex-using-the-stylemanager-class-and-setstyle-methods/#comment-6447</guid>
		<description>If you are setting background images using truly dynamic runtime CSS  capabilities as shown below (as opposed to compiling with mxmlc) this method does not seem to work!

alertCSS.setStyle(&quot;backgroundImage&quot;, &quot;../images/myImage1.png&quot;); // does not work

On the other had  compiling a swf with the following selector works correctly.

.headertopcontent {
	backgroundImage: &#039;../images/myimages.png&#039;;
	color: 			#202020;
}

Are there any restrictions on what properties the alertCSS object can set?  It looks like it can change colors but not manipulate properties that deal with images/urls... Assuming of course the object that is being styled dynamically can handle those properties...</description>
		<content:encoded><![CDATA[<p>If you are setting background images using truly dynamic runtime CSS  capabilities as shown below (as opposed to compiling with mxmlc) this method does not seem to work!</p>
<p>alertCSS.setStyle(&#8220;backgroundImage&#8221;, &#8220;../images/myImage1.png&#8221;); // does not work</p>
<p>On the other had  compiling a swf with the following selector works correctly.</p>
<p>.headertopcontent {<br />
	backgroundImage: &#8216;../images/myimages.png&#8217;;<br />
	color: 			#202020;<br />
}</p>
<p>Are there any restrictions on what properties the alertCSS object can set?  It looks like it can change colors but not manipulate properties that deal with images/urls&#8230; Assuming of course the object that is being styled dynamically can handle those properties&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Antonio</title>
		<link>http://blog.flexexamples.com/2008/02/29/styling-alert-controls-in-flex-using-the-stylemanager-class-and-setstyle-methods/comment-page-1/#comment-2665</link>
		<dc:creator>Marco Antonio</dc:creator>
		<pubDate>Tue, 10 Mar 2009 16:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/29/styling-alert-controls-in-flex-using-the-stylemanager-class-and-setstyle-methods/#comment-2665</guid>
		<description>So cool!

Great idea and great code.

Thank&#039;s!

[ ]&#039;s
Marco Antonio
Embu/SP/Brazil</description>
		<content:encoded><![CDATA[<p>So cool!</p>
<p>Great idea and great code.</p>
<p>Thank&#8217;s!</p>
<p>[ ]&#8217;s<br />
Marco Antonio<br />
Embu/SP/Brazil</p>
]]></content:encoded>
	</item>
</channel>
</rss>
