<?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: GUI drag-drop</title>
	<atom:link href="http://eej.dk/angryant/general/tipsandtricks/gui-drag-drop/feed/" rel="self" type="application/rss+xml" />
	<link>http://eej.dk/angryant/general/tipsandtricks/gui-drag-drop/</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: arbbot</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/gui-drag-drop/comment-page-1/#comment-129</link>
		<dc:creator>arbbot</dc:creator>
		<pubDate>Tue, 02 Nov 2010 21:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=301#comment-129</guid>
		<description>AngryAnt thanks a lot for sharing your coding tips and experience with us. I was able to take the scripts and create a prototype from scratch just showing the basic windows. Easy to implement, clear and concrete. I&#039;ll be working on a more complex prototype in the future, but I wanted to say thanks !!!

Cheers!
-arbbot</description>
		<content:encoded><![CDATA[<p>AngryAnt thanks a lot for sharing your coding tips and experience with us. I was able to take the scripts and create a prototype from scratch just showing the basic windows. Easy to implement, clear and concrete. I&#8217;ll be working on a more complex prototype in the future, but I wanted to say thanks !!!</p>
<p>Cheers!<br />
-arbbot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grfxman</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/gui-drag-drop/comment-page-1/#comment-102</link>
		<dc:creator>grfxman</dc:creator>
		<pubDate>Sun, 27 Jun 2010 21:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=301#comment-102</guid>
		<description>Just starting with C# and was wondering 2 things.

_1_
How would you vary the window layout. (they all use the same layout)?

_2_ How could I use a button to turn individual windows on and off?</description>
		<content:encoded><![CDATA[<p>Just starting with C# and was wondering 2 things.</p>
<p>_1_<br />
How would you vary the window layout. (they all use the same layout)?</p>
<p>_2_ How could I use a button to turn individual windows on and off?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George R</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/gui-drag-drop/comment-page-1/#comment-101</link>
		<dc:creator>George R</dc:creator>
		<pubDate>Fri, 18 Jun 2010 23:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=301#comment-101</guid>
		<description>Thanks for this!

Also, you guys are asking a bit too much - here you have the fundamental code snippets to provide the functionality - why do you want an entire project made and bundled up for you?</description>
		<content:encoded><![CDATA[<p>Thanks for this!</p>
<p>Also, you guys are asking a bit too much &#8211; here you have the fundamental code snippets to provide the functionality &#8211; why do you want an entire project made and bundled up for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maxdisher</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/gui-drag-drop/comment-page-1/#comment-96</link>
		<dc:creator>maxdisher</dc:creator>
		<pubDate>Thu, 15 Apr 2010 08:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=301#comment-96</guid>
		<description>would also love to see an example project, time permitting of course.  love your site and your work, keep it up.</description>
		<content:encoded><![CDATA[<p>would also love to see an example project, time permitting of course.  love your site and your work, keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilan</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/gui-drag-drop/comment-page-1/#comment-82</link>
		<dc:creator>Ilan</dc:creator>
		<pubDate>Thu, 28 Jan 2010 19:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=301#comment-82</guid>
		<description>Still looking forward to see a project based on that script. ty in advance ;)</description>
		<content:encoded><![CDATA[<p>Still looking forward to see a project based on that script. ty in advance <img src='http://eej.dk/angryant/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AngryAnt</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/gui-drag-drop/comment-page-1/#comment-81</link>
		<dc:creator>AngryAnt</dc:creator>
		<pubDate>Tue, 26 Jan 2010 08:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=301#comment-81</guid>
		<description>@Ilan
That would increase the time it takes to get an article ready, but I&#039;ll look into it.

@Ippokratis
Thanks for the pointer. Will correct the post :)

@Gibbs
If you notice in MyMonoBehaviour.cs - on the line beginning with &quot;GUI.color = dropTargetRect.Contains (Event...&quot;, that is one example of handling drop-targets. Try running the script and dragging over the rect.</description>
		<content:encoded><![CDATA[<p>@Ilan<br />
That would increase the time it takes to get an article ready, but I&#8217;ll look into it.</p>
<p>@Ippokratis<br />
Thanks for the pointer. Will correct the post <img src='http://eej.dk/angryant/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Gibbs<br />
If you notice in MyMonoBehaviour.cs &#8211; on the line beginning with &#8220;GUI.color = dropTargetRect.Contains (Event&#8230;&#8221;, that is one example of handling drop-targets. Try running the script and dragging over the rect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gibbs</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/gui-drag-drop/comment-page-1/#comment-78</link>
		<dc:creator>Gibbs</dc:creator>
		<pubDate>Mon, 25 Jan 2010 19:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=301#comment-78</guid>
		<description>Excellent tutorial... I had a question though. How would I make the dropped item be recognized by another object. For example....

If I dragged an object into a box... Then do this animation or behavior... I understand the process but not how to do this with the GUI...

Thanks in advance!!!</description>
		<content:encoded><![CDATA[<p>Excellent tutorial&#8230; I had a question though. How would I make the dropped item be recognized by another object. For example&#8230;.</p>
<p>If I dragged an object into a box&#8230; Then do this animation or behavior&#8230; I understand the process but not how to do this with the GUI&#8230;</p>
<p>Thanks in advance!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ippokratis</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/gui-drag-drop/comment-page-1/#comment-77</link>
		<dc:creator>Ippokratis</dc:creator>
		<pubDate>Sun, 24 Jan 2010 21:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=301#comment-77</guid>
		<description>Thanks a lot for the info provided. I started reading c# just to understand how you do it. I believe that in order to compile the last example, the script must be named MyEditorWindow.cs insted of EditorWindow.cs Again, thanks.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the info provided. I started reading c# just to understand how you do it. I believe that in order to compile the last example, the script must be named MyEditorWindow.cs insted of EditorWindow.cs Again, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilan</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/gui-drag-drop/comment-page-1/#comment-76</link>
		<dc:creator>Ilan</dc:creator>
		<pubDate>Sun, 24 Jan 2010 15:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=301#comment-76</guid>
		<description>I think it&#039;d be awesome if you&#039;ll provide a simple gui-drag-drop project. i`d be very very appreciated. ty</description>
		<content:encoded><![CDATA[<p>I think it&#8217;d be awesome if you&#8217;ll provide a simple gui-drag-drop project. i`d be very very appreciated. ty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AngryAnt</title>
		<link>http://eej.dk/angryant/general/tipsandtricks/gui-drag-drop/comment-page-1/#comment-53</link>
		<dc:creator>AngryAnt</dc:creator>
		<pubDate>Tue, 24 Nov 2009 12:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://eej.dk/angryant/?p=301#comment-53</guid>
		<description>Sure. Just modify the OnGUI of your GUIDraggableObject based class to render that.</description>
		<content:encoded><![CDATA[<p>Sure. Just modify the OnGUI of your GUIDraggableObject based class to render that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

