This blog has been migrated to:
http://www.michaelsnow.com/2010/05/10/silverlight-tip-of-the-day-17-double-click/
Silverlight currently has full mouse support for single click. However, double click is a another story
Your demo is popping up a dialog that says I don't have the latest Silverlight install. When I follow the redirection to download the latest, it tells me I've already got the latest.
Any ideas?
Version issues on this page? When it loads for me, a dialog box appears telling me that my Silverlight install has expired. Clicking "Yes" in that dialog, which is not asking a question btw, takes me to a Microsoft hosted page (www.microsoft.com/.../install.aspx) which tells me that my Silverlight install is up to date (v2.0.31005.0).
Mac OS X 10.5.6
Firefox 3.3.5
Fixed. Let me know if you see any further issues with it.
Thanks.
In this issue: John Stockton, Adam Kinney, Koen Zwikstra, Matthias Shapiro, Swiss MSDN Team Blog, Jordan
I recognized a small difference to the behaviour we all have got used to. Double click should only be recognized, if the mouse cursor position didn't change within the 200 ms.
Pingback from Silverlight Travel » How to Implement Double Click
Hi Mike,
You may also be interested about my double post as well. Here it is
www.shinedraw.com/.../silverlight-vs-flash-double-clicking
The methods we used are very similar
ShineDraw-
Love your site! Very cool applications...
Simbalight - You are right about the mouse movement. I will add a check to verify the mouse did not move.
Pingback from Dew Drop – January 17, 2009 | Alvin Ashcraft's Morning Dew
Pingback from Implementieren des Doppelklick at Programming with Silverlight, WPF & .NET
It's not a dblclick if the mouse moves between the two clicks, but your code allows for that.
Yes, as stated in my comment above I will be adding a check for this soon. Thanks!
Check my approach: www.sharpgis.net/.../Doubleclicking-in-Silverlight.aspx
The purpose of this post is to create an outline summary all the blogs from my Silverlight Tips of the
I'm getting a message that states "Server is too busy" just below the line "Here is a demo of this code:"
Most Recent Posts: Tip #93 - Reading XML with Silverlight Tip #92 - How to Load Images from a Stream
silverlight.net/.../silverlight-tip-of-the-day-82-how-to-implement...
Mouse double click in Silverlight 2
If the control I want to DoubleClick doesn't fire MouseLeftButtonDown event what I can do? Any suggestions?
Did you check for the event Click ?
Pingback from Silvelight Resources Directory Update (13 Aug)
Pingback from Twitter Trackbacks for Silverlight Tip of the Day #82 ??? How to Implement Double Click - Silverlight Tips of the Day - Blog by Mike [silverlight.net] on Topsy.com
MikeSnowrecentlypostedanarticleonhowtododoubleclicksinSilverlight.However,hisapproac...