<?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: GWT Glass Pane</title>
	<atom:link href="http://stuffthathappens.com/blog/2009/10/03/gwt-glass-pane/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuffthathappens.com/blog/2009/10/03/gwt-glass-pane/</link>
	<description>Technology and Geek Stuff by Eric Burke</description>
	<lastBuildDate>Thu, 04 Nov 2010 22:37:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Moe</title>
		<link>http://stuffthathappens.com/blog/2009/10/03/gwt-glass-pane/comment-page-1/#comment-49253</link>
		<dc:creator>Moe</dc:creator>
		<pubDate>Wed, 07 Oct 2009 10:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1466#comment-49253</guid>
		<description>I designed this CSS for underlays:

.dialogUnderlay {
	position: fixed;
	_position: absolute;
	_height:100%;
	top: 0;
	left: 0;
	bottom: 0; /* http://www.alistapart.com/articles/conflictingabsolutepositions */
	width: 100%;
	z-index: 998;
	display: none;
	background-color: #88c;
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}</description>
		<content:encoded><![CDATA[<p>I designed this CSS for underlays:</p>
<p>.dialogUnderlay {<br />
	position: fixed;<br />
	_position: absolute;<br />
	_height:100%;<br />
	top: 0;<br />
	left: 0;<br />
	bottom: 0; /* <a href="http://www.alistapart.com/articles/conflictingabsolutepositions" rel="nofollow">http://www.alistapart.com/articles/conflictingabsolutepositions</a> */<br />
	width: 100%;<br />
	z-index: 998;<br />
	display: none;<br />
	background-color: #88c;<br />
	opacity: 0.4;<br />
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier Gérardin</title>
		<link>http://stuffthathappens.com/blog/2009/10/03/gwt-glass-pane/comment-page-1/#comment-49249</link>
		<dc:creator>Olivier Gérardin</dc:creator>
		<pubDate>Tue, 06 Oct 2009 12:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1466#comment-49249</guid>
		<description>They won&#039;t ;)</description>
		<content:encoded><![CDATA[<p>They won&#8217;t <img src='http://stuffthathappens.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Burke</title>
		<link>http://stuffthathappens.com/blog/2009/10/03/gwt-glass-pane/comment-page-1/#comment-49248</link>
		<dc:creator>Eric Burke</dc:creator>
		<pubDate>Tue, 06 Oct 2009 11:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1466#comment-49248</guid>
		<description>@Pace I&#039;m using this in combination with normal GWT dialogs, so the dialog blocks all events to other components. The glass pane just darkens the screen.

Without a dialog, I&#039;m not sure if any events would be blocked. I suspect not, but can&#039;t say for sure.</description>
		<content:encoded><![CDATA[<p>@Pace I&#8217;m using this in combination with normal GWT dialogs, so the dialog blocks all events to other components. The glass pane just darkens the screen.</p>
<p>Without a dialog, I&#8217;m not sure if any events would be blocked. I suspect not, but can&#8217;t say for sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pace</title>
		<link>http://stuffthathappens.com/blog/2009/10/03/gwt-glass-pane/comment-page-1/#comment-49247</link>
		<dc:creator>Pace</dc:creator>
		<pubDate>Tue, 06 Oct 2009 06:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1466#comment-49247</guid>
		<description>Will this block override the click handling of anything behind the Glass Panel?</description>
		<content:encoded><![CDATA[<p>Will this block override the click handling of anything behind the Glass Panel?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Burke</title>
		<link>http://stuffthathappens.com/blog/2009/10/03/gwt-glass-pane/comment-page-1/#comment-49244</link>
		<dc:creator>Eric Burke</dc:creator>
		<pubDate>Mon, 05 Oct 2009 13:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1466#comment-49244</guid>
		<description>Thanks for your tips, I&#039;ve updated the code to remove the hard-coded DOM usage.</description>
		<content:encoded><![CDATA[<p>Thanks for your tips, I&#8217;ve updated the code to remove the hard-coded DOM usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn Zaefferer</title>
		<link>http://stuffthathappens.com/blog/2009/10/03/gwt-glass-pane/comment-page-1/#comment-49237</link>
		<dc:creator>Jörn Zaefferer</dc:creator>
		<pubDate>Sun, 04 Oct 2009 11:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1466#comment-49237</guid>
		<description>You&#039;d have to use !important in your stylesheet to override the inline styles, not a great solution.</description>
		<content:encoded><![CDATA[<p>You&#8217;d have to use !important in your stylesheet to override the inline styles, not a great solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Burke</title>
		<link>http://stuffthathappens.com/blog/2009/10/03/gwt-glass-pane/comment-page-1/#comment-49234</link>
		<dc:creator>Eric Burke</dc:creator>
		<pubDate>Sun, 04 Oct 2009 02:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1466#comment-49234</guid>
		<description>Sorry about the confusion. If you use CSS, you can use -moz-opacity. If you set the CSS programmatically via GWT&#039;s DOM class, you must camel-case it to &quot;MozOpacity&quot;. I believe the CamelCaseRequirement was introduced in GWT 1.6.

I&#039;ll have to research the stylesheet issue. My intent was to set up the default properties right here in the code, so 99% of the time you don&#039;t need CSS at all. I&#039;m assuming you could still customize the properties via CSS, but I need to confirm that.</description>
		<content:encoded><![CDATA[<p>Sorry about the confusion. If you use CSS, you can use -moz-opacity. If you set the CSS programmatically via GWT&#8217;s DOM class, you must camel-case it to &#8220;MozOpacity&#8221;. I believe the CamelCaseRequirement was introduced in GWT 1.6.</p>
<p>I&#8217;ll have to research the stylesheet issue. My intent was to set up the default properties right here in the code, so 99% of the time you don&#8217;t need CSS at all. I&#8217;m assuming you could still customize the properties via CSS, but I need to confirm that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn Zaefferer</title>
		<link>http://stuffthathappens.com/blog/2009/10/03/gwt-glass-pane/comment-page-1/#comment-49231</link>
		<dc:creator>Jörn Zaefferer</dc:creator>
		<pubDate>Sat, 03 Oct 2009 16:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1466#comment-49231</guid>
		<description>What is &quot;MozOpacity&quot; supposed to be? The site you link to just says &quot;-moz-opacity is deprecated, use opacity&quot;, nowhere is MozOpacity mentioned.

Othe then that I wonder if those properties should be in a stylesheet in the first place.</description>
		<content:encoded><![CDATA[<p>What is &#8220;MozOpacity&#8221; supposed to be? The site you link to just says &#8220;-moz-opacity is deprecated, use opacity&#8221;, nowhere is MozOpacity mentioned.</p>
<p>Othe then that I wonder if those properties should be in a stylesheet in the first place.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.254 seconds -->

