<?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: flexmdi: Starting out simple with MDICanvas</title>
	<atom:link href="http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas/feed" rel="self" type="application/rss+xml" />
	<link>http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas</link>
	<description>Like my original design?</description>
	<pubDate>Sat, 22 Nov 2008 04:04:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Raymond</title>
		<link>http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas#comment-26995</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Tue, 21 Oct 2008 19:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas/#comment-26995</guid>
		<description>Create tool, I am using the MDI functionality in an application currently, I do have an issue though, At first launch of application everything is good, then I launch the window, and then minimize, it goes below the screen. But when i resize the browser window and then minimize again the window minimizes to the correct position. i was wondering if you can help me out here, thanks. (Something that I noticed that if I take away my tool-bars its the exact amount of space to the minimized window, don't know if that will help). Thanks again</description>
		<content:encoded><![CDATA[<p>Create tool, I am using the MDI functionality in an application currently, I do have an issue though, At first launch of application everything is good, then I launch the window, and then minimize, it goes below the screen. But when i resize the browser window and then minimize again the window minimizes to the correct position. i was wondering if you can help me out here, thanks. (Something that I noticed that if I take away my tool-bars its the exact amount of space to the minimized window, don&#8217;t know if that will help). Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan</title>
		<link>http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas#comment-26596</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Tue, 07 Oct 2008 18:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas/#comment-26596</guid>
		<description>hi guys 

could anyone help me with this:

I have an application working with MDICanvas but when I need to add a new MDIWindow in an absolute position I can set the x and y position for the MDIWindow  but in the MDICanvas the MDIWindow  appears in a different x and y position.

thanks

:::::::::::::::::::::::code::::::::::::::::::::::::::



	
		
	
	
	
	

</description>
		<content:encoded><![CDATA[<p>hi guys </p>
<p>could anyone help me with this:</p>
<p>I have an application working with MDICanvas but when I need to add a new MDIWindow in an absolute position I can set the x and y position for the MDIWindow  but in the MDICanvas the MDIWindow  appears in a different x and y position.</p>
<p>thanks</p>
<p>:::::::::::::::::::::::code::::::::::::::::::::::::::</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas#comment-25141</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 27 Aug 2008 21:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas/#comment-25141</guid>
		<description>Ben,
Thanks for the quick and informative response! 

I got it working with my forms just fine.  Now I'm running into the slow resize/redraw issue previously mentioned by another user.  If I open two windows (populated with my controls) it gets slow.  Even switching focus between the two windows lags for a couple seconds.

Each window contains several flex components (multiple tabs with datagrids, accordion lists, etc.).  

I'm willing to pay/donate to get some additional support on this. 

Thanks,
Chris</description>
		<content:encoded><![CDATA[<p>Ben,<br />
Thanks for the quick and informative response! </p>
<p>I got it working with my forms just fine.  Now I&#8217;m running into the slow resize/redraw issue previously mentioned by another user.  If I open two windows (populated with my controls) it gets slow.  Even switching focus between the two windows lags for a couple seconds.</p>
<p>Each window contains several flex components (multiple tabs with datagrids, accordion lists, etc.).  </p>
<p>I&#8217;m willing to pay/donate to get some additional support on this. </p>
<p>Thanks,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Clinkinbeard</title>
		<link>http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas#comment-25131</link>
		<dc:creator>Ben Clinkinbeard</dc:creator>
		<pubDate>Wed, 27 Aug 2008 12:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas/#comment-25131</guid>
		<description>Hi Chris,

MDIWindow is just a subclass of Panel, so you can add children to it like any other component. If defining in MXML you just put the child tags inside it and if using AS you can use things like addChild(), removeChild(), etc.

Ben</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>MDIWindow is just a subclass of Panel, so you can add children to it like any other component. If defining in MXML you just put the child tags inside it and if using AS you can use things like addChild(), removeChild(), etc.</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas#comment-25127</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 27 Aug 2008 09:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas/#comment-25127</guid>
		<description>This is great...thanks!

Question: can someone point me to an example of how to populated one of the MDI windows with existing forms that I have in my application?  I have several modal pop-up forms that I used to collect or display data in and I'd like to display some of them in different MDI windows.

Thanks!</description>
		<content:encoded><![CDATA[<p>This is great&#8230;thanks!</p>
<p>Question: can someone point me to an example of how to populated one of the MDI windows with existing forms that I have in my application?  I have several modal pop-up forms that I used to collect or display data in and I&#8217;d like to display some of them in different MDI windows.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas#comment-23076</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 04 Jun 2008 12:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas/#comment-23076</guid>
		<description>Hi Leonardo,

Flash Player's garbage collection runs unpredictably (its not arbitrary but is impossible to predict) and is triggered by memory allocation requests. Therefore, removing components will never trigger garbage collection. As far as I know FlexMDI takes all necessary steps to ensure garbage collection can clean up as appropriate and does not contain any memory leaks.

Thanks,
Ben</description>
		<content:encoded><![CDATA[<p>Hi Leonardo,</p>
<p>Flash Player&#8217;s garbage collection runs unpredictably (its not arbitrary but is impossible to predict) and is triggered by memory allocation requests. Therefore, removing components will never trigger garbage collection. As far as I know FlexMDI takes all necessary steps to ensure garbage collection can clean up as appropriate and does not contain any memory leaks.</p>
<p>Thanks,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo</title>
		<link>http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas#comment-23075</link>
		<dc:creator>Leonardo</dc:creator>
		<pubDate>Wed, 04 Jun 2008 11:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas/#comment-23075</guid>
		<description>Identified a problem in the management of memory. When you add one or multiple windows on the canvas and then remove them, the memory does not reduce. What should be done for this to be corrected, taking into account that this will be used many times in a day's work.</description>
		<content:encoded><![CDATA[<p>Identified a problem in the management of memory. When you add one or multiple windows on the canvas and then remove them, the memory does not reduce. What should be done for this to be corrected, taking into account that this will be used many times in a day&#8217;s work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas#comment-22780</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 26 May 2008 22:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas/#comment-22780</guid>
		<description>Hi Paulo,

There is a showMinimizedTiles property, I think on MDIManager. Setting it to true will do what you want.

Ben</description>
		<content:encoded><![CDATA[<p>Hi Paulo,</p>
<p>There is a showMinimizedTiles property, I think on MDIManager. Setting it to true will do what you want.</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulo</title>
		<link>http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas#comment-22777</link>
		<dc:creator>paulo</dc:creator>
		<pubDate>Mon, 26 May 2008 20:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas/#comment-22777</guid>
		<description>Hi, when I minimize a window, appears a button at botton of mdicanvas. But if a maximize another window, this one cover the first one.
There is a way to always show the windows in task bar like windows taskbar ?</description>
		<content:encoded><![CDATA[<p>Hi, when I minimize a window, appears a button at botton of mdicanvas. But if a maximize another window, this one cover the first one.<br />
There is a way to always show the windows in task bar like windows taskbar ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelvin</title>
		<link>http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas#comment-22415</link>
		<dc:creator>Kelvin</dc:creator>
		<pubDate>Tue, 13 May 2008 09:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/2007/09/flexmdi-starting-out-simple-with-mdicanvas/#comment-22415</guid>
		<description>Hi Ben,

Thanks for the prompt reply. 

When testing the resizing issue, please use a flex module as the child of the the MDIWindow. 
Thats what am using and it seems that when the MDIWindow resizes, the flex module doesn't resize as expected. 

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>Thanks for the prompt reply. </p>
<p>When testing the resizing issue, please use a flex module as the child of the the MDIWindow.<br />
Thats what am using and it seems that when the MDIWindow resizes, the flex module doesn&#8217;t resize as expected. </p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
