<?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 A Dancers Software Development Blog</title>
	<atom:link href="http://www.lindyblues.com/swingdance/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.lindyblues.com/swingdance</link>
	<description>Software Development and Dance</description>
	<lastBuildDate>Tue, 17 Apr 2012 08:01:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on hijacking touch events from Android for clickable items in a Gallery view by admin</title>
		<link>http://www.lindyblues.com/swingdance/?p=12#comment-175</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 17 Apr 2012 08:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindyblues.com/swingdance/?p=12#comment-175</guid>
		<description>Christopher,  It&#039;s been a while since I messed with this but you should just be able to use the onclick event not the ontouch.  I had tried to use the ontouch to detect a swipe and pass it on and not do anything but it was way hacky and just not a good solution in the end.  Hope that helps :)</description>
		<content:encoded><![CDATA[<p>Christopher,  It&#8217;s been a while since I messed with this but you should just be able to use the onclick event not the ontouch.  I had tried to use the ontouch to detect a swipe and pass it on and not do anything but it was way hacky and just not a good solution in the end.  Hope that helps <img src='http://www.lindyblues.com/swingdance/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on hijacking touch events from Android for clickable items in a Gallery view by Christopher Masser</title>
		<link>http://www.lindyblues.com/swingdance/?p=12#comment-169</link>
		<dc:creator>Christopher Masser</dc:creator>
		<pubDate>Mon, 16 Apr 2012 10:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindyblues.com/swingdance/?p=12#comment-169</guid>
		<description>hey I&#039;m having the same problem,
good to see someone seems to have it solved;
 
you mention that now you don&#039;t need to set an onTouchListener anymore to your buttons.
How do you now handle the button click events?

The thing is, if I let the onTouch method for the button return false, then I do not get  ACTION_UP events anymore.
That means I have to use ACTION_DOWN events, so that when doing a fling on the button the button is clicked as well..

I&#039;ve also posted my question over here:
http://stackoverflow.com/questions/10153342/android-view-setclickable-consumes-click-event</description>
		<content:encoded><![CDATA[<p>hey I&#8217;m having the same problem,<br />
good to see someone seems to have it solved;</p>
<p>you mention that now you don&#8217;t need to set an onTouchListener anymore to your buttons.<br />
How do you now handle the button click events?</p>
<p>The thing is, if I let the onTouch method for the button return false, then I do not get  ACTION_UP events anymore.<br />
That means I have to use ACTION_DOWN events, so that when doing a fling on the button the button is clicked as well..</p>
<p>I&#8217;ve also posted my question over here:<br />
<a href="http://stackoverflow.com/questions/10153342/android-view-setclickable-consumes-click-event" rel="nofollow">http://stackoverflow.com/questions/10153342/android-view-setclickable-consumes-click-event</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automator and applescript for grabbing a file on a smb share and getting windows friends link to send via email by Guillaumet</title>
		<link>http://www.lindyblues.com/swingdance/?p=13#comment-114</link>
		<dc:creator>Guillaumet</dc:creator>
		<pubDate>Wed, 04 Apr 2012 03:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindyblues.com/swingdance/?p=13#comment-114</guid>
		<description>yeah, i have found that there&#039;s nothing the auaomttor script can do that a good bash or shell script can&#039;t.  As far as I know, if you can write shell scripts (bash) really well then you&#039;ll have no need for Automator.However, if you really must have GUI than Automator is neat for somethings  especially opening a bunch of files at a time. it could also be good for cutting sections of those files out  perhaps doing word counts  maybe compiling data across documents  or even creating zip files of certain types of files.For instance, when working on a website for someone you could automatically zip up the newest, most recently modified files and send them over.How do you like the mac platform in general?</description>
		<content:encoded><![CDATA[<p>yeah, i have found that there&#8217;s nothing the auaomttor script can do that a good bash or shell script can&#8217;t.  As far as I know, if you can write shell scripts (bash) really well then you&#8217;ll have no need for Automator.However, if you really must have GUI than Automator is neat for somethings  especially opening a bunch of files at a time. it could also be good for cutting sections of those files out  perhaps doing word counts  maybe compiling data across documents  or even creating zip files of certain types of files.For instance, when working on a website for someone you could automatically zip up the newest, most recently modified files and send them over.How do you like the mac platform in general?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automator and applescript for grabbing a file on a smb share and getting windows friends link to send via email by Dale</title>
		<link>http://www.lindyblues.com/swingdance/?p=13#comment-108</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Tue, 03 Apr 2012 12:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindyblues.com/swingdance/?p=13#comment-108</guid>
		<description>I honestly have mixed taniiil reactions to Automator and AppleScript, though I think the potential for both of them are great.I agree with the ease of use of Automator.  The problem was that whatever I wanted to try using it for wasn&#039;t one of the available actions.  So, I would try to to throw together an AppleScript to do it.  I&#039;m so not used to its  almost English  syntax, and didn&#039;t have the time to look up command and properties that I just eventually gave up.For example, I keep my Gmail IMAPed on my Apple Mail program.  I thought it would be slick to have Automator or AppleScript go through and automatically delete all of the Spam in Gmail periodically.  I couldn&#039;t find anything like this in Automator, and I can&#039;t figure out the proper methods, properties or commands for AppleScript.I&#039;m hoping these tutorials might be a good first couple of steps for those of us   me included   who either don&#039;t have the time, or are just too busy to learn ourselve!</description>
		<content:encoded><![CDATA[<p>I honestly have mixed taniiil reactions to Automator and AppleScript, though I think the potential for both of them are great.I agree with the ease of use of Automator.  The problem was that whatever I wanted to try using it for wasn&#8217;t one of the available actions.  So, I would try to to throw together an AppleScript to do it.  I&#8217;m so not used to its  almost English  syntax, and didn&#8217;t have the time to look up command and properties that I just eventually gave up.For example, I keep my Gmail IMAPed on my Apple Mail program.  I thought it would be slick to have Automator or AppleScript go through and automatically delete all of the Spam in Gmail periodically.  I couldn&#8217;t find anything like this in Automator, and I can&#8217;t figure out the proper methods, properties or commands for AppleScript.I&#8217;m hoping these tutorials might be a good first couple of steps for those of us   me included   who either don&#8217;t have the time, or are just too busy to learn ourselve!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on hijacking touch events from Android for clickable items in a Gallery view by Virgil</title>
		<link>http://www.lindyblues.com/swingdance/?p=12#comment-59</link>
		<dc:creator>Virgil</dc:creator>
		<pubDate>Mon, 12 Mar 2012 11:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindyblues.com/swingdance/?p=12#comment-59</guid>
		<description>Intriguing blog post - cheers. You always publish a intriguing post. Thanks over again - I will come again.</description>
		<content:encoded><![CDATA[<p>Intriguing blog post &#8211; cheers. You always publish a intriguing post. Thanks over again &#8211; I will come again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by uk web directory</title>
		<link>http://www.lindyblues.com/swingdance/?page_id=2#comment-42</link>
		<dc:creator>uk web directory</dc:creator>
		<pubDate>Tue, 28 Feb 2012 06:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindyblues.com/swingdance/?page_id=2#comment-42</guid>
		<description>Fantastic goods from you, man. I&#039;ve be mindful your stuff previous to and you are just extremely magnificent. I actually like what you have obtained right here, certainly like what you are stating and the way in which in which you are saying it. You make it entertaining and you continue to take care of to keep it wise. I can not wait to read much more from you. That is actually a terrific web site.</description>
		<content:encoded><![CDATA[<p>Fantastic goods from you, man. I&#8217;ve be mindful your stuff previous to and you are just extremely magnificent. I actually like what you have obtained right here, certainly like what you are stating and the way in which in which you are saying it. You make it entertaining and you continue to take care of to keep it wise. I can not wait to read much more from you. That is actually a terrific web site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving an EC2 instance from one account to another. by Adriana</title>
		<link>http://www.lindyblues.com/swingdance/?p=18#comment-41</link>
		<dc:creator>Adriana</dc:creator>
		<pubDate>Sat, 25 Feb 2012 21:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindyblues.com/swingdance/?p=18#comment-41</guid>
		<description>thanks for share!</description>
		<content:encoded><![CDATA[<p>thanks for share!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automator and applescript for grabbing a file on a smb share and getting windows friends link to send via email by Adriana</title>
		<link>http://www.lindyblues.com/swingdance/?p=13#comment-40</link>
		<dc:creator>Adriana</dc:creator>
		<pubDate>Fri, 24 Feb 2012 17:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindyblues.com/swingdance/?p=13#comment-40</guid>
		<description>thanks for share!</description>
		<content:encoded><![CDATA[<p>thanks for share!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on hijacking touch events from Android for clickable items in a Gallery view by hosting reseller</title>
		<link>http://www.lindyblues.com/swingdance/?p=12#comment-37</link>
		<dc:creator>hosting reseller</dc:creator>
		<pubDate>Thu, 16 Feb 2012 11:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindyblues.com/swingdance/?p=12#comment-37</guid>
		<description>I like this  weblog  its a master peace ! Glad I  discovered  this on google .  &lt;a href=&quot;http://www.availhosting.com&quot; rel=&quot;nofollow&quot;&gt;best reseller hosting&lt;/a&gt; &#124; &lt;a href=&quot;http://www.availhosting.com/reseller-hosting/reseller-web-hosting-plans.html&quot; rel=&quot;nofollow&quot;&gt;cpanel reseller&lt;/a&gt; &#124;</description>
		<content:encoded><![CDATA[<p>I like this  weblog  its a master peace ! Glad I  discovered  this on google .  <a href="http://www.availhosting.com" rel="nofollow">best reseller hosting</a> | <a href="http://www.availhosting.com/reseller-hosting/reseller-web-hosting-plans.html" rel="nofollow">cpanel reseller</a> |</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fragments with tabhosts controling fragments by search engine seo</title>
		<link>http://www.lindyblues.com/swingdance/?p=16#comment-31</link>
		<dc:creator>search engine seo</dc:creator>
		<pubDate>Mon, 13 Feb 2012 02:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindyblues.com/swingdance/?p=16#comment-31</guid>
		<description>howdy www.lindyblues.com blogger discovered your blog via search engine but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have found website which offer to dramatically increase traffic to your blog http://xrumerservice.org they claim they managed to get close to 1000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my blog. Hope this helps :) They offer most cost effective &lt;a href=&quot;http://xrumerservice.org&quot; rel=&quot;nofollow&quot;&gt;backlinks&lt;/a&gt;  Take care. Jason</description>
		<content:encoded><![CDATA[<p>howdy <a href="http://www.lindyblues.com" rel="nofollow">http://www.lindyblues.com</a> blogger discovered your blog via search engine but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have found website which offer to dramatically increase traffic to your blog <a href="http://xrumerservice.org" rel="nofollow">http://xrumerservice.org</a> they claim they managed to get close to 1000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my blog. Hope this helps <img src='http://www.lindyblues.com/swingdance/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  They offer most cost effective <a href="http://xrumerservice.org" rel="nofollow">backlinks</a>  Take care. Jason</p>
]]></content:encoded>
	</item>
</channel>
</rss>

