<?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: Native to Touch &amp; Mouse to Touch</title>
	<atom:link href="http://bubblebird.at/tuioflash/guides/native-to-touch-mouse-to-touch/feed/" rel="self" type="application/rss+xml" />
	<link>http://bubblebird.at/tuioflash</link>
	<description>Teaching Flash some new tricks</description>
	<lastBuildDate>Sun, 29 Jan 2012 14:12:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sammi</title>
		<link>http://bubblebird.at/tuioflash/guides/native-to-touch-mouse-to-touch/comment-page-1/#comment-5736</link>
		<dc:creator>Sammi</dc:creator>
		<pubDate>Fri, 29 Apr 2011 21:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-5736</guid>
		<description>Super!  I will have a look at the latest version in SVN.</description>
		<content:encoded><![CDATA[<p>Super!  I will have a look at the latest version in SVN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/native-to-touch-mouse-to-touch/comment-page-1/#comment-5730</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Fri, 29 Apr 2011 17:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-5730</guid>
		<description>This should already be fixed since ages in the svn version of the library but somehow didn&#039;t find its way into an official release yet &lt;.&lt;
I&#039;d suggest checking out the latest revision since it should be working just fine although there are a bunch of api changes in there ...
An alternative would be patching the MouseToTouchDispatcher or Windows7TouchDispatcher yourself by having a look at the source from r148 till now.</description>
		<content:encoded><![CDATA[<p>This should already be fixed since ages in the svn version of the library but somehow didn&#8217;t find its way into an official release yet &lt;.&lt;<br />
I&#039;d suggest checking out the latest revision since it should be working just fine although there are a bunch of api changes in there &#8230;<br />
An alternative would be patching the MouseToTouchDispatcher or Windows7TouchDispatcher yourself by having a look at the source from r148 till now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sammi</title>
		<link>http://bubblebird.at/tuioflash/guides/native-to-touch-mouse-to-touch/comment-page-1/#comment-5728</link>
		<dc:creator>Sammi</dc:creator>
		<pubDate>Fri, 29 Apr 2011 14:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-5728</guid>
		<description>Hi,

I am only able to get TOUCH_MOVE to work if I use the TUIO Simulator ( reactiVision).  It does not work on my Windows 7 touch system or with the md:MouseToTouchDispatcher.

I guess this is the same problem Seth has.  I can work around the problem by just using the simulator but it would be super to be able to have the md:MouseToTouchDispatcher work.

Here is the relevant initialization code:


_tuioClient = new TuioClient(new LCConnector());
_tuioManager = TuioManager.init(stage, _tuioClient);
_gestureManager = GestureManager.init(stage, _tuioClient);

var winTouch:Windows7TouchToTuioDispatcher = new Windows7TouchToTuioDispatcher(stage, true, true);

_tuioDebug = TuioDebug.init(stage);
_tuioClient.addListener(_tuioDebug);

var md:MouseToTouchDispatcher = new MouseToTouchDispatcher(stage,true,true);


Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am only able to get TOUCH_MOVE to work if I use the TUIO Simulator ( reactiVision).  It does not work on my Windows 7 touch system or with the md:MouseToTouchDispatcher.</p>
<p>I guess this is the same problem Seth has.  I can work around the problem by just using the simulator but it would be super to be able to have the md:MouseToTouchDispatcher work.</p>
<p>Here is the relevant initialization code:</p>
<p>_tuioClient = new TuioClient(new LCConnector());<br />
_tuioManager = TuioManager.init(stage, _tuioClient);<br />
_gestureManager = GestureManager.init(stage, _tuioClient);</p>
<p>var winTouch:Windows7TouchToTuioDispatcher = new Windows7TouchToTuioDispatcher(stage, true, true);</p>
<p>_tuioDebug = TuioDebug.init(stage);<br />
_tuioClient.addListener(_tuioDebug);</p>
<p>var md:MouseToTouchDispatcher = new MouseToTouchDispatcher(stage,true,true);</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://bubblebird.at/tuioflash/guides/native-to-touch-mouse-to-touch/comment-page-1/#comment-1817</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Fri, 05 Nov 2010 03:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-1817</guid>
		<description>I have the same issue: http://code.google.com/p/tuio-as3/issues/detail?id=10

Trying to use mouseToTouchDispatcher, but X,Y,Z are set to 0 and therefore TOUCH_MOVE isn&#039;t ever dispatched. 

I&#039;m using gesturemanger/tuiomanager.</description>
		<content:encoded><![CDATA[<p>I have the same issue: <a href="http://code.google.com/p/tuio-as3/issues/detail?id=10" rel="nofollow">http://code.google.com/p/tuio-as3/issues/detail?id=10</a></p>
<p>Trying to use mouseToTouchDispatcher, but X,Y,Z are set to 0 and therefore TOUCH_MOVE isn&#8217;t ever dispatched. </p>
<p>I&#8217;m using gesturemanger/tuiomanager.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/native-to-touch-mouse-to-touch/comment-page-1/#comment-1236</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Mon, 23 Aug 2010 14:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-1236</guid>
		<description>Mh it should just work if you use the GestureManager instead of the TuioManager. Let me know if that does the trick and thanks for the tip on how to fix the TOUCH_MOVE.</description>
		<content:encoded><![CDATA[<p>Mh it should just work if you use the GestureManager instead of the TuioManager. Let me know if that does the trick and thanks for the tip on how to fix the TOUCH_MOVE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swd</title>
		<link>http://bubblebird.at/tuioflash/guides/native-to-touch-mouse-to-touch/comment-page-1/#comment-1235</link>
		<dc:creator>Swd</dc:creator>
		<pubDate>Mon, 23 Aug 2010 12:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-1235</guid>
		<description>I find a way for the TOUCH_MOVE : on &quot;Windows7TouchToTuioDispatcher&quot;, the &quot;TuioContainer&quot; created with the function &quot;createTuioContainer&quot; have 0 as value by default for X,Y,Z so the &quot;handleUpdate&quot; function on TUIOManger.as cannot dispatch the TouchEvent.TOUCH_MOVE.

I use the TuioManager, and the GestureManager, now everything work with TUIO table, and the Touch_Down/Touch_Up/Touch_Move work. But I don&#039;t understand what to do in order to use GestureManager with Windows7TouchToTuioDispatcher. 

Do you have some examples?

I&#039;m kind of noob :)</description>
		<content:encoded><![CDATA[<p>I find a way for the TOUCH_MOVE : on &#8220;Windows7TouchToTuioDispatcher&#8221;, the &#8220;TuioContainer&#8221; created with the function &#8220;createTuioContainer&#8221; have 0 as value by default for X,Y,Z so the &#8220;handleUpdate&#8221; function on TUIOManger.as cannot dispatch the TouchEvent.TOUCH_MOVE.</p>
<p>I use the TuioManager, and the GestureManager, now everything work with TUIO table, and the Touch_Down/Touch_Up/Touch_Move work. But I don&#8217;t understand what to do in order to use GestureManager with Windows7TouchToTuioDispatcher. </p>
<p>Do you have some examples?</p>
<p>I&#8217;m kind of noob <img src='http://bubblebird.at/tuioflash/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/native-to-touch-mouse-to-touch/comment-page-1/#comment-1228</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Sat, 21 Aug 2010 09:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-1228</guid>
		<description>Mh TOUCH_MOVE should work because it is implemented ... Maybe you could check if the actual native move TouchEvent is dispatched by adding a listener to the stage.
Additionally the GestureManager currently only works in combination with the TuioManager but that will probably be changed in a future release if needed.</description>
		<content:encoded><![CDATA[<p>Mh TOUCH_MOVE should work because it is implemented &#8230; Maybe you could check if the actual native move TouchEvent is dispatched by adding a listener to the stage.<br />
Additionally the GestureManager currently only works in combination with the TuioManager but that will probably be changed in a future release if needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swd</title>
		<link>http://bubblebird.at/tuioflash/guides/native-to-touch-mouse-to-touch/comment-page-1/#comment-1225</link>
		<dc:creator>Swd</dc:creator>
		<pubDate>Fri, 20 Aug 2010 15:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-1225</guid>
		<description>My application works with TUIO on Tabletop but I&#039;ve just start to use a Multitouch Screen and want to use this specific part of your library in order to use it.

The Transformation Gestures don&#039;t seem to work, actually It only seems to dispatch TouchEvent.TOUCH_DOWN &amp; TouchEvent.TOUCH_UP , I can&#039;t get the TouchEvent.TOUCH_MOVE.

Do you have any explanation about that?

Thank you.</description>
		<content:encoded><![CDATA[<p>My application works with TUIO on Tabletop but I&#8217;ve just start to use a Multitouch Screen and want to use this specific part of your library in order to use it.</p>
<p>The Transformation Gestures don&#8217;t seem to work, actually It only seems to dispatch TouchEvent.TOUCH_DOWN &amp; TouchEvent.TOUCH_UP , I can&#8217;t get the TouchEvent.TOUCH_MOVE.</p>
<p>Do you have any explanation about that?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

