{"id":198,"date":"2010-07-15T09:30:16","date_gmt":"2010-07-15T07:30:16","guid":{"rendered":"http:\/\/jsiegmund.wordpress.com\/?p=198"},"modified":"2013-04-18T18:42:20","modified_gmt":"2013-04-18T17:42:20","slug":"silverlight-web-part-not-grayed-out-behind-sharepoint-popup","status":"publish","type":"post","link":"http:\/\/blog.repsaj.nl\/index.php\/2010\/07\/silverlight-web-part-not-grayed-out-behind-sharepoint-popup\/","title":{"rendered":"Silverlight web part not grayed out behind SharePoint popup"},"content":{"rendered":"<p>If you create a Silverlight webpart and deploy it to SharePoint; it won&#8217;t gray out behind a default SharePoint popup. To fix this, you need to set the windowsless parameter to true (though this might affect performance a bit).<\/p>\n<p>To do this, edit the default SilverlightPluginGenerator.cs file and add the following line after line number 113:<\/p>\n<p>objectXElement.Add(this.CreateParameter(&#8220;windowless&#8221;, &#8220;true&#8221;));<\/p>\n<p>This will add a parameter in HTML code like this:<\/p>\n<p>This will fix it and send the Silverlight webpart to the back and get it grayed out when you want it to.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you create a Silverlight webpart and deploy it to SharePoint; it won&#8217;t gray out behind a default SharePoint popup. To fix this, you need to set the windowsless parameter to true (though this might affect performance a bit). To do this, edit the default SilverlightPluginGenerator.cs file and add the following line after line number<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[34],"tags":[],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p3KFR1-3c","_links":{"self":[{"href":"http:\/\/blog.repsaj.nl\/index.php\/wp-json\/wp\/v2\/posts\/198"}],"collection":[{"href":"http:\/\/blog.repsaj.nl\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.repsaj.nl\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.repsaj.nl\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.repsaj.nl\/index.php\/wp-json\/wp\/v2\/comments?post=198"}],"version-history":[{"count":0,"href":"http:\/\/blog.repsaj.nl\/index.php\/wp-json\/wp\/v2\/posts\/198\/revisions"}],"wp:attachment":[{"href":"http:\/\/blog.repsaj.nl\/index.php\/wp-json\/wp\/v2\/media?parent=198"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.repsaj.nl\/index.php\/wp-json\/wp\/v2\/categories?post=198"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.repsaj.nl\/index.php\/wp-json\/wp\/v2\/tags?post=198"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}