<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Setting custom status messages in a Flex Panel container</title>
	<link>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 11:17:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-12078</link>
		<author>peterd</author>
		<pubDate>Fri, 18 Apr 2008 02:16:00 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-12078</guid>
		<description>JT,

Here is a way you could do it using the &lt;code&gt;mx_internal&lt;/code&gt; namespace (which means it is not guaranteed to work in future versions of Flex):
http://blog.flexexamples.com/2008/04/17/adding-links-to-a-panel-containers-status-text-in-flex/

Peter</description>
		<content:encoded><![CDATA[<p>JT,</p>
<p>Here is a way you could do it using the <code>mx_internal</code> namespace (which means it is not guaranteed to work in future versions of Flex):<br />
<a href="http://blog.flexexamples.com/2008/04/17/adding-links-to-a-panel-containers-status-text-in-flex/" rel="nofollow">http://blog.flexexamples.com/2008/04/17/adding-links-to-a-panel-containers-status-text-in-flex/</a></p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JT</title>
		<link>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-12075</link>
		<author>JT</author>
		<pubDate>Thu, 17 Apr 2008 22:38:55 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-12075</guid>
		<description>Is there way to make the status messages url links?</description>
		<content:encoded><![CDATA[<p>Is there way to make the status messages url links?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish</title>
		<link>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-3965</link>
		<author>Satish</author>
		<pubDate>Wed, 07 Nov 2007 19:24:52 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-3965</guid>
		<description>Hey Thanks Peter, it was really helpful.</description>
		<content:encoded><![CDATA[<p>Hey Thanks Peter, it was really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-3942</link>
		<author>peterd</author>
		<pubDate>Wed, 07 Nov 2007 02:05:27 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-3942</guid>
		<description>Satish,

Yeah, try setting the "statusStyleName" style on the Panel, similar to the following:
&lt;pre class="code"&gt;
&#60;mx:Style&#62;
    .myStatusStyle {
        fontWeight: bold;
        color: red;
    }
&#60;/mx:Style&#62;

&#60;mx:Panel id="panel"
        title="WARNING"
        status="I'm a custom status message!"
        statusStyleName="myStatusStyle"
        width="320"&#62;
    &#60;mx:Label text="Hello world" /&#62;
&#60;/mx:Panel&#62;
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>Satish,</p>
<p>Yeah, try setting the &#8220;statusStyleName&#8221; style on the Panel, similar to the following:</p>
<pre class="code">
&lt;mx:Style&gt;
    .myStatusStyle {
        fontWeight: bold;
        color: red;
    }
&lt;/mx:Style&gt;

&lt;mx:Panel id="panel"
        title="WARNING"
        status="I'm a custom status message!"
        statusStyleName="myStatusStyle"
        width="320"&gt;
    &lt;mx:Label text="Hello world" /&gt;
&lt;/mx:Panel&gt;
</pre>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish</title>
		<link>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-3918</link>
		<author>Satish</author>
		<pubDate>Tue, 06 Nov 2007 09:26:25 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-3918</guid>
		<description>Is there any possible way to change the color of status message?</description>
		<content:encoded><![CDATA[<p>Is there any possible way to change the color of status message?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
