<?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: Where did that component go?</title>
	<atom:link href="http://eej.dk/angryant/general/tipsandtricks/where-did-that-component-go/feed/" rel="self" type="application/rss+xml" />
	<link>http://eej.dk/angryant/general/tipsandtricks/where-did-that-component-go/</link>
	<description>Game and -AI development</description>
	<lastBuildDate>Sat, 14 Jan 2012 12:05:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: zhx</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/where-did-that-component-go/comment-page-1/#comment-136</link>
		<dc:creator>zhx</dc:creator>
		<pubDate>Tue, 07 Dec 2010 08:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=269#comment-136</guid>
		<description>yet another great script! Thank you for sharing.</description>
		<content:encoded><![CDATA[<p>yet another great script! Thank you for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nahuel</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/where-did-that-component-go/comment-page-1/#comment-73</link>
		<dc:creator>Nahuel</dc:creator>
		<pubDate>Mon, 18 Jan 2010 13:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=269#comment-73</guid>
		<description>i just love the support =) .

thank you.</description>
		<content:encoded><![CDATA[<p>i just love the support =) .</p>
<p>thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alphageek</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/where-did-that-component-go/comment-page-1/#comment-33</link>
		<dc:creator>Alphageek</dc:creator>
		<pubDate>Thu, 22 Oct 2009 03:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=269#comment-33</guid>
		<description>I came across this gem of a script today - fantastic, thanks!  

However I needed it to work with the iPhone Unity 1.5 environment where the &quot;EditorWindow.GetWindow&quot; method doesn&#039;t exist.  So I changed your Launch() method to:

-----
    public static void Launch()
    {
         {        
   		if (window) 
      			DestroyImmediate(window); 
      				
   	         window = new ComponentLister() ;
        	 window.Show (true); 
    	} 
    } 

----
and added the static class field

public static ComponentLister window;


It works with the iPhone environment now :)

Cheers!</description>
		<content:encoded><![CDATA[<p>I came across this gem of a script today &#8211; fantastic, thanks!  </p>
<p>However I needed it to work with the iPhone Unity 1.5 environment where the &#8220;EditorWindow.GetWindow&#8221; method doesn&#8217;t exist.  So I changed your Launch() method to:</p>
<p>&#8212;&#8211;<br />
    public static void Launch()<br />
    {<br />
         {<br />
   		if (window)<br />
      			DestroyImmediate(window); </p>
<p>   	         window = new ComponentLister() ;<br />
        	 window.Show (true);<br />
    	}<br />
    } </p>
<p>&#8212;-<br />
and added the static class field</p>
<p>public static ComponentLister window;</p>
<p>It works with the iPhone environment now <img src='http://eej.dk/angryant/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AngryAnt</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/where-did-that-component-go/comment-page-1/#comment-5</link>
		<dc:creator>AngryAnt</dc:creator>
		<pubDate>Tue, 01 Sep 2009 08:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=269#comment-5</guid>
		<description>Nowai! I *filed* it - y&#039;know? ;)</description>
		<content:encoded><![CDATA[<p>Nowai! I *filed* it &#8211; y&#8217;know? <img src='http://eej.dk/angryant/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: socksy</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/where-did-that-component-go/comment-page-1/#comment-4</link>
		<dc:creator>socksy</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=269#comment-4</guid>
		<description>&quot;Earlier this week I stumbled on the script again&quot;

So you, er, lost it? ;)</description>
		<content:encoded><![CDATA[<p>&#8220;Earlier this week I stumbled on the script again&#8221;</p>
<p>So you, er, lost it? <img src='http://eej.dk/angryant/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

