<?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: Wireframe Components Using Flash 8&#8217;s Scale9	</title>
	<atom:link href="https://jessewarden.com/2005/09/wireframe-components-using-flash-8s-scale9.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2005/09/wireframe-components-using-flash-8s-scale9.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Wed, 08 Feb 2006 20:00:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2005/09/wireframe-components-using-flash-8s-scale9.html/comment-page-1#comment-2902</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Wed, 08 Feb 2006 20:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=869#comment-2902</guid>

					<description><![CDATA[Yeah, you can edit it. It&#039;s in:

C:\Program Files\Macromedia\Flash 8\en\First Run\Include


]]></description>
			<content:encoded><![CDATA[<p>Yeah, you can edit it. It&#8217;s in:</p>
<p>C:\Program Files\Macromedia\Flash 8\en\First Run\Include</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bhanu		</title>
		<link>https://jessewarden.com/2005/09/wireframe-components-using-flash-8s-scale9.html/comment-page-1#comment-2901</link>

		<dc:creator><![CDATA[Bhanu]]></dc:creator>
		<pubDate>Mon, 06 Feb 2006 06:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=869#comment-2901</guid>

					<description><![CDATA[Can we edit the mm_livepreview.as, so that visibility of muiltiple instances of a SWC can be set using the component inspector panel in the IDE. Currently the Flash IDE supports visiblity for a single instance of the SWC.]]></description>
			<content:encoded><![CDATA[<p>Can we edit the mm_livepreview.as, so that visibility of muiltiple instances of a SWC can be set using the component inspector panel in the IDE. Currently the Flash IDE supports visiblity for a single instance of the SWC.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2005/09/wireframe-components-using-flash-8s-scale9.html/comment-page-1#comment-2900</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Wed, 28 Sep 2005 20:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=869#comment-2900</guid>

					<description><![CDATA[Yeah, don&#039;t.  Just extend mx.core.UIObject, right click on the symbol, and &#039;Convert to Compiled clip&#039;. If it works, you can export to an SWC in confidence.

The only reason I resorted to the low-level was to get labels to work, and in retrospect I probably didn&#039;t have to.]]></description>
			<content:encoded><![CDATA[<p>Yeah, don&#8217;t.  Just extend mx.core.UIObject, right click on the symbol, and &#8216;Convert to Compiled clip&#8217;. If it works, you can export to an SWC in confidence.</p>
<p>The only reason I resorted to the low-level was to get labels to work, and in retrospect I probably didn&#8217;t have to.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andreas Weber		</title>
		<link>https://jessewarden.com/2005/09/wireframe-components-using-flash-8s-scale9.html/comment-page-1#comment-2899</link>

		<dc:creator><![CDATA[Andreas Weber]]></dc:creator>
		<pubDate>Wed, 28 Sep 2005 20:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=869#comment-2899</guid>

					<description><![CDATA[Thanks for the info Jesse!
Good to know about  mm_livepreview.as. 
After a lot of fiddling (iirc involving an interval or watch to detect changes) I then finally got the LivePreview working for the non-mx.core.UIObject-extending components. 
I also needed an onUpdate() function to which the mysterious xch clip was sent.  
Anyway, it was really, really kludgy - I hoped you had found a more efficient way using the mm_livepreview.as file.
Cheers!]]></description>
			<content:encoded><![CDATA[<p>Thanks for the info Jesse!<br />
Good to know about  mm_livepreview.as.<br />
After a lot of fiddling (iirc involving an interval or watch to detect changes) I then finally got the LivePreview working for the non-mx.core.UIObject-extending components.<br />
I also needed an onUpdate() function to which the mysterious xch clip was sent.<br />
Anyway, it was really, really kludgy &#8211; I hoped you had found a more efficient way using the mm_livepreview.as file.<br />
Cheers!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2005/09/wireframe-components-using-flash-8s-scale9.html/comment-page-1#comment-2898</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Wed, 28 Sep 2005 19:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=869#comment-2898</guid>

					<description><![CDATA[BTW, the reason you probably had issues creating components not based on mx.core.UIObject is because LivePreviews expect you to do so.  They check for mc.width for example instead of mx._width.  They call mc.setSize which is only a method of UIObject extended components.]]></description>
			<content:encoded><![CDATA[<p>BTW, the reason you probably had issues creating components not based on mx.core.UIObject is because LivePreviews expect you to do so.  They check for mc.width for example instead of mx._width.  They call mc.setSize which is only a method of UIObject extended components.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
