<?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: Simplified XNA Message Boxes</title>
	<atom:link href="http://www.crappycoding.com/2009/06/simplified-xna-message-boxes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crappycoding.com/2009/06/simplified-xna-message-boxes/</link>
	<description>Spreading the Geek</description>
	<lastBuildDate>Mon, 09 Jan 2012 18:00:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: snoozbuster</title>
		<link>http://www.crappycoding.com/2009/06/simplified-xna-message-boxes/comment-page-1/#comment-362</link>
		<dc:creator>snoozbuster</dc:creator>
		<pubDate>Tue, 14 Jun 2011 05:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.crappycoding.com/?p=82#comment-362</guid>
		<description>This code is actually really handy. If you&#039;re just displaying a notification, i.e. &quot;There is no storage device selected, saving is disabled,&quot; you don&#039;t even have to call it every frame. It&#039;s handy. However, in 3.1 the BeginShowMessageBox() function with the overload to display to all players was removed. I thought that odd. What I did to resolve it was just used a Press Start screen to set the default controller, as is the norm. It&#039;s really useful code, for sure. I did make the class static, though, since everything inside is already static. I don&#039;t know if that was an oversight or not, cause you don&#039;t really need to instantiate this class.</description>
		<content:encoded><![CDATA[<p>This code is actually really handy. If you&#8217;re just displaying a notification, i.e. &#8220;There is no storage device selected, saving is disabled,&#8221; you don&#8217;t even have to call it every frame. It&#8217;s handy. However, in 3.1 the BeginShowMessageBox() function with the overload to display to all players was removed. I thought that odd. What I did to resolve it was just used a Press Start screen to set the default controller, as is the norm. It&#8217;s really useful code, for sure. I did make the class static, though, since everything inside is already static. I don&#8217;t know if that was an oversight or not, cause you don&#8217;t really need to instantiate this class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ferhat</title>
		<link>http://www.crappycoding.com/2009/06/simplified-xna-message-boxes/comment-page-1/#comment-349</link>
		<dc:creator>ferhat</dc:creator>
		<pubDate>Sat, 11 Dec 2010 22:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.crappycoding.com/?p=82#comment-349</guid>
		<description>cool...</description>
		<content:encoded><![CDATA[<p>cool&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

