<?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 for Thomas Hansen’s Thoughts and Doings</title>
	<atom:link href="http://blog.tehansen.de/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.tehansen.de</link>
	<description>Just like that ...</description>
	<lastBuildDate>Mon, 04 Jan 2010 00:53:27 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Windows Touch vs PyMT: Why multi-touch programming on Windows is too complicated! by Dave Ricci</title>
		<link>http://blog.tehansen.de/?p=62&#038;cpage=1#comment-713</link>
		<dc:creator>Dave Ricci</dc:creator>
		<pubDate>Mon, 04 Jan 2010 00:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tehansen.de/?p=62#comment-713</guid>
		<description>Are there any .ocx&#039;s that help do multi-touch?
&lt;a href=&quot;http://www.nywindow.net&quot; rel=&quot;nofollow&quot;&gt;windows&lt;a&gt;</description>
		<content:encoded><![CDATA[<p>Are there any .ocx&#8217;s that help do multi-touch?<br />
<a href="http://www.nywindow.net" rel="nofollow">windows</a><a></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Touch vs PyMT: Why multi-touch programming on Windows is too complicated! by mohy</title>
		<link>http://blog.tehansen.de/?p=62&#038;cpage=1#comment-712</link>
		<dc:creator>mohy</dc:creator>
		<pubDate>Tue, 24 Nov 2009 20:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tehansen.de/?p=62#comment-712</guid>
		<description>Hi

i loved ur pymt frame work, and tried to contact u on http://pymt.txzone.net/ but i donno maybe my comment didnt sent

anyways I tested it on w7 with multi touch IR display panel http://home.eeti.com.tw/web20/eg/SUN.htm

but pymt couldn&#039;t understand the data packet coming from my display,   because it has a special API, while i am a flash designer and  non-python guy, please help me to implement and use ur pymt with my display
http://home.eeti.com.tw/web20/drivers/Software%20Programming%20Guide_%20v1.5.pdf

i am looking forward to learn more about pymt and python
thanxxx</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>i loved ur pymt frame work, and tried to contact u on <a href="http://pymt.txzone.net/" rel="nofollow">http://pymt.txzone.net/</a> but i donno maybe my comment didnt sent</p>
<p>anyways I tested it on w7 with multi touch IR display panel <a href="http://home.eeti.com.tw/web20/eg/SUN.htm" rel="nofollow">http://home.eeti.com.tw/web20/eg/SUN.htm</a></p>
<p>but pymt couldn&#8217;t understand the data packet coming from my display,   because it has a special API, while i am a flash designer and  non-python guy, please help me to implement and use ur pymt with my display<br />
<a href="http://home.eeti.com.tw/web20/drivers/Software%20Programming%20Guide_%20v1.5.pdf" rel="nofollow">http://home.eeti.com.tw/web20/drivers/Software%20Programming%20Guide_%20v1.5.pdf</a></p>
<p>i am looking forward to learn more about pymt and python<br />
thanxxx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Touch vs PyMT: Why multi-touch programming on Windows is too complicated! by Necrocyber</title>
		<link>http://blog.tehansen.de/?p=62&#038;cpage=1#comment-711</link>
		<dc:creator>Necrocyber</dc:creator>
		<pubDate>Mon, 23 Nov 2009 22:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tehansen.de/?p=62#comment-711</guid>
		<description>Very nice man ... this´s really cool ....i gonna try that now \o/</description>
		<content:encoded><![CDATA[<p>Very nice man &#8230; this´s really cool &#8230;.i gonna try that now \o/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Touch vs PyMT: Why multi-touch programming on Windows is too complicated! by Srinivasan</title>
		<link>http://blog.tehansen.de/?p=62&#038;cpage=1#comment-710</link>
		<dc:creator>Srinivasan</dc:creator>
		<pubDate>Sat, 21 Nov 2009 21:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tehansen.de/?p=62#comment-710</guid>
		<description>Hi,
I tried your code which you demonstrated in the video.I am getting following error.I am a newbie so dont know much.
  File &quot;C:\Python26\Python-1.py&quot;, line 23, in
    runTouchApp()
  File &quot;C:\Python26\lib\site-packages\pymt\mtpyglet.py&quot;, line 265, in runTouchApp
    pymt_evloop.run()
  File &quot;C:\Python26\lib\site-packages\pyglet\app\win32.py&quot;, line 63, in run
    self._timer_func(0, 0, timer, 0)
  File &quot;C:\Python26\lib\site-packages\pyglet\app\win32.py&quot;, line 84, in _timer_func
    sleep_time = self.idle()
  File &quot;C:\Python26\lib\site-packages\pymt\mtpyglet.py&quot;, line 153, in idle
    self.dispatch_input()
  File &quot;C:\Python26\lib\site-packages\pymt\mtpyglet.py&quot;, line 143, in dispatch_input
    self.post_dispatch_input(type=type, touch=touch)
  File &quot;C:\Python26\lib\site-packages\pymt\mtpyglet.py&quot;, line 90, in post_dispatch_input
    listener.dispatch_event(&#039;on_touch_down&#039;, touch)
  File &quot;C:\Python26\lib\site-packages\pyglet\window\__init__.py&quot;, line 1217, in dispatch_event
    EventDispatcher.dispatch_event(self, *args)
  File &quot;C:\Python26\lib\site-packages\pyglet\event.py&quot;, line 349, in dispatch_event
    getattr(self, event_type)(*args)
  File &quot;C:\Python26\lib\site-packages\pymt\ui\window.py&quot;, line 321, in on_touch_down
    if w.dispatch_event(&#039;on_touch_down&#039;, touch):
  File &quot;C:\Python26\lib\site-packages\pymt\ui\widgets\widget.py&quot;, line 339, in dispatch_event
    if func(*args):
  File &quot;C:\Python26\Python-1.py&quot;, line 15, in on_touch_down
    touch.userdata[&#039;line&#039;].extend(touch.pos)
KeyError: &#039;line&#039;

Your help will be of great importance to me.

regards,
Sri</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried your code which you demonstrated in the video.I am getting following error.I am a newbie so dont know much.<br />
  File &#8220;C:\Python26\Python-1.py&#8221;, line 23, in<br />
    runTouchApp()<br />
  File &#8220;C:\Python26\lib\site-packages\pymt\mtpyglet.py&#8221;, line 265, in runTouchApp<br />
    pymt_evloop.run()<br />
  File &#8220;C:\Python26\lib\site-packages\pyglet\app\win32.py&#8221;, line 63, in run<br />
    self._timer_func(0, 0, timer, 0)<br />
  File &#8220;C:\Python26\lib\site-packages\pyglet\app\win32.py&#8221;, line 84, in _timer_func<br />
    sleep_time = self.idle()<br />
  File &#8220;C:\Python26\lib\site-packages\pymt\mtpyglet.py&#8221;, line 153, in idle<br />
    self.dispatch_input()<br />
  File &#8220;C:\Python26\lib\site-packages\pymt\mtpyglet.py&#8221;, line 143, in dispatch_input<br />
    self.post_dispatch_input(type=type, touch=touch)<br />
  File &#8220;C:\Python26\lib\site-packages\pymt\mtpyglet.py&#8221;, line 90, in post_dispatch_input<br />
    listener.dispatch_event(&#8216;on_touch_down&#8217;, touch)<br />
  File &#8220;C:\Python26\lib\site-packages\pyglet\window\__init__.py&#8221;, line 1217, in dispatch_event<br />
    EventDispatcher.dispatch_event(self, *args)<br />
  File &#8220;C:\Python26\lib\site-packages\pyglet\event.py&#8221;, line 349, in dispatch_event<br />
    getattr(self, event_type)(*args)<br />
  File &#8220;C:\Python26\lib\site-packages\pymt\ui\window.py&#8221;, line 321, in on_touch_down<br />
    if w.dispatch_event(&#8216;on_touch_down&#8217;, touch):<br />
  File &#8220;C:\Python26\lib\site-packages\pymt\ui\widgets\widget.py&#8221;, line 339, in dispatch_event<br />
    if func(*args):<br />
  File &#8220;C:\Python26\Python-1.py&#8221;, line 15, in on_touch_down<br />
    touch.userdata['line'].extend(touch.pos)<br />
KeyError: &#8216;line&#8217;</p>
<p>Your help will be of great importance to me.</p>
<p>regards,<br />
Sri</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Touch vs PyMT: Why multi-touch programming on Windows is too complicated! by Sharath</title>
		<link>http://blog.tehansen.de/?p=62&#038;cpage=1#comment-709</link>
		<dc:creator>Sharath</dc:creator>
		<pubDate>Thu, 22 Oct 2009 06:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tehansen.de/?p=62#comment-709</guid>
		<description>This is a great writeup/observation. Thanks Thomas.</description>
		<content:encoded><![CDATA[<p>This is a great writeup/observation. Thanks Thomas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello World by Buy Proscar</title>
		<link>http://blog.tehansen.de/?p=17&#038;cpage=1#comment-706</link>
		<dc:creator>Buy Proscar</dc:creator>
		<pubDate>Fri, 26 Jun 2009 14:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://tehansen.wordpress.com/?p=5#comment-706</guid>
		<description>Hello! Nice Site, I&#039;ve really like it.</description>
		<content:encoded><![CDATA[<p>Hello! Nice Site, I&#8217;ve really like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello World by Buy Nexium</title>
		<link>http://blog.tehansen.de/?p=17&#038;cpage=1#comment-705</link>
		<dc:creator>Buy Nexium</dc:creator>
		<pubDate>Fri, 26 Jun 2009 13:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://tehansen.wordpress.com/?p=5#comment-705</guid>
		<description>Hello! Nice Site, I&#039;ve really like it.</description>
		<content:encoded><![CDATA[<p>Hello! Nice Site, I&#8217;ve really like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello World by Buy Lasix</title>
		<link>http://blog.tehansen.de/?p=17&#038;cpage=1#comment-704</link>
		<dc:creator>Buy Lasix</dc:creator>
		<pubDate>Fri, 26 Jun 2009 12:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://tehansen.wordpress.com/?p=5#comment-704</guid>
		<description>Hello! Nice Site, I&#039;ve really like it.</description>
		<content:encoded><![CDATA[<p>Hello! Nice Site, I&#8217;ve really like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello World by Buy Ginseng</title>
		<link>http://blog.tehansen.de/?p=17&#038;cpage=1#comment-703</link>
		<dc:creator>Buy Ginseng</dc:creator>
		<pubDate>Fri, 26 Jun 2009 12:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://tehansen.wordpress.com/?p=5#comment-703</guid>
		<description>Hello! Nice Site, I&#039;ve really like it.</description>
		<content:encoded><![CDATA[<p>Hello! Nice Site, I&#8217;ve really like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello World by Buy Diflucan</title>
		<link>http://blog.tehansen.de/?p=17&#038;cpage=1#comment-702</link>
		<dc:creator>Buy Diflucan</dc:creator>
		<pubDate>Fri, 26 Jun 2009 11:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://tehansen.wordpress.com/?p=5#comment-702</guid>
		<description>Hello! Nice Site, I&#039;ve really like it.</description>
		<content:encoded><![CDATA[<p>Hello! Nice Site, I&#8217;ve really like it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
