<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>About .NET and Other Amenities - All Comments</title><link>http://weblogs.asp.net/aboschin/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Silverlight 2.0: A Double Click Manager</title><link>http://weblogs.asp.net/aboschin/archive/2008/03/17/silverlight-2-0-a-double-click-manager.aspx#7215167</link><pubDate>Wed, 23 Sep 2009 23:04:04 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7215167</guid><dc:creator>celtinmlein</dc:creator><description>&lt;p&gt;&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://jahshaka.org/forum/member.php?u=17780&amp;quot;&amp;gt;Wet"&gt;jahshaka.org/.../member.php&lt;/a&gt; Mummy&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;embrigerifoksteron&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7215167" width="1" height="1"&gt;</description></item><item><title>SL3(silverlight 3) 控件的双击事件</title><link>http://weblogs.asp.net/aboschin/archive/2008/03/17/silverlight-2-0-a-double-click-manager.aspx#7160610</link><pubDate>Mon, 03 Aug 2009 22:50:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7160610</guid><dc:creator>LJ JIANG</dc:creator><description>&lt;p&gt;参考：&lt;a rel="nofollow" target="_new" href="http://weblogs.asp.net/aboschin/archive/2008/03/17/silverlight-2-0-a-double-click-manager.aspx"&gt;weblogs.asp.net/.../silverlight-2-0-a-double-click-manager.aspx&lt;/a&gt; ...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7160610" width="1" height="1"&gt;</description></item><item><title>re: Silverlight 2.0: A Double Click Manager</title><link>http://weblogs.asp.net/aboschin/archive/2008/03/17/silverlight-2-0-a-double-click-manager.aspx#7142652</link><pubDate>Tue, 07 Jul 2009 10:24:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7142652</guid><dc:creator>Andy Cronk</dc:creator><description>&lt;p&gt;Excellent stuff, I was having trouble with a dispatcher timer as it was giving random results (probably due to the UI thread interfering).&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7142652" width="1" height="1"&gt;</description></item><item><title>re: Silverlight 2.0: A Double Click Manager</title><link>http://weblogs.asp.net/aboschin/archive/2008/03/17/silverlight-2-0-a-double-click-manager.aspx#6953263</link><pubDate>Wed, 11 Mar 2009 04:14:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6953263</guid><dc:creator>Dr.Syntax</dc:creator><description>&lt;p&gt;Do you have something that implements mouse click and double click in web pages. &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6953263" width="1" height="1"&gt;</description></item><item><title>Handling Double Clicks in Silverlight | Blue Onion Software *</title><link>http://weblogs.asp.net/aboschin/archive/2008/03/17/silverlight-2-0-a-double-click-manager.aspx#6795827</link><pubDate>Thu, 18 Dec 2008 22:13:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6795827</guid><dc:creator>Handling Double Clicks in Silverlight | Blue Onion Software *</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Handling Double Clicks in Silverlight | Blue Onion Software *&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6795827" width="1" height="1"&gt;</description></item><item><title>re: AJAX: How to control an &lt;asp:Timer&gt; on client-side</title><link>http://weblogs.asp.net/aboschin/archive/2007/10/06/ajax-how-to-control-an-lt-asp-timer-gt-on-client-side.aspx#6762298</link><pubDate>Tue, 02 Dec 2008 03:12:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6762298</guid><dc:creator>Andrew</dc:creator><description>&lt;p&gt;I'm with the original poster... if I recieve a connection error in an asynchronous postback, and try to just set the enabled property to false in the ScriptManager's endRequest event; &amp;nbsp;it doesn't disable the timer... if I add the ._stopTimer() function call just after setting it to false, then it stops.&lt;/p&gt;
&lt;p&gt;and yes I checked the values&lt;/p&gt;
&lt;p&gt;get_enabled() == true&lt;/p&gt;
&lt;p&gt;get_isUpdating() == false&lt;/p&gt;
&lt;p&gt;So Disturbed, if the function is as you describe it above, then I don't know why it doesn't work and you have to stop the timer manually.... I just checked the script, and on my system it is nothing like what you described... the only other ways stop the timer by simply disabling it are to call the _update(enabled, interval) or dispose() methods... or somehow add the enabled and interval properties to the asynchronous request response... personally I think I will stick to the _StopTimer() function call.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6762298" width="1" height="1"&gt;</description></item><item><title>re: Silverlight 2.0: A Double Click Manager</title><link>http://weblogs.asp.net/aboschin/archive/2008/03/17/silverlight-2-0-a-double-click-manager.aspx#6726632</link><pubDate>Sat, 08 Nov 2008 16:16:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6726632</guid><dc:creator>Steve</dc:creator><description>&lt;p&gt;How do I use this on the page?&lt;/p&gt;
&lt;p&gt;ie. I have an image, when I double click on it, I want a popup to show up&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6726632" width="1" height="1"&gt;</description></item><item><title>Handling a DoubleClick on GridRow in Silverlight &amp;laquo; JTango</title><link>http://weblogs.asp.net/aboschin/archive/2008/03/17/silverlight-2-0-a-double-click-manager.aspx#6715914</link><pubDate>Sun, 02 Nov 2008 04:03:01 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6715914</guid><dc:creator>Handling a DoubleClick on GridRow in Silverlight « JTango</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Handling a DoubleClick on GridRow in Silverlight &amp;amp;laquo; JTango&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6715914" width="1" height="1"&gt;</description></item><item><title>re: Silverlight 2.0: A Double Click Manager</title><link>http://weblogs.asp.net/aboschin/archive/2008/03/17/silverlight-2-0-a-double-click-manager.aspx#6572714</link><pubDate>Thu, 28 Aug 2008 00:06:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6572714</guid><dc:creator>Scott Edmondson</dc:creator><description>&lt;p&gt;Thanks Andrea,&lt;/p&gt;
&lt;p&gt;That's simple and very effective. I tried another approach which was measuring time between clicks (mouseleftbuttondown events) on the main UI thread, but that was affected by whatever other work was happening on the UI thread between clicks. It was too difficult to tell how long was long enough for a double-click. The separate thread eliminates that problem.&lt;/p&gt;
&lt;p&gt;Great idea.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6572714" width="1" height="1"&gt;</description></item><item><title>Silverlight中捕获Click及DoubleClick鼠标事件</title><link>http://weblogs.asp.net/aboschin/archive/2008/03/17/silverlight-2-0-a-double-click-manager.aspx#6531073</link><pubDate>Sun, 17 Aug 2008 14:07:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6531073</guid><dc:creator>sayo.net</dc:creator><description>&lt;p&gt;Silverlight中没有鼠标的Click以及DoubleClick事件，至少到目前SilverlightBeta2中还没有。希望在正式版中有相关事件处理（正式版中有太多期待了呵）。&lt;/p&gt;
&lt;p&gt;参考了这...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6531073" width="1" height="1"&gt;</description></item></channel></rss>