<?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: Setting custom status messages in a Flex Panel container</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: krishna</title>
		<link>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/comment-page-1/#comment-10030</link>
		<dc:creator>krishna</dc:creator>
		<pubDate>Fri, 07 Oct 2011 13:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-10030</guid>
		<description>How to drag a tree item into panel in flex. Here my requirement is to drag the the tree items into panel or some editor, there i need to give links between the items with lines.I tried to drag the tree items into panel but i did not get.Is it correct to drag the tree items into panel?
Please help me how to do it.

thanks</description>
		<content:encoded><![CDATA[<p>How to drag a tree item into panel in flex. Here my requirement is to drag the the tree items into panel or some editor, there i need to give links between the items with lines.I tried to drag the tree items into panel but i did not get.Is it correct to drag the tree items into panel?<br />
Please help me how to do it.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/comment-page-1/#comment-8358</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 24 Sep 2010 15:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-8358</guid>
		<description>@Rohit Agarwal,

The Spark Panel does not support status text or icons by default. If you need this functionality, you would probably need to extend the s:Panel class and add some custom skin parts and styles (like MX Panel&#039;s &lt;code&gt;statusStyleName&lt;/code&gt;) and then create a custom Spark Panel skin which adds support for the optional title icon and status message skin parts.

Peter</description>
		<content:encoded><![CDATA[<p>@Rohit Agarwal,</p>
<p>The Spark Panel does not support status text or icons by default. If you need this functionality, you would probably need to extend the s:Panel class and add some custom skin parts and styles (like MX Panel&#8217;s <code>statusStyleName</code>) and then create a custom Spark Panel skin which adds support for the optional title icon and status message skin parts.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit Agarwal</title>
		<link>http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/comment-page-1/#comment-8356</link>
		<dc:creator>Rohit Agarwal</dc:creator>
		<pubDate>Fri, 24 Sep 2010 06:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-8356</guid>
		<description>How can we do this in Flex 4?</description>
		<content:encoded><![CDATA[<p>How can we do this in Flex 4?</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-page-1/#comment-905</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Fri, 18 Apr 2008 02:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-905</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-page-1/#comment-904</link>
		<dc:creator>JT</dc:creator>
		<pubDate>Thu, 17 Apr 2008 22:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-904</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-page-1/#comment-903</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Wed, 07 Nov 2007 19:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-903</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-page-1/#comment-902</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Wed, 07 Nov 2007 02:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-902</guid>
		<description>Satish,

Yeah, try setting the &quot;statusStyleName&quot; style on the Panel, similar to the following:
&lt;pre class=&quot;code&quot;&gt;
&lt;mx:Style&gt;
    .myStatusStyle {
        fontWeight: bold;
        color: red;
    }
&lt;/mx:Style&gt;

&lt;mx:Panel id=&quot;panel&quot;
        title=&quot;WARNING&quot;
        status=&quot;I&#039;m a custom status message!&quot;
        statusStyleName=&quot;myStatusStyle&quot;
        width=&quot;320&quot;&gt;
    &lt;mx:Label text=&quot;Hello world&quot; /&gt;
&lt;/mx:Panel&gt;
&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-page-1/#comment-901</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Tue, 06 Nov 2007 09:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/31/setting-custom-status-messages-in-a-flex-panel-container/#comment-901</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>

