<?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: Changing the Modal Color	</title>
	<atom:link href="https://jessewarden.com/2006/01/changing-the-modal-color.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2006/01/changing-the-modal-color.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Sat, 01 Apr 2006 01:04:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Doug		</title>
		<link>https://jessewarden.com/2006/01/changing-the-modal-color.html/comment-page-1#comment-3284</link>

		<dc:creator><![CDATA[Doug]]></dc:creator>
		<pubDate>Sat, 01 Apr 2006 01:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=957#comment-3284</guid>

					<description><![CDATA[&#039;Some other magic happens behind the scenes to prevent keyboard commands from slipping through.&#039;

Looks like that magic breaks down if you have more than one modal popup window open at the same time.  Try it... just open an Alert or some other modal popup with buttons or other form controls from a different modal popup also with form controls.  Then try to use tab or enter to navigate the form in the topmost popup... that&#039;s where the weirdness begins.

Any ideas?  Is it possible to debug magic?


]]></description>
			<content:encoded><![CDATA[<p>&#8216;Some other magic happens behind the scenes to prevent keyboard commands from slipping through.&#8217;</p>
<p>Looks like that magic breaks down if you have more than one modal popup window open at the same time.  Try it&#8230; just open an Alert or some other modal popup with buttons or other form controls from a different modal popup also with form controls.  Then try to use tab or enter to navigate the form in the topmost popup&#8230; that&#8217;s where the weirdness begins.</p>
<p>Any ideas?  Is it possible to debug magic?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: philip		</title>
		<link>https://jessewarden.com/2006/01/changing-the-modal-color.html/comment-page-1#comment-3283</link>

		<dc:creator><![CDATA[philip]]></dc:creator>
		<pubDate>Mon, 13 Mar 2006 02:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=957#comment-3283</guid>

					<description><![CDATA[oh, never mind about my msg regarding integrating this with your LoginForm tutorial... I finally figured it out.  Thanks!]]></description>
			<content:encoded><![CDATA[<p>oh, never mind about my msg regarding integrating this with your LoginForm tutorial&#8230; I finally figured it out.  Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Philip		</title>
		<link>https://jessewarden.com/2006/01/changing-the-modal-color.html/comment-page-1#comment-3282</link>

		<dc:creator><![CDATA[Philip]]></dc:creator>
		<pubDate>Mon, 13 Mar 2006 00:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=957#comment-3282</guid>

					<description><![CDATA[Hi Jesse

First of all, thanks for posting such useful Flash tutorials/instructions... they&#039;ve been very helpful for me!

I was wondering if you can give an example of how to integrate this modal background coloring with the code produced in your LoginForm tutorial.  I can&#039;t seem to get it to work (I have been trying to add it to the &#039;init&#039; function containing the popupmanager but no dice).

Thanks!
- philip]]></description>
			<content:encoded><![CDATA[<p>Hi Jesse</p>
<p>First of all, thanks for posting such useful Flash tutorials/instructions&#8230; they&#8217;ve been very helpful for me!</p>
<p>I was wondering if you can give an example of how to integrate this modal background coloring with the code produced in your LoginForm tutorial.  I can&#8217;t seem to get it to work (I have been trying to add it to the &#8216;init&#8217; function containing the popupmanager but no dice).</p>
<p>Thanks!<br />
&#8211; philip</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2006/01/changing-the-modal-color.html/comment-page-1#comment-3281</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Fri, 03 Mar 2006 18:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=957#comment-3281</guid>

					<description><![CDATA[Or maybe:

yourWin.onPress = function(){};
yourWin.useHandCursor = false;]]></description>
			<content:encoded><![CDATA[<p>Or maybe:</p>
<p>yourWin.onPress = function(){};<br />
yourWin.useHandCursor = false;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2006/01/changing-the-modal-color.html/comment-page-1#comment-3280</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Fri, 03 Mar 2006 18:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=957#comment-3280</guid>

					<description><![CDATA[Hrm... my guess is, it&#039;s responding to how the Window normally responds to events.  A hack might be:

&lt;code&gt;yourWin.enabled = false;&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>Hrm&#8230; my guess is, it&#8217;s responding to how the Window normally responds to events.  A hack might be:</p>
<p><code>yourWin.enabled = false;</code></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
