<?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"
	>
<channel>
	<title>Comments on: Announcing flexmdi: Robust, extensible MDI framework for Adobe Flex</title>
	<atom:link href="http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex</link>
	<description>Like my original design?</description>
	<pubDate>Fri, 04 Jul 2008 17:22:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Karel</title>
		<link>http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex#comment-22203</link>
		<dc:creator>Karel</dc:creator>
		<pubDate>Wed, 07 May 2008 04:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex/#comment-22203</guid>
		<description>Hi.

I am trying to addButton example is not working.  error comes in 
//code
this.addControl(menuBtn,0);	
//code

anyone please help me. thanks</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I am trying to addButton example is not working.  error comes in<br />
//code<br />
this.addControl(menuBtn,0);<br />
//code</p>
<p>anyone please help me. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Schmalhaus</title>
		<link>http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex#comment-17298</link>
		<dc:creator>Stefan Schmalhaus</dc:creator>
		<pubDate>Sun, 10 Feb 2008 12:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex/#comment-17298</guid>
		<description>Ben, that's great news! I'm looking forward to the new release. Your work is a valuable contribution to the Flex framework.</description>
		<content:encoded><![CDATA[<p>Ben, that&#8217;s great news! I&#8217;m looking forward to the new release. Your work is a valuable contribution to the Flex framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex#comment-17165</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 08 Feb 2008 18:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex/#comment-17165</guid>
		<description>Hi Stefan, you are correct on both accounts. The 2.0.1 compatible download was assembled while the library was in flux and it shows. The controls package, for instance, is no longer present at all. I apologize for any inconvenience and appreciate you pointing these out. Look for an update early next week with some new features that is fully compatible with 2.0.1.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Stefan, you are correct on both accounts. The 2.0.1 compatible download was assembled while the library was in flux and it shows. The controls package, for instance, is no longer present at all. I apologize for any inconvenience and appreciate you pointing these out. Look for an update early next week with some new features that is fully compatible with 2.0.1.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Schmalhaus</title>
		<link>http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex#comment-17152</link>
		<dc:creator>Stefan Schmalhaus</dc:creator>
		<pubDate>Fri, 08 Feb 2008 13:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex/#comment-17152</guid>
		<description>Also, I just noticed that some of the CSS style names in "styles.css" do not match the style names in the MDIWindowControlsContainer class. For example, the style name "increaseBtn" in the CSS file has to be renamed to "mdiWindowMaximizeBtn", and "decreaseBtn" should read "mdiWindowRestoreBtn".</description>
		<content:encoded><![CDATA[<p>Also, I just noticed that some of the CSS style names in &#8220;styles.css&#8221; do not match the style names in the MDIWindowControlsContainer class. For example, the style name &#8220;increaseBtn&#8221; in the CSS file has to be renamed to &#8220;mdiWindowMaximizeBtn&#8221;, and &#8220;decreaseBtn&#8221; should read &#8220;mdiWindowRestoreBtn&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Schmalhaus</title>
		<link>http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex#comment-17144</link>
		<dc:creator>Stefan Schmalhaus</dc:creator>
		<pubDate>Fri, 08 Feb 2008 12:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex/#comment-17144</guid>
		<description>There's another flaw in the FlexMDI source code. In "MDIWindow.as" the interface mx.core.IUITextField is used. This class is only available in Flex 3, it's not part of the Flex 2.0.1 SDK.</description>
		<content:encoded><![CDATA[<p>There&#8217;s another flaw in the FlexMDI source code. In &#8220;MDIWindow.as&#8221; the interface mx.core.IUITextField is used. This class is only available in Flex 3, it&#8217;s not part of the Flex 2.0.1 SDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeflash</title>
		<link>http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex#comment-14699</link>
		<dc:creator>Joeflash</dc:creator>
		<pubDate>Fri, 11 Jan 2008 16:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex/#comment-14699</guid>
		<description>Thanks Ben! I don't have SVN installed on this machine yet, so it never occurred me to look for the 2.01sdk source files.

DOH! :)</description>
		<content:encoded><![CDATA[<p>Thanks Ben! I don&#8217;t have SVN installed on this machine yet, so it never occurred me to look for the 2.01sdk source files.</p>
<p>DOH! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex#comment-14693</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 11 Jan 2008 14:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex/#comment-14693</guid>
		<description>Hi Joe, I responded to your post on flexcoders about this issue. http://tech.groups.yahoo.com/group/flexcoders/message/98630</description>
		<content:encoded><![CDATA[<p>Hi Joe, I responded to your post on flexcoders about this issue. <a href="http://tech.groups.yahoo.com/group/flexcoders/message/98630" rel="nofollow">http://tech.groups.yahoo.com/group/flexcoders/message/98630</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeflash</title>
		<link>http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex#comment-14678</link>
		<dc:creator>Joeflash</dc:creator>
		<pubDate>Fri, 11 Jan 2008 10:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex/#comment-14678</guid>
		<description>Darn, the XML didn't show up in my last comment. Let's see if this works.

Here's what's in the catalog.xml file in the 1.0 swc on the project site:

&#60;versions&#62;
  &#60;swc version=&#34;1.1&#34; /&#62;
  &#60;flex version=&#34;3.0&#34; build=&#34;172357&#34; /&#62;
&#60;/versions&#62;</description>
		<content:encoded><![CDATA[<p>Darn, the XML didn&#8217;t show up in my last comment. Let&#8217;s see if this works.</p>
<p>Here&#8217;s what&#8217;s in the catalog.xml file in the 1.0 swc on the project site:</p>
<p>&lt;versions&gt;<br />
  &lt;swc version=&quot;1.1&quot; /&gt;<br />
  &lt;flex version=&quot;3.0&quot; build=&quot;172357&quot; /&gt;<br />
&lt;/versions&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeflash</title>
		<link>http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex#comment-14676</link>
		<dc:creator>Joeflash</dc:creator>
		<pubDate>Fri, 11 Jan 2008 10:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex/#comment-14676</guid>
		<description>Hi Ben,

I'm also having problems getting FlexMDI working with FB 2.01. I keep 
getting the errors "Unable to load SWC flexmdi.swc" and "An internal 
build error has occurred. Please check the Error Log."

I took a look at your 1.0 release downloaded from the project site, and  checked the catalog.xml in the swc, and it's actually compiled for Flex 3, version 1.1. which is probably why FB is having a coniption fit.



   
   



Ben, do you have a version of the FlexMDI swc compiled in Flex 2.01? Seems like you might have uploaded the wrong file?

Thanks,

Joseph</description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>I&#8217;m also having problems getting FlexMDI working with FB 2.01. I keep<br />
getting the errors &#8220;Unable to load SWC flexmdi.swc&#8221; and &#8220;An internal<br />
build error has occurred. Please check the Error Log.&#8221;</p>
<p>I took a look at your 1.0 release downloaded from the project site, and  checked the catalog.xml in the swc, and it&#8217;s actually compiled for Flex 3, version 1.1. which is probably why FB is having a coniption fit.</p>
<p>Ben, do you have a version of the FlexMDI swc compiled in Flex 2.01? Seems like you might have uploaded the wrong file?</p>
<p>Thanks,</p>
<p>Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rose</title>
		<link>http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex#comment-14211</link>
		<dc:creator>Rose</dc:creator>
		<pubDate>Fri, 04 Jan 2008 15:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/announcing-flexmdi-robust-extensible-mdi-framework-for-adobe-flex/#comment-14211</guid>
		<description>Hi, Ben
how can you add the flexmdi folder as a source path?
I currently have a project with flex. I whould like to use flexmdi feature. My project is running under Tomcat. I downloaded flexmdi v1.0, extracted it under tomcat\webapps\mxlm directory, and downloaded mdi example, also extracted under the same dir. when I run the mxml file:MDIExampleExplorer.mxml, it gave me the following error:
Could not resolve  flexmdi:MDICanvas to a component implementation

Not sure what I miss.

Thanks

Rose</description>
		<content:encoded><![CDATA[<p>Hi, Ben<br />
how can you add the flexmdi folder as a source path?<br />
I currently have a project with flex. I whould like to use flexmdi feature. My project is running under Tomcat. I downloaded flexmdi v1.0, extracted it under tomcat\webapps\mxlm directory, and downloaded mdi example, also extracted under the same dir. when I run the mxml file:MDIExampleExplorer.mxml, it gave me the following error:<br />
Could not resolve  flexmdi:MDICanvas to a component implementation</p>
<p>Not sure what I miss.</p>
<p>Thanks</p>
<p>Rose</p>
]]></content:encoded>
	</item>
</channel>
</rss>
