<?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: Using the TuioManager</title>
	<atom:link href="http://bubblebird.at/tuioflash/guides/using-the-tuiomanager/feed/" rel="self" type="application/rss+xml" />
	<link>http://bubblebird.at/tuioflash</link>
	<description>Teaching Flash some new tricks</description>
	<lastBuildDate>Wed, 16 May 2012 15:05:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/using-the-tuiomanager/comment-page-1/#comment-22779</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Thu, 10 May 2012 11:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=143#comment-22779</guid>
		<description>Hi, yup the Circle class was missing since it was part of earlier example projects. I added it as an appendix.

Make sure you call .close() on the UDPConnector when closing your air application or force quit it via the Taskmanager. If you don&#039;t do that the window will close but the process is still active and still uses the port.</description>
		<content:encoded><![CDATA[<p>Hi, yup the Circle class was missing since it was part of earlier example projects. I added it as an appendix.</p>
<p>Make sure you call .close() on the UDPConnector when closing your air application or force quit it via the Taskmanager. If you don&#8217;t do that the window will close but the process is still active and still uses the port.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://bubblebird.at/tuioflash/guides/using-the-tuiomanager/comment-page-1/#comment-22741</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Thu, 10 May 2012 04:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=143#comment-22741</guid>
		<description>Also I get this error... Error: Error #2002: Operation attempted on invalid socket.
	at flash.net::DatagramSocket/internalBind()
	at flash.net::DatagramSocket/bind()
	at org.tuio.connectors.udp::OSCDatagramSocket()[C:\Users\Heroic\Desktop\rtest\org\tuio\connectors\udp\OSCDatagramSocket.as:25]
	at org.tuio.connectors::UDPConnector()[C:\Users\Heroic\Desktop\rtest\org\tuio\connectors\UDPConnector.as:52]
	at reacTest2_fla::MainTimeline/frame1()[reacTest2_fla.MainTimeline::frame1:12]
	at runtime::ContentPlayer/loadInitialContent()
	at runtime::ContentPlayer/playRawContent()
	at runtime::ContentPlayer/playContent()
	at runtime::AppRunner/run()
	at global/runtime::ADLEntry()</description>
		<content:encoded><![CDATA[<p>Also I get this error&#8230; Error: Error #2002: Operation attempted on invalid socket.<br />
	at flash.net::DatagramSocket/internalBind()<br />
	at flash.net::DatagramSocket/bind()<br />
	at org.tuio.connectors.udp::OSCDatagramSocket()[C:\Users\Heroic\Desktop\rtest\org\tuio\connectors\udp\OSCDatagramSocket.as:25]<br />
	at org.tuio.connectors::UDPConnector()[C:\Users\Heroic\Desktop\rtest\org\tuio\connectors\UDPConnector.as:52]<br />
	at reacTest2_fla::MainTimeline/frame1()[reacTest2_fla.MainTimeline::frame1:12]<br />
	at runtime::ContentPlayer/loadInitialContent()<br />
	at runtime::ContentPlayer/playRawContent()<br />
	at runtime::ContentPlayer/playContent()<br />
	at runtime::AppRunner/run()<br />
	at global/runtime::ADLEntry()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://bubblebird.at/tuioflash/guides/using-the-tuiomanager/comment-page-1/#comment-22739</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Thu, 10 May 2012 04:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=143#comment-22739</guid>
		<description>There appears to be quite a few steps missing from these guides. Every one I try results in errors. This one in particular gets a lot of Circle errors as undefined....</description>
		<content:encoded><![CDATA[<p>There appears to be quite a few steps missing from these guides. Every one I try results in errors. This one in particular gets a lot of Circle errors as undefined&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iluvAS</title>
		<link>http://bubblebird.at/tuioflash/guides/using-the-tuiomanager/comment-page-1/#comment-14461</link>
		<dc:creator>iluvAS</dc:creator>
		<pubDate>Thu, 15 Dec 2011 08:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=143#comment-14461</guid>
		<description>sry bout that, jus noticed there were two different classes TUIOManager and TuioManager ;P</description>
		<content:encoded><![CDATA[<p>sry bout that, jus noticed there were two different classes TUIOManager and TuioManager ;P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iluvAS</title>
		<link>http://bubblebird.at/tuioflash/guides/using-the-tuiomanager/comment-page-1/#comment-14459</link>
		<dc:creator>iluvAS</dc:creator>
		<pubDate>Thu, 15 Dec 2011 07:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=143#comment-14459</guid>
		<description>hi, so theres no guide for the latest version of the lib? TuioManager now doesnt have the init function, and i think due to that, my TuioTouchEvents arent dispatching. an updated guide would be really helpful.</description>
		<content:encoded><![CDATA[<p>hi, so theres no guide for the latest version of the lib? TuioManager now doesnt have the init function, and i think due to that, my TuioTouchEvents arent dispatching. an updated guide would be really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/using-the-tuiomanager/comment-page-1/#comment-12510</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Fri, 11 Nov 2011 10:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=143#comment-12510</guid>
		<description>That is an error due to an unnecessary import statement in the TuioFiducialEvent on line 6. Just remove it or comment it.
This throws an error because the mx.controls package is only available in FlashBuilder and the flexsdk but not in Flash.</description>
		<content:encoded><![CDATA[<p>That is an error due to an unnecessary import statement in the TuioFiducialEvent on line 6. Just remove it or comment it.<br />
This throws an error because the mx.controls package is only available in FlashBuilder and the flexsdk but not in Flash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jawook</title>
		<link>http://bubblebird.at/tuioflash/guides/using-the-tuiomanager/comment-page-1/#comment-12489</link>
		<dc:creator>Jawook</dc:creator>
		<pubDate>Fri, 11 Nov 2011 02:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=143#comment-12489</guid>
		<description>Hi. all.
I&#039;ve got a problem. but I don&#039;t know what &#039;s wrong.
please let me take 

*error
1172: Definition mx.controls:Button could not be found. (what&#039;s this?)

* my code
import org.tuio.*;
import org.tuio.osc.*;
import org.tuio.connectors.*;
import org.tuio.debug.*;
import flash.display.*;
import flash.text.*;
import flash.ui.*;
import flash.events.Event;
	
	
	 
public class Main extends MovieClip
{
private var tuioClient:TuioClient = new TuioClient(new UDPConnector());
private var tuioManager:TuioManager = TuioManager.init(stage);              
private var myRectangle:MovieClip = new MovieClip();
		
public function Main() 
{
tuioClient.addListener(TuioDebug.init(stage));
tuioClient.addListener(tuioManager);
			
myRectangle.graphics.beginFill(0x6633cc);
myRectangle.graphics.drawRect(300, 300, 200, 200);

addChild(myRectangle);
addEventListener(TuioTouchEvent.TOUCH_DOWN, handler_touchDown);
}
.
.
.
.</description>
		<content:encoded><![CDATA[<p>Hi. all.<br />
I&#8217;ve got a problem. but I don&#8217;t know what &#8216;s wrong.<br />
please let me take </p>
<p>*error<br />
1172: Definition mx.controls:Button could not be found. (what&#8217;s this?)</p>
<p>* my code<br />
import org.tuio.*;<br />
import org.tuio.osc.*;<br />
import org.tuio.connectors.*;<br />
import org.tuio.debug.*;<br />
import flash.display.*;<br />
import flash.text.*;<br />
import flash.ui.*;<br />
import flash.events.Event;</p>
<p>public class Main extends MovieClip<br />
{<br />
private var tuioClient:TuioClient = new TuioClient(new UDPConnector());<br />
private var tuioManager:TuioManager = TuioManager.init(stage);<br />
private var myRectangle:MovieClip = new MovieClip();</p>
<p>public function Main()<br />
{<br />
tuioClient.addListener(TuioDebug.init(stage));<br />
tuioClient.addListener(tuioManager);</p>
<p>myRectangle.graphics.beginFill(0x6633cc);<br />
myRectangle.graphics.drawRect(300, 300, 200, 200);</p>
<p>addChild(myRectangle);<br />
addEventListener(TuioTouchEvent.TOUCH_DOWN, handler_touchDown);<br />
}<br />
.<br />
.<br />
.<br />
.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://bubblebird.at/tuioflash/guides/using-the-tuiomanager/comment-page-1/#comment-12436</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 10 Nov 2011 11:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=143#comment-12436</guid>
		<description>Hi. there
thank for your blog.

I&#039;ve got a problem. but I don&#039; know.
I&#039;ve worked my application with Flash CS5.5, AIR 2.5.
please let me know
My error message : 1172: Definition mx.controls:Button could not be found.

my code :

private var tc:TuioClient = new TuioClient(new UDPConnector(&quot;127.0.0.1&quot;, 3333));  // This connector can only be used within Air2.0 or newer Air projects.

private var tuioManager:TuioManager = TuioManager.init(stage); // what&#039;s problem
.
.
.</description>
		<content:encoded><![CDATA[<p>Hi. there<br />
thank for your blog.</p>
<p>I&#8217;ve got a problem. but I don&#8217; know.<br />
I&#8217;ve worked my application with Flash CS5.5, AIR 2.5.<br />
please let me know<br />
My error message : 1172: Definition mx.controls:Button could not be found.</p>
<p>my code :</p>
<p>private var tc:TuioClient = new TuioClient(new UDPConnector(&#8220;127.0.0.1&#8243;, 3333));  // This connector can only be used within Air2.0 or newer Air projects.</p>
<p>private var tuioManager:TuioManager = TuioManager.init(stage); // what&#8217;s problem<br />
.<br />
.<br />
.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/using-the-tuiomanager/comment-page-1/#comment-8572</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Tue, 19 Jul 2011 22:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=143#comment-8572</guid>
		<description>maybe try manycam, that worked for me once.</description>
		<content:encoded><![CDATA[<p>maybe try manycam, that worked for me once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://bubblebird.at/tuioflash/guides/using-the-tuiomanager/comment-page-1/#comment-8554</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 19 Jul 2011 08:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=143#comment-8554</guid>
		<description>Thanks for the quick reply, I&#039;m currently running my tests on a Mac OS 10.6.
I thought I could use the same camera source (in fact, Kinect), with two different trackers at the same time... I&#039;m going to try to find a multiplexer software, but it seems not , if you know any other solution, please let me know.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply, I&#8217;m currently running my tests on a Mac OS 10.6.<br />
I thought I could use the same camera source (in fact, Kinect), with two different trackers at the same time&#8230; I&#8217;m going to try to find a multiplexer software, but it seems not , if you know any other solution, please let me know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

