<?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: Fixes for common problems</title>
	<atom:link href="http://bubblebird.at/tuioflash/guides/fixes-for-common-problems/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/fixes-for-common-problems/comment-page-1/#comment-19443</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Thu, 22 Mar 2012 14:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=83#comment-19443</guid>
		<description>Hi Owen, 
What tracker or bridge are you using? Maybe have a look at TuioEvent.ADD_OBJECT and TuioEvent.ADD_CURSOR dispatched by the TuioManager to see if the tuio messages are sent or received properly, if both touch and fiducial are on the tracked surface.

greets</description>
		<content:encoded><![CDATA[<p>Hi Owen,<br />
What tracker or bridge are you using? Maybe have a look at TuioEvent.ADD_OBJECT and TuioEvent.ADD_CURSOR dispatched by the TuioManager to see if the tuio messages are sent or received properly, if both touch and fiducial are on the tracked surface.</p>
<p>greets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://bubblebird.at/tuioflash/guides/fixes-for-common-problems/comment-page-1/#comment-19410</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Thu, 22 Mar 2012 01:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=83#comment-19410</guid>
		<description>Hi,

So I have much of this stuff working! Wow! Some really awesome work here by you folks! 

I am at a point now where I would like to implement the ability to allow a touch interaction while a fiducial is on the table. I just added the &quot;myRectangle...TOUCH_DOWN&quot; from the getting started to the FiducialEventListenerTest code... the rectangle touch works fine if the fid isn&#039;t on the table, and the fid works great, but it disables the button when it is present. The event listeners have to be removed by removing the fid in order for the touch object to work again...

Hope that makes sense.

Thoughts?
Owen</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>So I have much of this stuff working! Wow! Some really awesome work here by you folks! </p>
<p>I am at a point now where I would like to implement the ability to allow a touch interaction while a fiducial is on the table. I just added the &#8220;myRectangle&#8230;TOUCH_DOWN&#8221; from the getting started to the FiducialEventListenerTest code&#8230; the rectangle touch works fine if the fid isn&#8217;t on the table, and the fid works great, but it disables the button when it is present. The event listeners have to be removed by removing the fid in order for the touch object to work again&#8230;</p>
<p>Hope that makes sense.</p>
<p>Thoughts?<br />
Owen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johannes</title>
		<link>http://bubblebird.at/tuioflash/guides/fixes-for-common-problems/comment-page-1/#comment-16413</link>
		<dc:creator>johannes</dc:creator>
		<pubDate>Thu, 19 Jan 2012 20:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=83#comment-16413</guid>
		<description>hi,
i am the one who is responsible for TuioDebug. actually, i have troubles to reproduce the TLFTextField problem as I usually do not work with Flash UI components. I usually work with Flash Builder only. However, I have got Flash CS 4 installed on my computer. 

@Dave: Have you got a Flash file with which I can reproduce the problem? You can send it to me via mail to lagerkoller [ at ] vildan.de.</description>
		<content:encoded><![CDATA[<p>hi,<br />
i am the one who is responsible for TuioDebug. actually, i have troubles to reproduce the TLFTextField problem as I usually do not work with Flash UI components. I usually work with Flash Builder only. However, I have got Flash CS 4 installed on my computer. </p>
<p>@Dave: Have you got a Flash file with which I can reproduce the problem? You can send it to me via mail to lagerkoller [ at ] vildan.de.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/fixes-for-common-problems/comment-page-1/#comment-16406</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Thu, 19 Jan 2012 18:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=83#comment-16406</guid>
		<description>thanks for the input I&quot;ll have a look at it and will forward it to the guy who implemented the TuioDebug part of the library.</description>
		<content:encoded><![CDATA[<p>thanks for the input I&#8221;ll have a look at it and will forward it to the guy who implemented the TuioDebug part of the library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://bubblebird.at/tuioflash/guides/fixes-for-common-problems/comment-page-1/#comment-16390</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 19 Jan 2012 10:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=83#comment-16390</guid>
		<description>To follow up my comment above, I now believe this is caused by having TLFTextfields in the flash project.  I managed to get it to work by replacing all of my TLFTextFields with &quot;Classic&quot; Textfields</description>
		<content:encoded><![CDATA[<p>To follow up my comment above, I now believe this is caused by having TLFTextfields in the flash project.  I managed to get it to work by replacing all of my TLFTextFields with &#8220;Classic&#8221; Textfields</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://bubblebird.at/tuioflash/guides/fixes-for-common-problems/comment-page-1/#comment-16378</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 19 Jan 2012 06:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=83#comment-16378</guid>
		<description>I was having trouble getting the TuioDebug overlays to work in my own project.  I finally narrowed it down to an issue with having Flash UI components in my library (e.g. RadioButton).  If I remove the component from my project the overlays work, if I put it back in, I get no compile or runtime errors, but the TuioDebug overlays do not work.  

Has anyone experienced this or have any ideas why the conflict might arise?</description>
		<content:encoded><![CDATA[<p>I was having trouble getting the TuioDebug overlays to work in my own project.  I finally narrowed it down to an issue with having Flash UI components in my library (e.g. RadioButton).  If I remove the component from my project the overlays work, if I put it back in, I get no compile or runtime errors, but the TuioDebug overlays do not work.  </p>
<p>Has anyone experienced this or have any ideas why the conflict might arise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/fixes-for-common-problems/comment-page-1/#comment-6058</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Tue, 10 May 2011 19:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=83#comment-6058</guid>
		<description>Hi
I&#039;d suggest the standard TUIO Simulator from the tuio.org website -&gt; http://www.tuio.org/?software under simulators
If you happen to have an iPad or iPhone/iPodTouch you could download the tuio app for touch testing</description>
		<content:encoded><![CDATA[<p>Hi<br />
I&#8217;d suggest the standard TUIO Simulator from the tuio.org website -&gt; <a href="http://www.tuio.org/?software" rel="nofollow">http://www.tuio.org/?software</a> under simulators<br />
If you happen to have an iPad or iPhone/iPodTouch you could download the tuio app for touch testing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R Allen</title>
		<link>http://bubblebird.at/tuioflash/guides/fixes-for-common-problems/comment-page-1/#comment-6051</link>
		<dc:creator>R Allen</dc:creator>
		<pubDate>Tue, 10 May 2011 13:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=83#comment-6051</guid>
		<description>What is the best simulator to test applications as I have read the simTouch is not compatible? I am on a mac.

Thanks</description>
		<content:encoded><![CDATA[<p>What is the best simulator to test applications as I have read the simTouch is not compatible? I am on a mac.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay M</title>
		<link>http://bubblebird.at/tuioflash/guides/fixes-for-common-problems/comment-page-1/#comment-2589</link>
		<dc:creator>Jay M</dc:creator>
		<pubDate>Sun, 19 Dec 2010 15:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=83#comment-2589</guid>
		<description>Thanks for the suggestions, I have finally got my app working with AIR 2.0 and sqlite. In the end I used the TCPConnector and it all just worked as expected.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestions, I have finally got my app working with AIR 2.0 and sqlite. In the end I used the TCPConnector and it all just worked as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/fixes-for-common-problems/comment-page-1/#comment-2308</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Tue, 07 Dec 2010 19:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=83#comment-2308</guid>
		<description>Glad you could fix it. If you have any further questions or problems just shout ;)</description>
		<content:encoded><![CDATA[<p>Glad you could fix it. If you have any further questions or problems just shout <img src='http://bubblebird.at/tuioflash/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

