<?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#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><item><title>javascript onunload delete file</title><link>http://weblogs.asp.net/aboschin/archive/2007/09/15/a-javascript-class-for-pages-that-is-to-say-how-to-better-organize-the-scripts.aspx#6176451</link><pubDate>Sat, 10 May 2008 18:26:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6176451</guid><dc:creator>javascript onunload delete file</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;javascript onunload delete file&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6176451" width="1" height="1"&gt;</description></item><item><title>re: Article: How to create a custom RadialPanel for Silverlight 2.0</title><link>http://weblogs.asp.net/aboschin/archive/2008/05/02/article-how-to-create-a-custom-radialpanel-for-silverlight-2-0.aspx#6153929</link><pubDate>Sat, 03 May 2008 17:21:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6153929</guid><dc:creator>pbz</dc:creator><description>&lt;p&gt;Your avatar is way too wide...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6153929" width="1" height="1"&gt;</description></item><item><title>Silverlight Animation Library &amp;laquo; Mandar Oak</title><link>http://weblogs.asp.net/aboschin/archive/2007/09/08/silverlight-animation-library.aspx#6140117</link><pubDate>Tue, 29 Apr 2008 03:31:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6140117</guid><dc:creator>Silverlight Animation Library « Mandar Oak</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Silverlight Animation Library &amp;amp;laquo; Mandar Oak&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6140117" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Animation Library</title><link>http://weblogs.asp.net/aboschin/archive/2007/09/08/silverlight-animation-library.aspx#5455640</link><pubDate>Fri, 14 Dec 2007 20:42:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5455640</guid><dc:creator>Al Pascual</dc:creator><description>&lt;p&gt;Great job! Silverlight animation still a huge concept for developers to get. &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5455640" 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#5342048</link><pubDate>Mon, 26 Nov 2007 15:27:25 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5342048</guid><dc:creator>Disturbed Buddha</dc:creator><description>&lt;p&gt;Actually, the set_enabled() property (function) is directly linked with the starting and stopping of the timer. &amp;nbsp;If you look at the Timer.js file:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;set_enabled: function(value) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (value !== this.get_enabled()) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this._enabled = value;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this.raisePropertyChanged('enabled');&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (!this.get_isUpdating()) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (value) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this._startTimer();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;else {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this._stopTimer();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;},&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5342048" width="1" height="1"&gt;</description></item><item><title>re: About freedom and about Italy</title><link>http://weblogs.asp.net/aboschin/archive/2007/10/19/about-freedom-and-about-italy.aspx#4632029</link><pubDate>Fri, 19 Oct 2007 14:42:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:4632029</guid><dc:creator>rrobbins</dc:creator><description>&lt;p&gt;Don't move to the United States because there was talk of a similar law to restrict the influence of political blogs on elections. The United States is transitioning from a democracy to a police state.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4632029" width="1" height="1"&gt;</description></item><item><title>13 Links Today (2007-09-20)</title><link>http://weblogs.asp.net/aboschin/archive/2007/09/15/a-javascript-class-for-pages-that-is-to-say-how-to-better-organize-the-scripts.aspx#3986343</link><pubDate>Thu, 20 Sep 2007 15:23:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3986343</guid><dc:creator>13 Links Today (2007-09-20)</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;13 Links Today (2007-09-20)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3986343" width="1" height="1"&gt;</description></item><item><title>Link Listing - September 17, 2007</title><link>http://weblogs.asp.net/aboschin/archive/2007/09/15/a-javascript-class-for-pages-that-is-to-say-how-to-better-organize-the-scripts.aspx#3934347</link><pubDate>Tue, 18 Sep 2007 08:07:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3934347</guid><dc:creator>Christopher Steen</dc:creator><description>&lt;p&gt;Link Listing - September 17, 2007&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3934347" width="1" height="1"&gt;</description></item></channel></rss>