<?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: GWT ScrollPanel for Touch Screens</title>
	<atom:link href="http://www.peterfranza.com/2010/07/15/gwt-scrollpanel-for-touch-screens/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterfranza.com/2010/07/15/gwt-scrollpanel-for-touch-screens/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 00:29:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Zoltan</title>
		<link>http://www.peterfranza.com/2010/07/15/gwt-scrollpanel-for-touch-screens/comment-page-1/#comment-1186</link>
		<dc:creator>Zoltan</dc:creator>
		<pubDate>Sun, 24 Jul 2011 12:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=508#comment-1186</guid>
		<description>COuld you post here the full sample code, so I could test it myself too?</description>
		<content:encoded><![CDATA[<p>COuld you post here the full sample code, so I could test it myself too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nisheeth</title>
		<link>http://www.peterfranza.com/2010/07/15/gwt-scrollpanel-for-touch-screens/comment-page-1/#comment-1153</link>
		<dc:creator>Nisheeth</dc:creator>
		<pubDate>Wed, 16 Feb 2011 18:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=508#comment-1153</guid>
		<description>Thanks Frank for your answer, however I find that this solution seems to only work when the the object being clicked is an immediate child of the vertical panel being enclosed by the TouchScrollPanel. I&#039;m thinking this has to do with the instruction in fireClick


		var theTarget = $doc.elementFromPoint(x, y);
		if (theTarget.nodeType == 3) theTarget = theTarget.parentNode;

but I am not an expert on javascript so I do not know this for certain. Any ideas anyone?</description>
		<content:encoded><![CDATA[<p>Thanks Frank for your answer, however I find that this solution seems to only work when the the object being clicked is an immediate child of the vertical panel being enclosed by the TouchScrollPanel. I&#8217;m thinking this has to do with the instruction in fireClick</p>
<p>		var theTarget = $doc.elementFromPoint(x, y);<br />
		if (theTarget.nodeType == 3) theTarget = theTarget.parentNode;</p>
<p>but I am not an expert on javascript so I do not know this for certain. Any ideas anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.peterfranza.com/2010/07/15/gwt-scrollpanel-for-touch-screens/comment-page-1/#comment-1151</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 03 Feb 2011 12:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=508#comment-1151</guid>
		<description>Hallo Dave – try GWT-Version 2.1.1. that should solve your problem</description>
		<content:encoded><![CDATA[<p>Hallo Dave – try GWT-Version 2.1.1. that should solve your problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.peterfranza.com/2010/07/15/gwt-scrollpanel-for-touch-screens/comment-page-1/#comment-1150</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 03 Feb 2011 10:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=508#comment-1150</guid>
		<description>Hallo Dave – try GWT-Version 2.1.1.</description>
		<content:encoded><![CDATA[<p>Hallo Dave – try GWT-Version 2.1.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.peterfranza.com/2010/07/15/gwt-scrollpanel-for-touch-screens/comment-page-1/#comment-1149</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 03 Feb 2011 10:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=508#comment-1149</guid>
		<description>Hallo Dave - try GWT-Version 2.1.1.</description>
		<content:encoded><![CDATA[<p>Hallo Dave &#8211; try GWT-Version 2.1.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.peterfranza.com/2010/07/15/gwt-scrollpanel-for-touch-screens/comment-page-1/#comment-1145</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Wed, 26 Jan 2011 23:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=508#comment-1145</guid>
		<description>Thanks Frank for your reply.  I can get the clicks to work now, but I have a problem with a ListBox that I have inside of my touchscrollpanel.  The ListBox won&#039;t work with click events.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks Frank for your reply.  I can get the clicks to work now, but I have a problem with a ListBox that I have inside of my touchscrollpanel.  The ListBox won&#8217;t work with click events.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.peterfranza.com/2010/07/15/gwt-scrollpanel-for-touch-screens/comment-page-1/#comment-1143</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 28 Dec 2010 10:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=508#comment-1143</guid>
		<description>evt.changedTouches[0].clientX, evt.changedTouches[0].clientY in the function ontouchend</description>
		<content:encoded><![CDATA[<p>evt.changedTouches[0].clientX, evt.changedTouches[0].clientY in the function ontouchend</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.peterfranza.com/2010/07/15/gwt-scrollpanel-for-touch-screens/comment-page-1/#comment-1142</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 28 Dec 2010 10:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=508#comment-1142</guid>
		<description>alternative would also suffice:

evt.changedTouches[0].clientX, evt.changedTouches[0].clientY

then the first two changes not required</description>
		<content:encoded><![CDATA[<p>alternative would also suffice:</p>
<p>evt.changedTouches[0].clientX, evt.changedTouches[0].clientY</p>
<p>then the first two changes not required</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.peterfranza.com/2010/07/15/gwt-scrollpanel-for-touch-screens/comment-page-1/#comment-1141</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 28 Dec 2010 10:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=508#comment-1141</guid>
		<description>also

evt.touches[0].clientX, evt.touches[0].clientY

in the functions ontouchstart and ontouchmove.</description>
		<content:encoded><![CDATA[<p>also</p>
<p>evt.touches[0].clientX, evt.touches[0].clientY</p>
<p>in the functions ontouchstart and ontouchmove.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.peterfranza.com/2010/07/15/gwt-scrollpanel-for-touch-screens/comment-page-1/#comment-1140</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 28 Dec 2010 07:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=508#comment-1140</guid>
		<description>It works for me:

fireClick(initialTouchX, initialTouchY);</description>
		<content:encoded><![CDATA[<p>It works for me:</p>
<p>fireClick(initialTouchX, initialTouchY);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

