<?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: WTF is createClassObject, createObject, and destroyObject?	</title>
	<atom:link href="https://jessewarden.com/2004/05/wtf-is-createclassobject-createobject-and-destroyobject.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2004/05/wtf-is-createclassobject-createobject-and-destroyobject.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Wed, 16 Feb 2005 22:30:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JiJi		</title>
		<link>https://jessewarden.com/2004/05/wtf-is-createclassobject-createobject-and-destroyobject.html/comment-page-1#comment-1736</link>

		<dc:creator><![CDATA[JiJi]]></dc:creator>
		<pubDate>Wed, 16 Feb 2005 22:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=531#comment-1736</guid>

					<description><![CDATA[Say I have a declared class List with

var className:String = &#039;List&#039;;
static var symbolOwner:Object = one.two.List;

////////////////////////////////////////
At runtime I want to to access the path of the  class, eg &#039;one.two.List&#039;, of any object I instantiated.

problem 1) List.symbolOwner returns Function type.
problem 2) [ instanceObj.className ]symbolOwner is not recognize.

If you have any suggestions, thanks aheaed.
]]></description>
			<content:encoded><![CDATA[<p>Say I have a declared class List with</p>
<p>var className:String = &#8216;List&#8217;;<br />
static var symbolOwner:Object = one.two.List;</p>
<p>////////////////////////////////////////<br />
At runtime I want to to access the path of the  class, eg &#8216;one.two.List&#8217;, of any object I instantiated.</p>
<p>problem 1) List.symbolOwner returns Function type.<br />
problem 2) [ instanceObj.className ]symbolOwner is not recognize.</p>
<p>If you have any suggestions, thanks aheaed.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2004/05/wtf-is-createclassobject-createobject-and-destroyobject.html/comment-page-1#comment-1735</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Wed, 16 Feb 2005 03:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=531#comment-1735</guid>

					<description><![CDATA[Sure, it&#039;s static, so hit the class name itself:

trace(List.symbolOwner);]]></description>
			<content:encoded><![CDATA[<p>Sure, it&#8217;s static, so hit the class name itself:</p>
<p>trace(List.symbolOwner);</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JiJi		</title>
		<link>https://jessewarden.com/2004/05/wtf-is-createclassobject-createobject-and-destroyobject.html/comment-page-1#comment-1734</link>

		<dc:creator><![CDATA[JiJi]]></dc:creator>
		<pubDate>Tue, 15 Feb 2005 21:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=531#comment-1734</guid>

					<description><![CDATA[Is there a way to acess the symbolOwner at runtime?]]></description>
			<content:encoded><![CDATA[<p>Is there a way to acess the symbolOwner at runtime?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2004/05/wtf-is-createclassobject-createobject-and-destroyobject.html/comment-page-1#comment-1733</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Fri, 17 Dec 2004 18:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=531#comment-1733</guid>

					<description><![CDATA[Strike that, I do now.  Page 38 of the Flex Builder Tutorials.pdf shows you how.  You basically control click a breakpoint next to the ActionScript line in question, and then click the debug button instead of run on the MXML file running it; you&#039;ll then switch to the AS file when that part of AS is run.]]></description>
			<content:encoded><![CDATA[<p>Strike that, I do now.  Page 38 of the Flex Builder Tutorials.pdf shows you how.  You basically control click a breakpoint next to the ActionScript line in question, and then click the debug button instead of run on the MXML file running it; you&#8217;ll then switch to the AS file when that part of AS is run.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2004/05/wtf-is-createclassobject-createobject-and-destroyobject.html/comment-page-1#comment-1732</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Wed, 15 Dec 2004 19:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=531#comment-1732</guid>

					<description><![CDATA[Well, the one time I used Flex a long time ago I just played with some samples and modified their code, I never created my own nor used Brady.

However, maybe &lt;a href=&quot;http://www.macromedia.com/devnet/flex/articles/flexbuilder_debugger.html&quot; rel=&quot;nofollow&quot;&gt;this article&lt;/a&gt; will help?]]></description>
			<content:encoded><![CDATA[<p>Well, the one time I used Flex a long time ago I just played with some samples and modified their code, I never created my own nor used Brady.</p>
<p>However, maybe <a href="http://www.macromedia.com/devnet/flex/articles/flexbuilder_debugger.html" rel="nofollow">this article</a> will help?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
