<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Touch - Multi-Touch Behaviors for Silverlight 3 and WPF 3.5SP1</title><link>http://touch.codeplex.com/project/feeds/rss</link><description>The APIs in WPF4 plus the Surface Toolkit for Windows Touch make building common touch scenarios easy. However, implementing many of the same touch scenarios using WPF3.5SP1 or Silverlight 3&amp;#47;4 involves writing a fair bit more code. We&amp;#39;re here to help&amp;#33;</description><item><title>Source code checked in, #69631</title><link>http://touch.codeplex.com/SourceControl/changeset/changes/69631</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:13:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69631 20121001091348P</guid></item><item><title>Source code checked in, #69630</title><link>http://touch.codeplex.com/SourceControl/changeset/changes/69630</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:07:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69630 20121001090703P</guid></item><item><title>New Post: How best to capture selection of a listitem using TouchScrollBehavior?</title><link>http://touch.codeplex.com/discussions/241647</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Did this ever get resolved as I have the same issue.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;J&lt;/p&gt;&lt;/div&gt;</description><author>greengumby</author><pubDate>Thu, 24 Feb 2011 06:20:21 GMT</pubDate><guid isPermaLink="false">New Post: How best to capture selection of a listitem using TouchScrollBehavior? 20110224062021A</guid></item><item><title>New Post: How best to capture selection of a listitem using TouchScrollBehavior?</title><link>http://touch.codeplex.com/Thread/View.aspx?ThreadId=241647</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi LAHunt,&lt;/p&gt;
&lt;p&gt;Thanks for your question. I wanted to let you know that we got this and are in the process of responding. My guys want to poke at the code a bit to come to the best possible answer to your question. My goal is to get you a clear answer early next week.&lt;/p&gt;
&lt;p&gt;Have a great weekend!&lt;/p&gt;
&lt;p&gt;J&lt;/p&gt;
&lt;/div&gt;</description><author>tanagram</author><pubDate>Fri, 14 Jan 2011 18:07:18 GMT</pubDate><guid isPermaLink="false">New Post: How best to capture selection of a listitem using TouchScrollBehavior? 20110114060718P</guid></item><item><title>New Post: How best to capture selection of a listitem using TouchScrollBehavior?</title><link>http://touch.codeplex.com/Thread/View.aspx?ThreadId=241647</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Many thanks for this behavior, the&amp;nbsp;TouchScrollBehavior works well when flicking through a scrollable ListBox.&lt;/p&gt;
&lt;p&gt;However, when it comes to selecting an actual item in the list to navigate to another screen,&amp;nbsp;SelectionChanged doesn't work.&lt;/p&gt;
&lt;p&gt;SelectionChanged in a ListBox&amp;nbsp;gets fired as soon as you touch down or mouse down on an item.&lt;/p&gt;
&lt;p&gt;How do you recomend capturing an item selection when using your TouchScrollBehavior ? Presumably mouseUp would always get fired after a flick gesture, which also wouldn't be desired.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;LAHunt&lt;/p&gt;
&lt;/div&gt;</description><author>lahunt</author><pubDate>Thu, 13 Jan 2011 16:00:39 GMT</pubDate><guid isPermaLink="false">New Post: How best to capture selection of a listitem using TouchScrollBehavior? 20110113040039P</guid></item><item><title>Source code checked in, #48968</title><link>http://touch.codeplex.com/SourceControl/changeset/changes/48968</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Thu, 22 Jul 2010 18:55:41 GMT</pubDate><guid isPermaLink="false">Source code checked in, #48968 20100722065541P</guid></item><item><title>Source code checked in, #46192</title><link>http://touch.codeplex.com/SourceControl/changeset/changes/46192</link><description></description><author>tanagram</author><pubDate>Fri, 28 May 2010 02:11:05 GMT</pubDate><guid isPermaLink="false">Source code checked in, #46192 20100528021105A</guid></item><item><title>Updated Wiki: Home</title><link>http://touch.codeplex.com/wikipage?version=15</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Multi-Touch for everyone, now. &lt;/h1&gt;
&lt;h2&gt;Project Overview&lt;/h2&gt;The APIs in &lt;a href="http://weblogs.asp.net/scottgu/archive/2009/10/26/wpf-4-vs-2010-and-net-4-0-series.aspx" class="externalLink"&gt;WPF4&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; plus the &lt;a href="http://www.microsoft.com/surface/Pages/Technical/Learn.aspx" class="externalLink"&gt;Surface Toolkit for Windows Touch&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; make building common touch scenarios easy.  However, implementing many of the same touch scenarios using WPF3.5SP1 or Silverlight 3/4 involves writing a fair bit more code. Furthermore, the touch APIs across WPF4, WPF3.5SP1, and Silverlight are different.  &lt;br /&gt;
&lt;h2&gt;Project Goals&lt;/h2&gt;The goal of this project is to simplify building common touch scenarios when using WPF 3.5 SP1 or Silverlight 3/4 by using Expression Blend Behaviors to provide a consistent way to implement these scenarios across WPF &amp;amp; Silverlight. Expression Blend Behaviors can be used within Visual Studio without a dependency on Expression Blend by downloading the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f1ae9a30-4928-411d-970b-e682ab179e17" class="externalLink"&gt;Expression Blend 3 SDK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  You can also find more Expression Blend Behaviors at &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;http://expressionblend.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://tinyurl.com/ExpressionGalleryBehaviors" class="externalLink"&gt;http://tinyurl.com/ExpressionGalleryBehaviors&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;
&lt;h2&gt;Project Roadmap&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Beta Release of core Scroll and TranslateRotateScale behaviors to developer community. &amp;lt;-- You are here&lt;/li&gt;
&lt;li&gt;Revised Scroll and TranslateRotateScale behaviors&lt;/li&gt;
&lt;li&gt;Gesture Behavior (repurpose awesome code from &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)
&lt;ul&gt;&lt;li&gt;Erase (Back and Forth Gesture)&lt;/li&gt;
&lt;li&gt;Create (Single Finger Draw &amp;#39;+&amp;#39;)&lt;/li&gt;
&lt;li&gt;Delete (Single Finger &amp;#39;X&amp;#39; Drawn Over Target)&lt;/li&gt;
&lt;li&gt;Select Lasso (Single Finger Draw Lasso)&lt;/li&gt;
&lt;li&gt;Split (Single Finger Diagonal Line)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Hold Menu (Single Finger Touch &amp;amp; Hold Context Menu)&lt;/li&gt;
&lt;li&gt;Draw (Three Finger Pen Grasp)&lt;/li&gt;
&lt;li&gt;Clone (Two Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Open / Edit (Single Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Select (Single Finger Tap)&lt;/li&gt;
&lt;li&gt;Global Rotate (Five Finger Grab and Rotate of Application)&lt;/li&gt;
&lt;li&gt;Global Perspective Rotate (Five Finger Pressure to Rotate Application Perspective)&lt;/li&gt;
&lt;li&gt;Do you have more suggestions? Drop us a line at contact AT tanagram.com or Post your suggestions in the discussions tab.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Project Dependencies&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft Visual Studio 2008 Service Pack 1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft&amp;#174; Silverlight™ 3 Tools for Visual Studio 2008 SP1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4b281bde-9b01-4890-b3d4-b3b45ca2c2e4" class="externalLink"&gt;Microsoft Surface Manipulations and Inertia Sample for Microsoft Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  (System.Windows.Input.Manipulations.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;Silverlight)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/WindowsTouch" class="externalLink"&gt;Windows Touch: Developer Resources&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (Windows7.Multitouch.dll &amp;amp; Windows7.Multitouch.WPF.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;WPF)&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Press&lt;/h2&gt;&lt;b&gt;Channel 9 Interview&lt;/b&gt;&lt;br /&gt;&lt;div class="video" style="text-align:Left"&gt;&lt;span class="player"&gt;&lt;object type="application/x-mplayer2" height="285px" width="320px" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"&gt;&lt;param name="fileName" value="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv"&gt;&lt;/param&gt;&lt;param name="autostart" value="false"&gt;&lt;/param&gt;&lt;embed type="application/x-mplayer2" height="285px" width="320px" src="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/default.asp" autoplay="false" autostart="false" /&gt;&lt;/object&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="external"&gt;&lt;a href="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv" target="_blank"&gt;Launch in another window&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Related Links&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://spill.tanagram.com/?s=touch.codeplex.com" class="externalLink"&gt;Spill.Tanagram.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>tanagram</author><pubDate>Fri, 23 Apr 2010 17:34:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100423053452P</guid></item><item><title>Updated Wiki: Home</title><link>http://touch.codeplex.com/wikipage?version=14</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Multi-Touch for everyone, now. &lt;/h1&gt;
&lt;h2&gt;Project Overview&lt;/h2&gt;The APIs in &lt;a href="http://weblogs.asp.net/scottgu/archive/2009/10/26/wpf-4-vs-2010-and-net-4-0-series.aspx" class="externalLink"&gt;WPF4&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; plus the &lt;a href="http://www.microsoft.com/surface/Pages/Technical/Learn.aspx" class="externalLink"&gt;Surface Toolkit for Windows Touch&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; make building common touch scenarios easy.  However, implementing many of the same touch scenarios using WPF3.5SP1 or Silverlight 3/4 involves writing a fair bit more code. Furthermore, the touch APIs across WPF4, WPF3.5SP1, and Silverlight are different.  &lt;br /&gt;
&lt;h2&gt;Project Goals&lt;/h2&gt;The goal of this project is to simplify building common touch scenarios when using WPF 3.5 SP1 or Silverlight 3/4 by using Expression Blend Behaviors to provide a consistent way to implement these scenarios across WPF &amp;amp; Silverlight. Expression Blend Behaviors can be used within Visual Studio without a dependency on Expression Blend by downloading the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f1ae9a30-4928-411d-970b-e682ab179e17" class="externalLink"&gt;Expression Blend 3 SDK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  You can also find more Expression Blend Behaviors at &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;http://expressionblend.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://tinyurl.com/ExpressionGalleryBehaviors" class="externalLink"&gt;http://tinyurl.com/ExpressionGalleryBehaviors&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;
&lt;h2&gt;Project Roadmap&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Beta Release of core Scroll and TranslateRotateScale behaviors to developer community. &amp;lt;-- You are here&lt;/li&gt;
&lt;li&gt;Revised Scroll and TranslateRotateScale behaviors&lt;/li&gt;
&lt;li&gt;Gesture Behavior (repurpose awesome code from &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)
&lt;ul&gt;&lt;li&gt;Erase (Back and Forth Gesture)&lt;/li&gt;
&lt;li&gt;Create (Single Finger Draw &amp;#39;+&amp;#39;)&lt;/li&gt;
&lt;li&gt;Delete (Single Finger &amp;#39;X&amp;#39; Drawn Over Target)&lt;/li&gt;
&lt;li&gt;Select Lasso (Single Finger Draw Lasso)&lt;/li&gt;
&lt;li&gt;Split (Single Finger Diagonal Line)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Hold Menu (Single Finger Touch &amp;amp; Hold Context Menu)&lt;/li&gt;
&lt;li&gt;Draw (Three Finger Pen Grasp)&lt;/li&gt;
&lt;li&gt;Clone (Two Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Open / Edit (Single Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Select (Single Finger Tap)&lt;/li&gt;
&lt;li&gt;Global Rotate (Five Finger Grab and Rotate of Application)&lt;/li&gt;
&lt;li&gt;Global Perspective Rotate (Five Finger Pressure to Rotate Application Perspective)&lt;/li&gt;
&lt;li&gt;Do you have more suggestions? Drop us a line at contact AT tanagram.com or Post your suggestions in the discussions tab.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Project Dependencies&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft Visual Studio 2008 Service Pack 1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft&amp;#174; Silverlight™ 3 Tools for Visual Studio 2008 SP1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4b281bde-9b01-4890-b3d4-b3b45ca2c2e4" class="externalLink"&gt;Microsoft Surface Manipulations and Inertia Sample for Microsoft Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  (System.Windows.Input.Manipulations.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;Silverlight)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/WindowsTouch" class="externalLink"&gt;Windows Touch: Developer Resources&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (Windows7.Multitouch.dll &amp;amp; Windows7.Multitouch.WPF.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;WPF)&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Press&lt;/h2&gt;&lt;b&gt;Channel 9 Interview&lt;/b&gt;&lt;br /&gt;&lt;div class="video" style="text-align:Left"&gt;&lt;span class="player"&gt;&lt;object type="application/x-mplayer2" height="285px" width="320px" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"&gt;&lt;param name="fileName" value="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv"&gt;&lt;/param&gt;&lt;param name="autostart" value="false"&gt;&lt;/param&gt;&lt;embed type="application/x-mplayer2" height="285px" width="320px" src="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/default.asp" autoplay="false" autostart="false" /&gt;&lt;/object&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="external"&gt;&lt;a href="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv" target="_blank"&gt;Launch in another window&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Related Links&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://Spill.Tanagram.com:http://spill.tanagram.com/?s=touch.codeplex.com" class="externalLink"&gt;Spill.Tanagram.com:http://spill.tanagram.com/?s=touch.codeplex.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>tanagram</author><pubDate>Fri, 23 Apr 2010 17:34:28 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100423053428P</guid></item><item><title>Updated Wiki: Home</title><link>http://touch.codeplex.com/wikipage?version=13</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Multi-Touch for everyone, now. &lt;/h1&gt;
&lt;h2&gt;Project Overview&lt;/h2&gt;The APIs in &lt;a href="http://weblogs.asp.net/scottgu/archive/2009/10/26/wpf-4-vs-2010-and-net-4-0-series.aspx" class="externalLink"&gt;WPF4&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; plus the &lt;a href="http://www.microsoft.com/surface/Pages/Technical/Learn.aspx" class="externalLink"&gt;Surface Toolkit for Windows Touch&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; make building common touch scenarios easy.  However, implementing many of the same touch scenarios using WPF3.5SP1 or Silverlight 3/4 involves writing a fair bit more code. Furthermore, the touch APIs across WPF4, WPF3.5SP1, and Silverlight are different.  &lt;br /&gt;
&lt;h2&gt;Project Goals&lt;/h2&gt;The goal of this project is to simplify building common touch scenarios when using WPF 3.5 SP1 or Silverlight 3/4 by using Expression Blend Behaviors to provide a consistent way to implement these scenarios across WPF &amp;amp; Silverlight. Expression Blend Behaviors can be used within Visual Studio without a dependency on Expression Blend by downloading the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f1ae9a30-4928-411d-970b-e682ab179e17" class="externalLink"&gt;Expression Blend 3 SDK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  You can also find more Expression Blend Behaviors at &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;http://expressionblend.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://tinyurl.com/ExpressionGalleryBehaviors" class="externalLink"&gt;http://tinyurl.com/ExpressionGalleryBehaviors&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;
&lt;h2&gt;Project Roadmap&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Beta Release of core Scroll and TranslateRotateScale behaviors to developer community. &amp;lt;-- You are here&lt;/li&gt;
&lt;li&gt;Revised Scroll and TranslateRotateScale behaviors&lt;/li&gt;
&lt;li&gt;Gesture Behavior (repurpose awesome code from &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)
&lt;ul&gt;&lt;li&gt;Erase (Back and Forth Gesture)&lt;/li&gt;
&lt;li&gt;Create (Single Finger Draw &amp;#39;+&amp;#39;)&lt;/li&gt;
&lt;li&gt;Delete (Single Finger &amp;#39;X&amp;#39; Drawn Over Target)&lt;/li&gt;
&lt;li&gt;Select Lasso (Single Finger Draw Lasso)&lt;/li&gt;
&lt;li&gt;Split (Single Finger Diagonal Line)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Hold Menu (Single Finger Touch &amp;amp; Hold Context Menu)&lt;/li&gt;
&lt;li&gt;Draw (Three Finger Pen Grasp)&lt;/li&gt;
&lt;li&gt;Clone (Two Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Open / Edit (Single Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Select (Single Finger Tap)&lt;/li&gt;
&lt;li&gt;Global Rotate (Five Finger Grab and Rotate of Application)&lt;/li&gt;
&lt;li&gt;Global Perspective Rotate (Five Finger Pressure to Rotate Application Perspective)&lt;/li&gt;
&lt;li&gt;Do you have more suggestions? Drop us a line at contact AT tanagram.com or Post your suggestions in the discussions tab.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Project Dependencies&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft Visual Studio 2008 Service Pack 1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft&amp;#174; Silverlight™ 3 Tools for Visual Studio 2008 SP1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4b281bde-9b01-4890-b3d4-b3b45ca2c2e4" class="externalLink"&gt;Microsoft Surface Manipulations and Inertia Sample for Microsoft Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  (System.Windows.Input.Manipulations.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;Silverlight)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/WindowsTouch" class="externalLink"&gt;Windows Touch: Developer Resources&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (Windows7.Multitouch.dll &amp;amp; Windows7.Multitouch.WPF.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;WPF)&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Press&lt;/h2&gt;&lt;h3&gt;Channel 9 Interview&lt;/h3&gt;&lt;div class="video" style="text-align:Left"&gt;&lt;span class="player"&gt;&lt;object type="application/x-mplayer2" height="285px" width="320px" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"&gt;&lt;param name="fileName" value="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv"&gt;&lt;/param&gt;&lt;param name="autostart" value="false"&gt;&lt;/param&gt;&lt;embed type="application/x-mplayer2" height="285px" width="320px" src="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/default.asp" autoplay="false" autostart="false" /&gt;&lt;/object&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="external"&gt;&lt;a href="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv" target="_blank"&gt;Launch in another window&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>tanagram</author><pubDate>Fri, 23 Apr 2010 17:15:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100423051507P</guid></item><item><title>Updated Wiki: Home</title><link>http://touch.codeplex.com/wikipage?version=12</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Multi-Touch for everyone, now. &lt;/h1&gt;
&lt;h2&gt;Project Overview&lt;/h2&gt;The APIs in &lt;a href="http://weblogs.asp.net/scottgu/archive/2009/10/26/wpf-4-vs-2010-and-net-4-0-series.aspx" class="externalLink"&gt;WPF4&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; plus the &lt;a href="http://www.microsoft.com/surface/Pages/Technical/Learn.aspx" class="externalLink"&gt;Surface Toolkit for Windows Touch&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; make building common touch scenarios easy.  However, implementing many of the same touch scenarios using WPF3.5SP1 or Silverlight 3/4 involves writing a fair bit more code. Furthermore, the touch APIs across WPF4, WPF3.5SP1, and Silverlight are different.  &lt;br /&gt;
&lt;h2&gt;Project Goals&lt;/h2&gt;The goal of this project is to simplify building common touch scenarios when using WPF 3.5 SP1 or Silverlight 3/4 by using Expression Blend Behaviors to provide a consistent way to implement these scenarios across WPF &amp;amp; Silverlight. Expression Blend Behaviors can be used within Visual Studio without a dependency on Expression Blend by downloading the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f1ae9a30-4928-411d-970b-e682ab179e17" class="externalLink"&gt;Expression Blend 3 SDK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  You can also find more Expression Blend Behaviors at &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;http://expressionblend.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://tinyurl.com/ExpressionGalleryBehaviors" class="externalLink"&gt;http://tinyurl.com/ExpressionGalleryBehaviors&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;
&lt;h2&gt;Project Roadmap&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Beta Release of core Scroll and TranslateRotateScale behaviors to developer community. &amp;lt;-- You are here&lt;/li&gt;
&lt;li&gt;Revised Scroll and TranslateRotateScale behaviors&lt;/li&gt;
&lt;li&gt;Gesture Behavior (repurpose awesome code from &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)
&lt;ul&gt;&lt;li&gt;Erase (Back and Forth Gesture)&lt;/li&gt;
&lt;li&gt;Create (Single Finger Draw &amp;#39;+&amp;#39;)&lt;/li&gt;
&lt;li&gt;Delete (Single Finger &amp;#39;X&amp;#39; Drawn Over Target)&lt;/li&gt;
&lt;li&gt;Select Lasso (Single Finger Draw Lasso)&lt;/li&gt;
&lt;li&gt;Split (Single Finger Diagonal Line)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Hold Menu (Single Finger Touch &amp;amp; Hold Context Menu)&lt;/li&gt;
&lt;li&gt;Draw (Three Finger Pen Grasp)&lt;/li&gt;
&lt;li&gt;Clone (Two Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Open / Edit (Single Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Select (Single Finger Tap)&lt;/li&gt;
&lt;li&gt;Global Rotate (Five Finger Grab and Rotate of Application)&lt;/li&gt;
&lt;li&gt;Global Perspective Rotate (Five Finger Pressure to Rotate Application Perspective)&lt;/li&gt;
&lt;li&gt;Do you have more suggestions? Drop us a line at contact AT tanagram.com or Post your suggestions in the discussions tab.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Project Dependencies&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft Visual Studio 2008 Service Pack 1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft&amp;#174; Silverlight™ 3 Tools for Visual Studio 2008 SP1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4b281bde-9b01-4890-b3d4-b3b45ca2c2e4" class="externalLink"&gt;Microsoft Surface Manipulations and Inertia Sample for Microsoft Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  (System.Windows.Input.Manipulations.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;Silverlight)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/WindowsTouch" class="externalLink"&gt;Windows Touch: Developer Resources&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (Windows7.Multitouch.dll &amp;amp; Windows7.Multitouch.WPF.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;WPF)&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Press&lt;/h2&gt;&lt;h3&gt;Channel 9 Interview&lt;/h3&gt;&lt;div class="video" style="text-align:Center"&gt;&lt;span class="player"&gt;&lt;object type="application/x-mplayer2" height="285px" width="320px" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"&gt;&lt;param name="fileName" value="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv"&gt;&lt;/param&gt;&lt;param name="autostart" value="false"&gt;&lt;/param&gt;&lt;embed type="application/x-mplayer2" height="285px" width="320px" src="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/default.asp" autoplay="false" autostart="false" /&gt;&lt;/object&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="external"&gt;&lt;a href="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv" target="_blank"&gt;Launch in another window&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>tanagram</author><pubDate>Fri, 23 Apr 2010 17:14:18 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100423051418P</guid></item><item><title>Updated Wiki: Home</title><link>http://touch.codeplex.com/wikipage?version=11</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Multi-Touch for everyone, now. &lt;/h1&gt;
&lt;h2&gt;Project Overview&lt;/h2&gt;The APIs in &lt;a href="http://weblogs.asp.net/scottgu/archive/2009/10/26/wpf-4-vs-2010-and-net-4-0-series.aspx" class="externalLink"&gt;WPF4&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; plus the &lt;a href="http://www.microsoft.com/surface/Pages/Technical/Learn.aspx" class="externalLink"&gt;Surface Toolkit for Windows Touch&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; make building common touch scenarios easy.  However, implementing many of the same touch scenarios using WPF3.5SP1 or Silverlight 3/4 involves writing a fair bit more code. Furthermore, the touch APIs across WPF4, WPF3.5SP1, and Silverlight are different.  &lt;br /&gt;
&lt;h2&gt;Project Goals&lt;/h2&gt;The goal of this project is to simplify building common touch scenarios when using WPF 3.5 SP1 or Silverlight 3/4 by using Expression Blend Behaviors to provide a consistent way to implement these scenarios across WPF &amp;amp; Silverlight. Expression Blend Behaviors can be used within Visual Studio without a dependency on Expression Blend by downloading the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f1ae9a30-4928-411d-970b-e682ab179e17" class="externalLink"&gt;Expression Blend 3 SDK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  You can also find more Expression Blend Behaviors at &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;http://expressionblend.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://tinyurl.com/ExpressionGalleryBehaviors" class="externalLink"&gt;http://tinyurl.com/ExpressionGalleryBehaviors&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;
&lt;h2&gt;Project Roadmap&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Beta Release of core Scroll and TranslateRotateScale behaviors to developer community. &amp;lt;-- You are here&lt;/li&gt;
&lt;li&gt;Revised Scroll and TranslateRotateScale behaviors&lt;/li&gt;
&lt;li&gt;Gesture Behavior (repurpose awesome code from &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)
&lt;ul&gt;&lt;li&gt;Erase (Back and Forth Gesture)&lt;/li&gt;
&lt;li&gt;Create (Single Finger Draw &amp;#39;+&amp;#39;)&lt;/li&gt;
&lt;li&gt;Delete (Single Finger &amp;#39;X&amp;#39; Drawn Over Target)&lt;/li&gt;
&lt;li&gt;Select Lasso (Single Finger Draw Lasso)&lt;/li&gt;
&lt;li&gt;Split (Single Finger Diagonal Line)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Hold Menu (Single Finger Touch &amp;amp; Hold Context Menu)&lt;/li&gt;
&lt;li&gt;Draw (Three Finger Pen Grasp)&lt;/li&gt;
&lt;li&gt;Clone (Two Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Open / Edit (Single Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Select (Single Finger Tap)&lt;/li&gt;
&lt;li&gt;Global Rotate (Five Finger Grab and Rotate of Application)&lt;/li&gt;
&lt;li&gt;Global Perspective Rotate (Five Finger Pressure to Rotate Application Perspective)&lt;/li&gt;
&lt;li&gt;Do you have more suggestions? Drop us a line at contact AT tanagram.com or Post your suggestions in the discussions tab.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Project Dependencies&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft Visual Studio 2008 Service Pack 1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft&amp;#174; Silverlight™ 3 Tools for Visual Studio 2008 SP1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4b281bde-9b01-4890-b3d4-b3b45ca2c2e4" class="externalLink"&gt;Microsoft Surface Manipulations and Inertia Sample for Microsoft Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  (System.Windows.Input.Manipulations.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;Silverlight)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/WindowsTouch" class="externalLink"&gt;Windows Touch: Developer Resources&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (Windows7.Multitouch.dll &amp;amp; Windows7.Multitouch.WPF.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;WPF)&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Press&lt;/h2&gt;&lt;h3&gt;Channel 9 Interview&lt;/h3&gt;&lt;div class="video" style="text-align:Center"&gt;&lt;span class="player"&gt;&lt;iframe src="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv/player?h=285&amp;w=320" width="320px" height="285px" scrolling="no" frameborder="0"&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="external"&gt;&lt;a href="http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv" target="_blank"&gt;Launch in another window&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>tanagram</author><pubDate>Fri, 23 Apr 2010 17:10:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100423051015P</guid></item><item><title>Updated Wiki: Home</title><link>http://touch.codeplex.com/wikipage?version=10</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Multi-Touch for everyone, now. &lt;/h1&gt;
&lt;h2&gt;Project Overview&lt;/h2&gt;The APIs in &lt;a href="http://weblogs.asp.net/scottgu/archive/2009/10/26/wpf-4-vs-2010-and-net-4-0-series.aspx" class="externalLink"&gt;WPF4&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; plus the &lt;a href="http://www.microsoft.com/surface/Pages/Technical/Learn.aspx" class="externalLink"&gt;Surface Toolkit for Windows Touch&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; make building common touch scenarios easy.  However, implementing many of the same touch scenarios using WPF3.5SP1 or Silverlight 3/4 involves writing a fair bit more code. Furthermore, the touch APIs across WPF4, WPF3.5SP1, and Silverlight are different.  &lt;br /&gt;
&lt;h2&gt;Project Goals&lt;/h2&gt;The goal of this project is to simplify building common touch scenarios when using WPF 3.5 SP1 or Silverlight 3/4 by using Expression Blend Behaviors to provide a consistent way to implement these scenarios across WPF &amp;amp; Silverlight. Expression Blend Behaviors can be used within Visual Studio without a dependency on Expression Blend by downloading the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f1ae9a30-4928-411d-970b-e682ab179e17" class="externalLink"&gt;Expression Blend 3 SDK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  You can also find more Expression Blend Behaviors at &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;http://expressionblend.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://tinyurl.com/ExpressionGalleryBehaviors" class="externalLink"&gt;http://tinyurl.com/ExpressionGalleryBehaviors&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;
&lt;h2&gt;Project Roadmap&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Beta Release of core Scroll and TranslateRotateScale behaviors to developer community. &amp;lt;-- You are here&lt;/li&gt;
&lt;li&gt;Revised Scroll and TranslateRotateScale behaviors&lt;/li&gt;
&lt;li&gt;Gesture Behavior (repurpose awesome code from &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)
&lt;ul&gt;&lt;li&gt;Erase (Back and Forth Gesture)&lt;/li&gt;
&lt;li&gt;Create (Single Finger Draw &amp;#39;+&amp;#39;)&lt;/li&gt;
&lt;li&gt;Delete (Single Finger &amp;#39;X&amp;#39; Drawn Over Target)&lt;/li&gt;
&lt;li&gt;Select Lasso (Single Finger Draw Lasso)&lt;/li&gt;
&lt;li&gt;Split (Single Finger Diagonal Line)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Hold Menu (Single Finger Touch &amp;amp; Hold Context Menu)&lt;/li&gt;
&lt;li&gt;Draw (Three Finger Pen Grasp)&lt;/li&gt;
&lt;li&gt;Clone (Two Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Open / Edit (Single Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Select (Single Finger Tap)&lt;/li&gt;
&lt;li&gt;Global Rotate (Five Finger Grab and Rotate of Application)&lt;/li&gt;
&lt;li&gt;Global Perspective Rotate (Five Finger Pressure to Rotate Application Perspective)&lt;/li&gt;
&lt;li&gt;Do you have more suggestions? Drop us a line at contact AT tanagram.com or Post your suggestions in the discussions tab.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Project Dependencies&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft Visual Studio 2008 Service Pack 1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft&amp;#174; Silverlight™ 3 Tools for Visual Studio 2008 SP1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4b281bde-9b01-4890-b3d4-b3b45ca2c2e4" class="externalLink"&gt;Microsoft Surface Manipulations and Inertia Sample for Microsoft Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  (System.Windows.Input.Manipulations.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;Silverlight)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/WindowsTouch" class="externalLink"&gt;Windows Touch: Developer Resources&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (Windows7.Multitouch.dll &amp;amp; Windows7.Multitouch.WPF.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;WPF)&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Press&lt;/h2&gt;&lt;h3&gt;Channel 9 Interview&lt;/h3&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>tanagram</author><pubDate>Fri, 23 Apr 2010 17:01:45 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100423050145P</guid></item><item><title>Updated Wiki: Home</title><link>http://touch.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Multi-Touch for everyone, now. &lt;/h1&gt;
&lt;h2&gt;Project Overview&lt;/h2&gt;The APIs in &lt;a href="http://weblogs.asp.net/scottgu/archive/2009/10/26/wpf-4-vs-2010-and-net-4-0-series.aspx" class="externalLink"&gt;WPF4&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; plus the &lt;a href="http://www.microsoft.com/surface/Pages/Technical/Learn.aspx" class="externalLink"&gt;Surface Toolkit for Windows Touch&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; make building common touch scenarios easy.  However, implementing many of the same touch scenarios using WPF3.5SP1 or Silverlight 3/4 involves writing a fair bit more code. Furthermore, the touch APIs across WPF4, WPF3.5SP1, and Silverlight are different.  &lt;br /&gt;
&lt;h2&gt;Project Goals&lt;/h2&gt;The goal of this project is to simplify building common touch scenarios when using WPF 3.5 SP1 or Silverlight 3/4 by using Expression Blend Behaviors to provide a consistent way to implement these scenarios across WPF &amp;amp; Silverlight. Expression Blend Behaviors can be used within Visual Studio without a dependency on Expression Blend by downloading the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f1ae9a30-4928-411d-970b-e682ab179e17" class="externalLink"&gt;Expression Blend 3 SDK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  You can also find more Expression Blend Behaviors at &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;http://expressionblend.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://tinyurl.com/ExpressionGalleryBehaviors" class="externalLink"&gt;http://tinyurl.com/ExpressionGalleryBehaviors&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;
&lt;h2&gt;Project Roadmap&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Beta Release of core Scroll and TranslateRotateScale behaviors to developer community. &amp;lt;-- You are here&lt;/li&gt;
&lt;li&gt;Revised Scroll and TranslateRotateScale behaviors&lt;/li&gt;
&lt;li&gt;Gesture Behavior (repurpose awesome code from &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)
&lt;ul&gt;&lt;li&gt;Erase (Back and Forth Gesture)&lt;/li&gt;
&lt;li&gt;Create (Single Finger Draw &amp;#39;+&amp;#39;)&lt;/li&gt;
&lt;li&gt;Delete (Single Finger &amp;#39;X&amp;#39; Drawn Over Target)&lt;/li&gt;
&lt;li&gt;Select Lasso (Single Finger Draw Lasso)&lt;/li&gt;
&lt;li&gt;Split (Single Finger Diagonal Line)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Hold Menu (Single Finger Touch &amp;amp; Hold Context Menu)&lt;/li&gt;
&lt;li&gt;Draw (Three Finger Pen Grasp)&lt;/li&gt;
&lt;li&gt;Clone (Two Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Open / Edit (Single Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Select (Single Finger Tap)&lt;/li&gt;
&lt;li&gt;Global Rotate (Five Finger Grab and Rotate of Application)&lt;/li&gt;
&lt;li&gt;Global Perspective Rotate (Five Finger Pressure to Rotate Application Perspective)&lt;/li&gt;
&lt;li&gt;Do you have more suggestions? Drop us a line at contact AT tanagram.com or Post your suggestions in the discussions tab.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Project Dependencies&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft Visual Studio 2008 Service Pack 1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft&amp;#174; Silverlight™ 3 Tools for Visual Studio 2008 SP1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4b281bde-9b01-4890-b3d4-b3b45ca2c2e4" class="externalLink"&gt;Microsoft Surface Manipulations and Inertia Sample for Microsoft Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  (System.Windows.Input.Manipulations.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;Silverlight)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/WindowsTouch" class="externalLink"&gt;Windows Touch: Developer Resources&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (Windows7.Multitouch.dll &amp;amp; Windows7.Multitouch.WPF.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;WPF)&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Press&lt;/h2&gt;&lt;h1&gt;Channel 9 Interview&lt;/h1&gt;&amp;lt;object data=&amp;quot;data:application/x-silverlight-2,&amp;quot; type=&amp;quot;application/x-silverlight-2&amp;quot; width=&amp;quot;512&amp;quot; height=&amp;quot;384&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;source&amp;quot; value=&amp;quot;http://channel9.msdn.com/App_Themes/default/VideoPlayer10_01_18.xap&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;initParams&amp;quot; value=&amp;quot;deferredLoad=true,duration=0,m=http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://ecn.channel9.msdn.com/o9/ch9/8/9/3/5/4/5/TanagramPartnerstouchcodeplexcom_512_ch9.png, postid=545398&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;param name=&amp;quot;background&amp;quot; value=&amp;quot;#00FFFFFF&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;http://go.microsoft.com/fwlink/?LinkID=124807&amp;quot; style=&amp;quot;text-decoration: none;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;img src=&amp;quot;http://go.microsoft.com/fwlink/?LinkId=108181&amp;quot; alt=&amp;quot;Get Microsoft Silverlight&amp;quot; style=&amp;quot;border-style: none&amp;quot;/&amp;gt;&lt;br /&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/object&amp;gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>tanagram</author><pubDate>Fri, 23 Apr 2010 17:00:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100423050053P</guid></item><item><title>New Post: Other codeplex projects you must see!</title><link>http://touch.codeplex.com/Thread/View.aspx?ThreadId=209818</link><description>&lt;div style="line-height: normal;"&gt;We have incorporated code from a few of these guys and a few just plain inspire us. Hopefully you'll find them useful as you realize NUI!

Silveright Augmented Reality Toolkit - http (slartoolkit)://slartoolkit.codeplex.com
Touchless - http://touchless.codeplex.com
Expression Blend Gestures - http://expressionblend.codeplex.com

Team Touch&lt;/div&gt;</description><author>tanagram</author><pubDate>Mon, 19 Apr 2010 19:04:15 GMT</pubDate><guid isPermaLink="false">New Post: Other codeplex projects you must see! 20100419070415P</guid></item><item><title>Created Issue: Create a general purpose multi-touch gesture interpreter like MouseGestureTrigger [6077]</title><link>http://touch.codeplex.com/WorkItem/View.aspx?WorkItemId=6077</link><description>It would be great to see the concept of MouseGestureTrigger from http&amp;#58;&amp;#47;&amp;#47;expressionblend.codeplex.com&amp;#47; evolved to work with multi-touch.&lt;br /&gt;&lt;br /&gt;See the video at http&amp;#58;&amp;#47;&amp;#47;channel9.msdn.com&amp;#47;posts&amp;#47;keydet&amp;#47;Implementing-Single-Touch-Gestures-with-MouseGestureTrigger&amp;#47; for reference&lt;br /&gt;</description><author>keydet</author><pubDate>Wed, 24 Feb 2010 20:07:36 GMT</pubDate><guid isPermaLink="false">Created Issue: Create a general purpose multi-touch gesture interpreter like MouseGestureTrigger [6077] 20100224080736P</guid></item><item><title>Updated Wiki: Home</title><link>http://touch.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Multi-Touch for everyone, now. &lt;/h1&gt;
&lt;h2&gt;Project Overview&lt;/h2&gt;The APIs in &lt;a href="http://weblogs.asp.net/scottgu/archive/2009/10/26/wpf-4-vs-2010-and-net-4-0-series.aspx" class="externalLink"&gt;WPF4&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; plus the &lt;a href="http://www.microsoft.com/surface/Pages/Technical/Learn.aspx" class="externalLink"&gt;Surface Toolkit for Windows Touch&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; make building common touch scenarios easy.  However, implementing many of the same touch scenarios using WPF3.5SP1 or Silverlight 3/4 involves writing a fair bit more code. Furthermore, the touch APIs across WPF4, WPF3.5SP1, and Silverlight are different.  &lt;br /&gt;
&lt;h2&gt;Project Goals&lt;/h2&gt;The goal of this project is to simplify building common touch scenarios when using WPF 3.5 SP1 or Silverlight 3/4 by using Expression Blend Behaviors to provide a consistent way to implement these scenarios across WPF &amp;amp; Silverlight. Expression Blend Behaviors can be used within Visual Studio without a dependency on Expression Blend by downloading the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f1ae9a30-4928-411d-970b-e682ab179e17" class="externalLink"&gt;Expression Blend 3 SDK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  You can also find more Expression Blend Behaviors at &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;http://expressionblend.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://tinyurl.com/ExpressionGalleryBehaviors" class="externalLink"&gt;http://tinyurl.com/ExpressionGalleryBehaviors&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;
&lt;h2&gt;Project Roadmap&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Beta Release of core Scroll and TranslateRotateScale behaviors to developer community. &amp;lt;-- You are here&lt;/li&gt;
&lt;li&gt;Revised Scroll and TranslateRotateScale behaviors&lt;/li&gt;
&lt;li&gt;Gesture Behavior (repurpose awesome code from &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)
&lt;ul&gt;&lt;li&gt;Erase (Back and Forth Gesture)&lt;/li&gt;
&lt;li&gt;Create (Single Finger Draw &amp;#39;+&amp;#39;)&lt;/li&gt;
&lt;li&gt;Delete (Single Finger &amp;#39;X&amp;#39; Drawn Over Target)&lt;/li&gt;
&lt;li&gt;Select Lasso (Single Finger Draw Lasso)&lt;/li&gt;
&lt;li&gt;Split (Single Finger Diagonal Line)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Hold Menu (Single Finger Touch &amp;amp; Hold Context Menu)&lt;/li&gt;
&lt;li&gt;Draw (Three Finger Pen Grasp)&lt;/li&gt;
&lt;li&gt;Clone (Two Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Open / Edit (Single Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Select (Single Finger Tap)&lt;/li&gt;
&lt;li&gt;Global Rotate (Five Finger Grab and Rotate of Application)&lt;/li&gt;
&lt;li&gt;Global Perspective Rotate (Five Finger Pressure to Rotate Application Perspective)&lt;/li&gt;
&lt;li&gt;Do you have more suggestions? Drop us a line at contact AT tanagram.com or Post your suggestions in the discussions tab.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Project Dependencies&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft Visual Studio 2008 Service Pack 1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft&amp;#174; Silverlight™ 3 Tools for Visual Studio 2008 SP1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4b281bde-9b01-4890-b3d4-b3b45ca2c2e4" class="externalLink"&gt;Microsoft Surface Manipulations and Inertia Sample for Microsoft Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  (System.Windows.Input.Manipulations.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;Silverlight)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/WindowsTouch" class="externalLink"&gt;Windows Touch: Developer Resources&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (Windows7.Multitouch.dll &amp;amp; Windows7.Multitouch.WPF.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;WPF)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>tanagram</author><pubDate>Thu, 18 Feb 2010 04:26:28 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100218042628A</guid></item><item><title>Updated Wiki: Home</title><link>http://touch.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Multi-Touch for everyone, now. &lt;/h1&gt;
&lt;h2&gt;Project Overview&lt;/h2&gt;The APIs in &lt;a href="http://weblogs.asp.net/scottgu/archive/2009/10/26/wpf-4-vs-2010-and-net-4-0-series.aspx" class="externalLink"&gt;WPF4&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; plus the &lt;a href="http://www.microsoft.com/surface/Pages/Technical/Learn.aspx" class="externalLink"&gt;Surface Toolkit for Windows Touch&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; make building common touch scenarios easy.  However, implementing many of the same touch scenarios using WPF3.5SP1 or Silverlight 3/4 involves writing a fair bit more code. Furthermore, the touch APIs across WPF4, WPF3.5SP1, and Silverlight are different.  &lt;br /&gt;
&lt;h2&gt;Project Goals&lt;/h2&gt;The goal of this project is to simplify building common touch scenarios when using WPF 3.5 SP1 or Silverlight 3/4 by using Expression Blend Behaviors to provide a consistent way to implement these scenarios across WPF &amp;amp; Silverlight. Expression Blend Behaviors can be used within Visual Studio without a dependency on Expression Blend by downloading the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f1ae9a30-4928-411d-970b-e682ab179e17" class="externalLink"&gt;Expression Blend 3 SDK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  You can also find more Expression Blend Behaviors at &lt;a href="http://expressionblend.codeplex.com/" class="externalLink"&gt;http://expressionblend.codeplex.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://tinyurl.com/ExpressionGalleryBehaviors" class="externalLink"&gt;http://tinyurl.com/ExpressionGalleryBehaviors&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;
&lt;h2&gt;Project Roadmap&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Beta Release of core Scroll and TranslateRotateScale behaviors to developer community. &amp;lt;-- You are here&lt;/li&gt;
&lt;li&gt;Revised Scroll and TranslateRotateScale behaviors&lt;/li&gt;
&lt;li&gt;Gesture Behavior (repurpose awesome code from here)
&lt;ul&gt;&lt;li&gt;Erase (Back and Forth Gesture)&lt;/li&gt;
&lt;li&gt;Create (Single Finger Draw &amp;#39;+&amp;#39;)&lt;/li&gt;
&lt;li&gt;Delete (Single Finger &amp;#39;X&amp;#39; Drawn Over Target)&lt;/li&gt;
&lt;li&gt;Select Lasso (Single Finger Draw Lasso)&lt;/li&gt;
&lt;li&gt;Split (Single Finger Diagonal Line)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Hold Menu (Single Finger Touch &amp;amp; Hold Context Menu)&lt;/li&gt;
&lt;li&gt;Draw (Three Finger Pen Grasp)&lt;/li&gt;
&lt;li&gt;Clone (Two Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Open / Edit (Single Finger Double Tap)&lt;/li&gt;
&lt;li&gt;Select (Single Finger Tap)&lt;/li&gt;
&lt;li&gt;Global Rotate (Five Finger Grab and Rotate of Application)&lt;/li&gt;
&lt;li&gt;Global Perspective Rotate (Five Finger Pressure to Rotate Application Perspective)&lt;/li&gt;
&lt;li&gt;Do you have more suggestions? Drop us a line at contact AT tanagram.com or Post your suggestions in the discussions tab.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Project Dependencies&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft Visual Studio 2008 Service Pack 1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displayLang=en" class="externalLink"&gt;Microsoft&amp;#174; Silverlight™ 3 Tools for Visual Studio 2008 SP1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4b281bde-9b01-4890-b3d4-b3b45ca2c2e4" class="externalLink"&gt;Microsoft Surface Manipulations and Inertia Sample for Microsoft Silverlight&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  (System.Windows.Input.Manipulations.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;Silverlight)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/WindowsTouch" class="externalLink"&gt;Windows Touch: Developer Resources&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (Windows7.Multitouch.dll &amp;amp; Windows7.Multitouch.WPF.dll SB installed in Trunk-&amp;gt;ReferenceAssemblies-&amp;gt;WPF)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>tanagram</author><pubDate>Mon, 15 Feb 2010 17:53:25 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100215055325P</guid></item><item><title>New Post: Roadmap feedback</title><link>http://touch.codeplex.com/Thread/View.aspx?ThreadId=85066</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Josh,&lt;/p&gt;
&lt;p&gt;Thank you for reaching out. Our goal in posting the roadmap was to solicit discussion just like this.&lt;/p&gt;
&lt;p&gt;We spent a lot of time on the code we posted (although it can always improve) to insure it was flexible and easy to implement. I think making sure the context menu is skinnable is a great idea. Truth be told we don't like menus (or buttons for that matter). I might be preaching to the choir but buttons and menus, in our opinion, are not part of the future of NUI. They are, however, a necessary evil and we would be remiss to not include them.&lt;/p&gt;
&lt;p&gt;With regards to your statement about non-standard gestures, I'm wondering if you can point us to the standard alternatives? We'd love to compare and consider them. We stole the three finger pen grasp from Apple. See it [url:here|http://news.softpedia.com/news/More-Multitouch-from-Apple-Pretend-to-Write-Draw-79301.shtml]. Their approach to erase didn't feel right so we looked for something more natural (like you use your fist to erase a whiteboard). We're certain the fist gesture won't work on a 7&amp;quot; touchscreen which leads me to the next point...&lt;/p&gt;
&lt;p&gt;Your point about hardware is well taken. While this code is meant to be a jump-starter until WPF 4 releases, we hope to use this platform as an opportunity to explore the boundaries of touch both from a hardware perspective as well as natural adoption. We are also exploring these gestures in touchless contexts. Love [url:this|http://touchless.codeplex.com/] project btw. Global Rotate (grabbing the entire application and spinning it to be right-side-up for the viewer for example) and Global Perspective Rotate (Measuring changes in the imprint size of each finger point to determine changes in pressure and using that to tilt the entire application in a 3D environment) would only be available today on technology like the Surface. We don't know how long it will be before the hardware vendors unlock the throttled drivers they are shipping with some units today, but we hope not long.&lt;/p&gt;
&lt;p&gt;Ultimately we hope the discussion will happen here. We don't intend to put anyone off but hope instead to start the dialog and offer our vision / suggestions as a starting point. The great thing about open-source is you can take it and make it your own. I'm not sure if you or Marc also mentioned converting the fine work done [url:here|http://expressionblend.codeplex.com/] to realize the delete and create gestures mentioned in the vision, but that's awesome!&lt;/p&gt;
&lt;p&gt;Thanks again Josh!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>tanagram</author><pubDate>Fri, 12 Feb 2010 05:58:02 GMT</pubDate><guid isPermaLink="false">New Post: Roadmap feedback 20100212055802A</guid></item><item><title>New Post: Roadmap feedback</title><link>http://touch.codeplex.com/Thread/View.aspx?ThreadId=85066</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;My name is Josh Blake. I'm the lead developer of &lt;a href="http://bingmapswpf.codeplex.com/"&gt;InfoStrat.VE&lt;/a&gt; and blog about &lt;a href="http://nui.joshland.org"&gt;natural user interfaces&lt;/a&gt;. I'm also writing a Manning book about &lt;a href="http://www.handsonnui.com"&gt;multi-touch development&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I took a look at the roadmap and have some feedback.&lt;br&gt;&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Beta Release of core Scroll and  TranslateRotateScale behaviors to developer community. &amp;lt;-- You are  here&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revised Scroll and TranslateRotateScale behaviors&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  Hold Menu (Single Finger Touch &amp;amp; Hold Context Menu)&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select  (Single Finger Tap)&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select Lasso (Single Finger Draw  Lasso)&lt;br&gt;&lt;br&gt;The above goals seem fine. Hopefully the context menu is easily skinnable.&lt;br&gt;&lt;br&gt;The ones below are all  very specific gestures that are non-standard. In addition, the wording assigns  specific gestures specific meanings, but the suggested meanings may not be  appropriate in all contexts.&amp;nbsp; As one example, applications running on hardware  that only allows two touches could not use the Clone, Global Rotate, and Global  Perspective Rotate gestures, so designers would likely want to use a different  gesture for those actions. Also the difference between the gesture and meaning of Global Rotate and Global Perspective Rotate is unclear.&lt;br&gt;&lt;br&gt;If I were designing an application and  evaluating this library for use, I would be a bit put off by this list. Instead what  would be useful if a more generic framework for gesture and manipulation  recognition with associated events. The meaning of the gesture and  implementation of the event handlers should be left up to the application  designers.&lt;br&gt;&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Draw (Three Finger Pen Grasp)&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Erase (Fist  Wipe)&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create (Single Finger Draw '+')&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Clone (Two Finger  Double Tap)&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Delete (Single Finger 'X' Drawn Over Target)&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  Open / Edit (Single Finger Double Tap)&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Global Rotate (Five Finger  Grab and Rotate of Application)&lt;br&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Global Perspective Rotate (Five  Finger Pressure to Rotate Application Perspective)&lt;br&gt;&lt;br&gt;Just my two cents!&lt;/p&gt;&lt;/div&gt;</description><author>joshb</author><pubDate>Fri, 12 Feb 2010 01:52:46 GMT</pubDate><guid isPermaLink="false">New Post: Roadmap feedback 20100212015246A</guid></item></channel></rss>