<?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 the header height on a Flex Panel container</title>
	<link>http://blog.flexexamples.com/2008/01/12/setting-the-header-height-on-a-flex-panel-container/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 02:09:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Prashant Khanal</title>
		<link>http://blog.flexexamples.com/2008/01/12/setting-the-header-height-on-a-flex-panel-container/#comment-16856</link>
		<author>Prashant Khanal</author>
		<pubDate>Sun, 23 Nov 2008 07:47:24 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/12/setting-the-header-height-on-a-flex-panel-container/#comment-16856</guid>
		<description>Hey Folks,

I see a dark line between header and body of my panel. I have set the border thickness to be zero from all sides. Is there any way to remove that?</description>
		<content:encoded><![CDATA[<p>Hey Folks,</p>
<p>I see a dark line between header and body of my panel. I have set the border thickness to be zero from all sides. Is there any way to remove that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/01/12/setting-the-header-height-on-a-flex-panel-container/#comment-15993</link>
		<author>peterd</author>
		<pubDate>Fri, 03 Oct 2008 17:47:44 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/12/setting-the-header-height-on-a-flex-panel-container/#comment-15993</guid>
		<description>Antonio,

That code should work. If you are using Flex Builder 3, you should have the have the PNG file in the /src/assets/ folder, and your MXML file should be in the /src/ file.

You can download the project source code above and view the directory structure and probably try importing the project into Flex Builder.

Peter</description>
		<content:encoded><![CDATA[<p>Antonio,</p>
<p>That code should work. If you are using Flex Builder 3, you should have the have the PNG file in the /src/assets/ folder, and your MXML file should be in the /src/ file.</p>
<p>You can download the project source code above and view the directory structure and probably try importing the project into Flex Builder.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio</title>
		<link>http://blog.flexexamples.com/2008/01/12/setting-the-header-height-on-a-flex-panel-container/#comment-15992</link>
		<author>Antonio</author>
		<pubDate>Fri, 03 Oct 2008 16:28:44 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/12/setting-the-header-height-on-a-flex-panel-container/#comment-15992</guid>
		<description>Hi, I've been working with flex for a couple of weeks now and i was looking for some way to put an image in the panel's header just as you have on your example, i tried the same code
&lt;pre class="code"&gt;
titleIcon="@Embed('assets/Panel.png')"
&lt;/pre&gt;

with of course the name of my file and the folder where it's contained (this folder is contained in the main project folder). But it still doesn't work, is there a specific location where the file must be or am I missing something??</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve been working with flex for a couple of weeks now and i was looking for some way to put an image in the panel&#8217;s header just as you have on your example, i tried the same code</p>
<pre class="code">
titleIcon="@Embed('assets/Panel.png')"
</pre>
<p>with of course the name of my file and the folder where it&#8217;s contained (this folder is contained in the main project folder). But it still doesn&#8217;t work, is there a specific location where the file must be or am I missing something??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/01/12/setting-the-header-height-on-a-flex-panel-container/#comment-6322</link>
		<author>peterd</author>
		<pubDate>Thu, 24 Jan 2008 03:42:45 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/12/setting-the-header-height-on-a-flex-panel-container/#comment-6322</guid>
		<description>Alex,

No, I typically haven't been separating code. I have on a few examples if I have a big data set (I may externalize the XML, for example).
Typically I leave it all in one code block so it is [hopefully] easier for people to copy/paste. Otherwise, they'll have to right-click on the SWFs, select "View Source" and try and recreate the project piece by piece.

Peter</description>
		<content:encoded><![CDATA[<p>Alex,</p>
<p>No, I typically haven&#8217;t been separating code. I have on a few examples if I have a big data set (I may externalize the XML, for example).<br />
Typically I leave it all in one code block so it is [hopefully] easier for people to copy/paste. Otherwise, they&#8217;ll have to right-click on the SWFs, select &#8220;View Source&#8221; and try and recreate the project piece by piece.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Grande</title>
		<link>http://blog.flexexamples.com/2008/01/12/setting-the-header-height-on-a-flex-panel-container/#comment-6321</link>
		<author>Alex Grande</author>
		<pubDate>Thu, 24 Jan 2008 02:46:02 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/12/setting-the-header-height-on-a-flex-panel-container/#comment-6321</guid>
		<description>Nice site. I'm happy to find it and am finding it useful.

The change in background color on this reply is nice too.

One thing I noticed is you are not separating your code. If you are going to teach people flex please teach them to use separate style sheets and follow best practices.

Thanks again! keep it up!

Alex</description>
		<content:encoded><![CDATA[<p>Nice site. I&#8217;m happy to find it and am finding it useful.</p>
<p>The change in background color on this reply is nice too.</p>
<p>One thing I noticed is you are not separating your code. If you are going to teach people flex please teach them to use separate style sheets and follow best practices.</p>
<p>Thanks again! keep it up!</p>
<p>Alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>
