<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>WPF Vista Gadgets - Part 1: Using XBAP and IFRAME</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx</link><description>If you are following Vista, you are probably aware of the Sidebar, real estate on the desktop that can be used to host gadgets. And, if you are aware of Sidebar, you might be aware that the platform for gadgets is DHTML + Javascript. And, if you are a</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Gadgets pour les nuls en javascript</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#792874</link><pubDate>Thu, 05 Oct 2006 08:17:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:792874</guid><dc:creator>Richard Clark</dc:creator><description>&lt;p&gt;Christophe (encore lui) nous disait hier que l'on peut agr&amp;#233;menter sa page web d'un gadget. Bon c'est...&lt;/p&gt;
</description></item><item><title>WPF Vista Gadgets</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#792883</link><pubDate>Thu, 05 Oct 2006 08:29:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:792883</guid><dc:creator>Graham Elliott</dc:creator><description>&lt;p&gt;Karsten Januszewski has just posted a blog entry about using XAML / XBAP and IFRAMEs to host WPF in a&lt;/p&gt;
</description></item><item><title>Building Vista Gadgets using WPF</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#793036</link><pubDate>Thu, 05 Oct 2006 10:29:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:793036</guid><dc:creator>Ahmed Salijee</dc:creator><description>&lt;p&gt;I have received this question a few times - can you build gadgets using WPF. Out of the box gadgets are&lt;/p&gt;
</description></item><item><title>re: WPF Vista Gadgets - Part 1: Using XBAP and IFRAME</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#794467</link><pubDate>Thu, 05 Oct 2006 22:32:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:794467</guid><dc:creator>Mike Groom (in the UK)</dc:creator><description>&lt;p&gt;A great demonstration Karsten, thanks.&lt;/p&gt;
&lt;p&gt;I tried replacing the images you supplied with some containing text but the text came out reversed on the cube. Why was that?&lt;/p&gt;
</description></item><item><title>re: WPF Vista Gadgets - Part 1: Using XBAP and IFRAME</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#820097</link><pubDate>Thu, 12 Oct 2006 20:02:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:820097</guid><dc:creator>karstenj</dc:creator><description>&lt;p&gt;Try rotating the the transforms starting on line 264 180 degrees to this:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ModelVisual3D.Transform&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Transform3DGroup &amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Transform3DGroup.Children&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;RotateTransform3D&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;RotateTransform3D.Rotation&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;AxisAngleRotation3D x:Name=&amp;quot;myHorizontalRotation&amp;quot; Angle=&amp;quot;180&amp;quot; Axis=&amp;quot;0 1 0&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/RotateTransform3D.Rotation&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/RotateTransform3D&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;RotateTransform3D&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;RotateTransform3D.Rotation&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;AxisAngleRotation3D x:Name=&amp;quot;myVerticalRotation&amp;quot; Angle=&amp;quot;180&amp;quot; Axis=&amp;quot;1 0 0&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/RotateTransform3D.Rotation&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/RotateTransform3D&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;TranslateTransform3D x:Name=&amp;quot;myTranslateTransform&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;OffsetX=&amp;quot;0&amp;quot; OffsetY=&amp;quot;0&amp;quot; OffsetZ=&amp;quot;0&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Transform3DGroup.Children&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Transform3DGroup&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ModelVisual3D.Transform&amp;gt;&lt;/p&gt;
</description></item><item><title>Vista: Sample Sidebar Gadget</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#820450</link><pubDate>Thu, 12 Oct 2006 21:29:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:820450</guid><dc:creator>Daniel Moth</dc:creator><description>&lt;p&gt;Vista: Sample Sidebar Gadget&lt;/p&gt;</description></item><item><title>Vista: Sample Sidebar Gadget</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#820488</link><pubDate>Thu, 12 Oct 2006 21:33:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:820488</guid><dc:creator>Daniel Moth</dc:creator><description>&lt;p&gt;Vista: Sample Sidebar Gadget&lt;/p&gt;</description></item><item><title>re: WPF Vista Gadgets - Part 1: Using XBAP and IFRAME</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#821020</link><pubDate>Fri, 13 Oct 2006 01:12:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:821020</guid><dc:creator>Mike Groom</dc:creator><description>&lt;p&gt;Thanks for replying, Karsten.&lt;/p&gt;
&lt;p&gt;Your suggestion didn't work for me. I didn't make it clear that the text was a mirror image.&lt;/p&gt;
&lt;p&gt;I got it the right way round by changing the texture co-ordinates for each side. Here's the revised code:&lt;/p&gt;
&lt;p&gt;&amp;lt;!-- 3D Models --&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;MeshGeometry3D x:Key=&amp;quot;CubeSide01&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;TextureCoordinates=&amp;quot;1,0 0,0 0,1 0,1 1,1 1,0 &amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;... &amp;nbsp;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;MeshGeometry3D x:Key=&amp;quot;CubeSide02&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;TextureCoordinates=&amp;quot;0,0 0,1 1,1 1,1 1,0 0,0 &amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... &amp;nbsp;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;MeshGeometry3D x:Key=&amp;quot;CubeSide03&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;... &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;TextureCoordinates=&amp;quot;0,1 1,1 1,0 1,0 0,0 0,1 &amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;... &amp;nbsp;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;MeshGeometry3D x:Key=&amp;quot;CubeSide04&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;TextureCoordinates=&amp;quot;0,1 1,1 1,0 1,0 0,0 0,1 &amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;... &amp;nbsp;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;MeshGeometry3D x:Key=&amp;quot;CubeSide05&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;TextureCoordinates=&amp;quot;0,0 0,1 1,1 1,1 1,0 0,0 1,1 1,0 0,0 0,0 0,1 1,1 &amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;... &amp;nbsp;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;MeshGeometry3D x:Key=&amp;quot;CubeSide06&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;TextureCoordinates=&amp;quot;0,1 1,1 1,0 1,0 0,0 0,1 &amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... /&amp;gt;&lt;/p&gt;
&lt;p&gt;Thanks again.&lt;/p&gt;
</description></item><item><title>Inter Process Communication Between Applications and Vista Gadgets Using WCF (Part 1)</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#851107</link><pubDate>Sat, 21 Oct 2006 00:54:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:851107</guid><dc:creator>IRhetoric - Karsten Januszewski  </dc:creator><description>&lt;p&gt;I recently faced the design challenge of getting an application and gadget to communicate. How to solve&lt;/p&gt;
</description></item><item><title>re: WPF Vista Gadgets - Part 1: Using XBAP and IFRAME</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#866727</link><pubDate>Tue, 24 Oct 2006 06:56:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:866727</guid><dc:creator>Timmy G.</dc:creator><description>&lt;p&gt;&amp;gt;&amp;gt;When using loose XAML or XBAPs in an IFRAME, you will be sandboxed.&amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;I just created a IFRAME+XBAP gadget w/ full trust permissions and it installed and executed w/o any more prompting than another one having only internet zone permissions. Is this expected behavior?&lt;/p&gt;
</description></item><item><title>re: WPF Vista Gadgets - Part 1: Using XBAP and IFRAME</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#869866</link><pubDate>Tue, 24 Oct 2006 20:50:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:869866</guid><dc:creator>karstenj</dc:creator><description>&lt;p&gt;Timmy G. -- This is expected behavior because your XBAP is running from the filesystem. &amp;nbsp;Were it to be installed from a server, you'd have to get the cert that signed the XBAP into the user's trusted publisher store. &amp;nbsp;But when the XBAP is local, you are good to go. &amp;nbsp;Kinda cool, no? Means you can do a lot more...&lt;/p&gt;
</description></item><item><title>Windows Vista Sidebar Gadgets and WPF ... it finally works</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#1200649</link><pubDate>Sun, 03 Dec 2006 21:39:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1200649</guid><dc:creator>mszCool's thoughts and cents revealed</dc:creator><description>&lt;p&gt;Do you remember my posts back from April 2006... during my prep-works for our local BigDays 2006 road&lt;/p&gt;
</description></item><item><title>Sidebar Gadget </title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#1327749</link><pubDate>Wed, 20 Dec 2006 04:32:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1327749</guid><dc:creator>K. Scott Allen</dc:creator><description>&lt;p&gt;I find the Sidebar gadgets in Windows Vista appealing. I never thought this would happen. I've looked...&lt;/p&gt;
</description></item><item><title>Sidebar Gadgets</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#1327779</link><pubDate>Wed, 20 Dec 2006 04:50:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1327779</guid><dc:creator>Mirror blog entries from the industry</dc:creator><description>&lt;p&gt;I find the Sidebar gadgets in Windows Vista appealing. I never thought this would happen. I've looked&lt;/p&gt;
</description></item><item><title>Getting Gadgeting: The Usefulness and Creation of Windows Vista Sidebar Gadgets</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#1411615</link><pubDate>Thu, 04 Jan 2007 19:16:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1411615</guid><dc:creator>Mint Source :: The Blog</dc:creator><description>&lt;p&gt;With Windows Vista Business Edition now available on MSDN AA (see elsewhere in this article for more&lt;/p&gt;
</description></item><item><title>Sidebar Gadgets - Why HTML+JavaScript? Why not WPF?</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#1611101</link><pubDate>Tue, 06 Feb 2007 13:51:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1611101</guid><dc:creator>Eric Nelson - Development for .NET Framework 3.0 for ISVs</dc:creator><description>&lt;p&gt;Toms and a couple of others asked the same question - hence I thought I would raise this to its own post.&lt;/p&gt;
</description></item><item><title>TFS and Vista Gadgets with WPF</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#2200523</link><pubDate>Fri, 20 Apr 2007 05:03:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2200523</guid><dc:creator>Team Individualism</dc:creator><description>&lt;p&gt;I was reading Mick Badran’s blog and noticed he belonged to the TechEd 2007 community bloggers site I&lt;/p&gt;
</description></item><item><title>Presentation fr&amp;aring;n REMIX - Gadgets och Popfly</title><link>http://blogs.msdn.com/karstenj/archive/2006/10/04/WPF-Vista-Gadgets-_2D00_-Part-1_3A00_-Using-XBAP-and-IFRAME.aspx#2972623</link><pubDate>Tue, 29 May 2007 21:00:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2972623</guid><dc:creator>Robert Folkesson</dc:creator><description>&lt;p&gt;H&amp;#228;r &amp;#228;r Powerpoint-presentationen fr&amp;#229;n Johans och mitt Gadget/Popfly-seminarie p&amp;#229; REMIX/Developer Summit-konferensen&lt;/p&gt;
</description></item></channel></rss>