<?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: Getting browser screen &amp; window information in a Silverlight 2 app</title>
	<atom:link href="http://www.jeff.wilcox.name/2008/06/browserscreeninformation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2008/06/browserscreeninformation/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:17:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2008/06/browserscreeninformation/comment-page-1/#comment-1047</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Sun, 14 Dec 2008 21:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/24/browserscreeninformation/#comment-1047</guid>
		<description>Bob,
Things to check:
&lt;ol&gt;
	&lt;li&gt;Is this all happening on the UI thread or not?&lt;/li&gt;
	&lt;li&gt;What&#039;s the inner exception or exception message you are getting?&lt;/li&gt;
	&lt;li&gt;You may need to check HtmlPage.IsEnabled, your plugin may be coming from a different domain or otherwise disabled HTML access.&lt;/li&gt;

&lt;/ol&gt;
Let me know how it goes...</description>
		<content:encoded><![CDATA[<p>Bob,<br />
Things to check:</p>
<ol>
<li>Is this all happening on the UI thread or not?</li>
<li>What&#8217;s the inner exception or exception message you are getting?</li>
<li>You may need to check HtmlPage.IsEnabled, your plugin may be coming from a different domain or otherwise disabled HTML access.</li>
</ol>
<p>Let me know how it goes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Baker</title>
		<link>http://www.jeff.wilcox.name/2008/06/browserscreeninformation/comment-page-1/#comment-1046</link>
		<dc:creator>Bob Baker</dc:creator>
		<pubDate>Sun, 14 Dec 2008 19:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/24/browserscreeninformation/#comment-1046</guid>
		<description>Any idea why I can&#039;t add set operations to these methods without throwing an InvalidOperationException on SetProperty like the example below for ClientWidth? Thanks for some great code.

set
{
    if (AvailableScreenWidth &gt; value)
    {
        if (_isNavigator)
        {
            HtmlPage.Window.SetProperty(&quot;innerWidth&quot;, value);
        }
        else
        {
            {
                HtmlPage.Document.Body.SetProperty(&quot;clientWidth&quot;, value);
            }
        }
    }
}</description>
		<content:encoded><![CDATA[<p>Any idea why I can&#8217;t add set operations to these methods without throwing an InvalidOperationException on SetProperty like the example below for ClientWidth? Thanks for some great code.</p>
<p>set<br />
{<br />
    if (AvailableScreenWidth &gt; value)<br />
    {<br />
        if (_isNavigator)<br />
        {<br />
            HtmlPage.Window.SetProperty(&#8220;innerWidth&#8221;, value);<br />
        }<br />
        else<br />
        {<br />
            {<br />
                HtmlPage.Document.Body.SetProperty(&#8220;clientWidth&#8221;, value);<br />
            }<br />
        }<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Brookins</title>
		<link>http://www.jeff.wilcox.name/2008/06/browserscreeninformation/comment-page-1/#comment-1039</link>
		<dc:creator>Nick Brookins</dc:creator>
		<pubDate>Fri, 12 Dec 2008 17:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/24/browserscreeninformation/#comment-1039</guid>
		<description>Thanks, this was incredibly helpful!  It plugged right into the RTM version, and saved me a lot of mussing around in JavaScript.</description>
		<content:encoded><![CDATA[<p>Thanks, this was incredibly helpful!  It plugged right into the RTM version, and saved me a lot of mussing around in JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting browser screen &#38; window information in Silverlight 2 &#124; DavideZordan.net</title>
		<link>http://www.jeff.wilcox.name/2008/06/browserscreeninformation/comment-page-1/#comment-196</link>
		<dc:creator>Getting browser screen &#38; window information in Silverlight 2 &#124; DavideZordan.net</dc:creator>
		<pubDate>Mon, 30 Jun 2008 16:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/24/browserscreeninformation/#comment-196</guid>
		<description>[...] have found useful this post by Jeff Wilcox.   &#171; Innovation Dream-Home [...]</description>
		<content:encoded><![CDATA[<p>[...] have found useful this post by Jeff Wilcox.   &laquo; Innovation Dream-Home [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Lahartinger</title>
		<link>http://www.jeff.wilcox.name/2008/06/browserscreeninformation/comment-page-1/#comment-192</link>
		<dc:creator>Bryan Lahartinger</dc:creator>
		<pubDate>Wed, 25 Jun 2008 23:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/06/24/browserscreeninformation/#comment-192</guid>
		<description>Hey, I would like to use this info to resize my Silverlight 2 beta 2 app to the right size when the user loads the site, how can i do this?</description>
		<content:encoded><![CDATA[<p>Hey, I would like to use this info to resize my Silverlight 2 beta 2 app to the right size when the user loads the site, how can i do this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
