<?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: Creating a resizing ToolBar in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:51:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Connor Garvey</title>
		<link>http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/comment-page-1/#comment-4591</link>
		<dc:creator>Connor Garvey</dc:creator>
		<pubDate>Thu, 16 Jul 2009 16:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/#comment-4591</guid>
		<description>This is perfect.  I&#039;ve been screwing around with the mx:Tile and flexlib:FlowLayout containers, which don&#039;t resize properly.  Your solution saved me.  Thank you!</description>
		<content:encoded><![CDATA[<p>This is perfect.  I&#8217;ve been screwing around with the mx:Tile and flexlib:FlowLayout containers, which don&#8217;t resize properly.  Your solution saved me.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parker Ault</title>
		<link>http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/comment-page-1/#comment-2210</link>
		<dc:creator>Parker Ault</dc:creator>
		<pubDate>Thu, 23 Apr 2009 03:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/#comment-2210</guid>
		<description>Adobe seems to have completely buried this in FB3, here&#039;s a link to the source if you want to see how it works:

http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/richTextEditorClasses/ToolBar.as</description>
		<content:encoded><![CDATA[<p>Adobe seems to have completely buried this in FB3, here&#8217;s a link to the source if you want to see how it works:</p>
<p><a href="http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/richTextEditorClasses/ToolBar.as" rel="nofollow">http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/richTextEditorClasses/ToolBar.as</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Chotin</title>
		<link>http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/comment-page-1/#comment-2205</link>
		<dc:creator>Matt Chotin</dc:creator>
		<pubDate>Mon, 14 Jul 2008 22:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/#comment-2205</guid>
		<description>Hi,

The ToolBar is not an officially support component, but I don&#039;t see it changing much if at all in the next release.

Matt
Adobe</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The ToolBar is not an officially support component, but I don&#8217;t see it changing much if at all in the next release.</p>
<p>Matt<br />
Adobe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/comment-page-1/#comment-2206</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Fri, 11 Jul 2008 22:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/#comment-2206</guid>
		<description>Ryan Stawarz,

I&#039;m not sure if the ToolBar container is officially supported or not. It is currently used by the RichTextEditor control to handle the button layouts. You could file a bug/enhancement request at http://bugs.adobe.com/flex/ and post the bug number here so a few people can vote/subscribe to the issue.

Peter</description>
		<content:encoded><![CDATA[<p>Ryan Stawarz,</p>
<p>I&#8217;m not sure if the ToolBar container is officially supported or not. It is currently used by the RichTextEditor control to handle the button layouts. You could file a bug/enhancement request at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> and post the bug number here so a few people can vote/subscribe to the issue.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Stawarz</title>
		<link>http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/comment-page-1/#comment-2207</link>
		<dc:creator>Ryan Stawarz</dc:creator>
		<pubDate>Fri, 11 Jul 2008 20:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/#comment-2207</guid>
		<description>yes... turns out that my applicationcontrol bar was given a height of 50 via a style, and hence it didn&#039;t work so well.

One thing that scares me though is the lack of Documentation of the mx:ToolBar component... where does this component live?  I can&#039;t find it in the AS3 documentation (http://livedocs.adobe.com/flex/3/langref/index.html)... is ToolBar something I should be using - or is Adobe going to yank it from me just when I need it most?</description>
		<content:encoded><![CDATA[<p>yes&#8230; turns out that my applicationcontrol bar was given a height of 50 via a style, and hence it didn&#8217;t work so well.</p>
<p>One thing that scares me though is the lack of Documentation of the mx:ToolBar component&#8230; where does this component live?  I can&#8217;t find it in the AS3 documentation (<a href="http://livedocs.adobe.com/flex/3/langref/index.html" rel="nofollow">http://livedocs.adobe.com/flex/3/langref/index.html</a>)&#8230; is ToolBar something I should be using &#8211; or is Adobe going to yank it from me just when I need it most?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/comment-page-1/#comment-2209</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Fri, 11 Jul 2008 19:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/#comment-2209</guid>
		<description>Ryan Stawarz,

Does something like the following work?
&lt;pre class=&quot;code&quot;&gt;
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;mx:Application xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot;&gt;

    &lt;mx:ApplicationControlBar dock=&quot;true&quot;&gt;
        &lt;mx:ToolBar width=&quot;100%&quot;&gt;
            &lt;mx:Button width=&quot;300&quot; /&gt;
            &lt;mx:Button width=&quot;300&quot; /&gt;
            &lt;mx:Button width=&quot;300&quot; /&gt;
            &lt;mx:Button width=&quot;300&quot; /&gt;
            &lt;mx:Button width=&quot;300&quot; /&gt;
            &lt;mx:Button width=&quot;300&quot; /&gt;
        &lt;/mx:ToolBar&gt;
    &lt;/mx:ApplicationControlBar&gt;

&lt;/mx:Application&gt;
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>Ryan Stawarz,</p>
<p>Does something like the following work?</p>
<pre class="code">
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"&gt;

    &lt;mx:ApplicationControlBar dock="true"&gt;
        &lt;mx:ToolBar width="100%"&gt;
            &lt;mx:Button width="300" /&gt;
            &lt;mx:Button width="300" /&gt;
            &lt;mx:Button width="300" /&gt;
            &lt;mx:Button width="300" /&gt;
            &lt;mx:Button width="300" /&gt;
            &lt;mx:Button width="300" /&gt;
        &lt;/mx:ToolBar&gt;
    &lt;/mx:ApplicationControlBar&gt;

&lt;/mx:Application&gt;
</pre>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Stawarz</title>
		<link>http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/comment-page-1/#comment-2208</link>
		<dc:creator>Ryan Stawarz</dc:creator>
		<pubDate>Fri, 11 Jul 2008 19:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/#comment-2208</guid>
		<description>Any idea on how to make an ApplicationControlBar accomplish the same thing?   I have an ApplicationControlBar that when my window is resized, the content does not wrap to the next line.  thoughts?  any help would be appreciated</description>
		<content:encoded><![CDATA[<p>Any idea on how to make an ApplicationControlBar accomplish the same thing?   I have an ApplicationControlBar that when my window is resized, the content does not wrap to the next line.  thoughts?  any help would be appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rconceiver</title>
		<link>http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/comment-page-1/#comment-2204</link>
		<dc:creator>rconceiver</dc:creator>
		<pubDate>Sat, 22 Mar 2008 08:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/#comment-2204</guid>
		<description>hi peter
thats really a nice example...
can we resize the shape with mouse i mean like transform tool?</description>
		<content:encoded><![CDATA[<p>hi peter<br />
thats really a nice example&#8230;<br />
can we resize the shape with mouse i mean like transform tool?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tianzhen Lin</title>
		<link>http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/comment-page-1/#comment-2203</link>
		<dc:creator>Tianzhen Lin</dc:creator>
		<pubDate>Fri, 25 Jan 2008 01:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/06/creating-a-resizing-toolbar-in-flex/#comment-2203</guid>
		<description>It seems that the ToolBar class is now marked as [ExcludeClass], so it cannot be directly accessed through MXML interface.  A simple workaround would be creating a class that inherits ToolBar class, then use the new class as the control.</description>
		<content:encoded><![CDATA[<p>It seems that the ToolBar class is now marked as [ExcludeClass], so it cannot be directly accessed through MXML interface.  A simple workaround would be creating a class that inherits ToolBar class, then use the new class as the control.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

