<?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: Extending Flex Builder: sample code for design.xml</title>
	<atom:link href="http://www.morearty.com/blog/2008/11/19/extending-flex-builder-sample-code-for-designxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morearty.com/blog/2008/11/19/extending-flex-builder-sample-code-for-designxml/</link>
	<description>Mike Morearty&#039;s blog</description>
	<lastBuildDate>Tue, 24 Jan 2012 05:31:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dinesh</title>
		<link>http://www.morearty.com/blog/2008/11/19/extending-flex-builder-sample-code-for-designxml/comment-page-1/#comment-63841</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Mon, 29 Aug 2011 18:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=173#comment-63841</guid>
		<description>&lt;p&gt;Hi Mike,&lt;/p&gt;

&lt;p&gt;Thanks alot for your reply.Even i posted to adobe till now i didn&#039;t get any response.Hope adobe will understand developers pain working in an organization and update soon with right doc.&lt;/p&gt;

&lt;p&gt;Thanks,
Dinesh&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>

<p>Thanks alot for your reply.Even i posted to adobe till now i didn't get any response.Hope adobe will understand developers pain working in an organization and update soon with right doc.</p>

<p>Thanks,
Dinesh</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2008/11/19/extending-flex-builder-sample-code-for-designxml/comment-page-1/#comment-63840</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 29 Aug 2011 17:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=173#comment-63840</guid>
		<description>&lt;p&gt;Hi Dinesh,&lt;/p&gt;

&lt;p&gt;I no longer work for Adobe, so unfortunately I can&#039;t help you with this issue.  I suggest posting a message on the official Adobe forums.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dinesh,</p>

<p>I no longer work for Adobe, so unfortunately I can't help you with this issue.  I suggest posting a message on the official Adobe forums.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://www.morearty.com/blog/2008/11/19/extending-flex-builder-sample-code-for-designxml/comment-page-1/#comment-63839</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Mon, 29 Aug 2011 15:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=173#comment-63839</guid>
		<description>&lt;p&gt;Hi Mike,
Looks the documentation on Adobe Flash Builder Extensibility API Reference has not been updated:( ..i can give many examples ….
Here is the DesignModelPlugin Class and getEditableModelForFile in flex 3
http://www.adobe.com/livedocs/flex/3/extensibility/DesignModel/com/adobe/flexbuilder/designmodel/DesignModelPlugin.html&lt;/p&gt;

&lt;p&gt;This method is removed in flex 4 but the document is not updated.Flex Builder doc link
http://help.adobe.com/en_US/flashbuilder/extensibility/DesignModel/com/adobe/flexbuilder/designmodel/DesignModelPlugin.html&lt;/p&gt;

&lt;p&gt;Without the updated document i am not able to proceed my development. Actually i was migrating my plugins from flex builder to flash builder since some methods are removed i am not able to find alternate way to fix them for flashbuilder.Waiting for solution from you blog.&lt;/p&gt;

&lt;p&gt;Thanks in Advance
dinesh&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Mike,
Looks the documentation on Adobe Flash Builder Extensibility API Reference has not been updated:( ..i can give many examples ….
Here is the DesignModelPlugin Class and getEditableModelForFile in flex 3
<a href="http://www.adobe.com/livedocs/flex/3/extensibility/DesignModel/com/adobe/flexbuilder/designmodel/DesignModelPlugin.html" rel="nofollow">http://www.adobe.com/livedocs/flex/3/extensibility/DesignModel/com/adobe/flexbuilder/designmodel/DesignModelPlugin.html</a></p>

<p>This method is removed in flex 4 but the document is not updated.Flex Builder doc link
<a href="http://help.adobe.com/en_US/flashbuilder/extensibility/DesignModel/com/adobe/flexbuilder/designmodel/DesignModelPlugin.html" rel="nofollow">http://help.adobe.com/en_US/flashbuilder/extensibility/DesignModel/com/adobe/flexbuilder/designmodel/DesignModelPlugin.html</a></p>

<p>Without the updated document i am not able to proceed my development. Actually i was migrating my plugins from flex builder to flash builder since some methods are removed i am not able to find alternate way to fix them for flashbuilder.Waiting for solution from you blog.</p>

<p>Thanks in Advance
dinesh</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.morearty.com/blog/2008/11/19/extending-flex-builder-sample-code-for-designxml/comment-page-1/#comment-55195</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Fri, 06 Feb 2009 05:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=173#comment-55195</guid>
		<description>&lt;p&gt;oops. I&#039;m sorry, ignore these last two comments.&lt;br /&gt;
My trouble was that in my compc call I had include-file and I also had include-file in the config xml it was loading. So the includes in the config xml were being ignored. Therefore the design.xml never actually made it to the swc.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>oops. I'm sorry, ignore these last two comments.<br />
My trouble was that in my compc call I had include-file and I also had include-file in the config xml it was loading. So the includes in the config xml were being ignored. Therefore the design.xml never actually made it to the swc.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.morearty.com/blog/2008/11/19/extending-flex-builder-sample-code-for-designxml/comment-page-1/#comment-55193</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Fri, 06 Feb 2009 05:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=173#comment-55193</guid>
		<description>&lt;p&gt;Do you know if there&#039;s a way to have design.xml be used if you&#039;re using compc instead of compiling with flex builder? I set include-file and design.xml is being included, but not used.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Do you know if there's a way to have design.xml be used if you're using compc instead of compiling with flex builder? I set include-file and design.xml is being included, but not used.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2008/11/19/extending-flex-builder-sample-code-for-designxml/comment-page-1/#comment-55068</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 03 Feb 2009 15:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=173#comment-55068</guid>
		<description>&lt;p&gt;No, Nick, I don&#039;t.  The best place to ask this sort of thing is on the Flexcoders list on Yahoo Groups.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No, Nick, I don't.  The best place to ask this sort of thing is on the Flexcoders list on Yahoo Groups.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.morearty.com/blog/2008/11/19/extending-flex-builder-sample-code-for-designxml/comment-page-1/#comment-55052</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 02 Feb 2009 17:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=173#comment-55052</guid>
		<description>&lt;p&gt;Specifically, I want to find how the DataGrid can understand how it has columns in design view.&lt;br /&gt;
I&#039;m guessing the key is in here, but I can&#039;t find source for this or something similar.
&lt;designExtension class=&quot;zorn.extensions.mx.controls.DataGridExtension&quot;/&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Specifically, I want to find how the DataGrid can understand how it has columns in design view.<br />
I'm guessing the key is in here, but I can't find source for this or something similar.
&lt;designExtension class=&quot;zorn.extensions.mx.controls.DataGridExtension&quot;/&gt;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.morearty.com/blog/2008/11/19/extending-flex-builder-sample-code-for-designxml/comment-page-1/#comment-55051</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 02 Feb 2009 16:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=173#comment-55051</guid>
		<description>&lt;p&gt;Do you know where I can get some source code of existing inserterClass or designExtension class?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Do you know where I can get some source code of existing inserterClass or designExtension class?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2008/11/19/extending-flex-builder-sample-code-for-designxml/comment-page-1/#comment-55005</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 30 Jan 2009 21:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=173#comment-55005</guid>
		<description>&lt;p&gt;Nick, currently the only sources of information about design.xml are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This site, including the presentation that I link to above, and&lt;/li&gt;
&lt;li&gt;the actual talk David and I gave at MAX, which can be viewed here: http://tv.adobe.com/#vi+f15384v1080 (the part about design.xml starts at 28:30).&lt;/li&gt;
&lt;/ul&gt;
</description>
		<content:encoded><![CDATA[<p>Nick, currently the only sources of information about design.xml are:</p>

<ul>
<li>This site, including the presentation that I link to above, and</li>
<li>the actual talk David and I gave at MAX, which can be viewed here: <a href="http://tv.adobe.com/#vi+f15384v1080" rel="nofollow">http://tv.adobe.com/#vi+f15384v1080</a> (the part about design.xml starts at 28:30).</li>
</ul>]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.morearty.com/blog/2008/11/19/extending-flex-builder-sample-code-for-designxml/comment-page-1/#comment-55004</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Fri, 30 Jan 2009 21:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/?p=173#comment-55004</guid>
		<description>&lt;p&gt;Is there any place at all that I can find more information on design.xml?  The only info I&#039;ve been able to find on it after hours of searching is this site.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there any place at all that I can find more information on design.xml?  The only info I've been able to find on it after hours of searching is this site.</p>]]></content:encoded>
	</item>
</channel>
</rss>

