Page view counter

Silverlight Tips of the Day - Blog by Mike Snow

Game Programming with Silverlight

Silverlight Tip of the Day #82 – How to Implement Double Click

This blog has been migrated to:

http://www.michaelsnow.com/2010/05/10/silverlight-tip-of-the-day-17-double-click/

Comments

Microsoft Weblogs said:

Silverlight currently has full mouse support for single click. However, double click is a another story

# January 15, 2009 5:57 PM

miguelito928 said:

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?

# January 15, 2009 6:10 PM

TedHoward said:

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

# January 15, 2009 6:13 PM

mike.snow said:

Fixed. Let me know if you see any further issues with it.

Thanks.

# January 15, 2009 6:42 PM

Community Blogs said:

In this issue: John Stockton, Adam Kinney, Koen Zwikstra, Matthias Shapiro, Swiss MSDN Team Blog, Jordan

# January 16, 2009 1:30 AM

Simbalight said:

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.

# January 16, 2009 2:41 AM

Silverlight Travel » How to Implement Double Click said:

Pingback from  Silverlight Travel » How to Implement Double Click

# January 16, 2009 3:19 AM

shinedraw said:

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

# January 16, 2009 4:35 AM

mike.snow said:

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.

Thanks.

# January 16, 2009 11:19 AM

Dew Drop – January 17, 2009 | Alvin Ashcraft's Morning Dew said:

Pingback from  Dew Drop – January 17, 2009 | Alvin Ashcraft's Morning Dew

# January 17, 2009 9:27 PM

Implementieren des Doppelklick at Programming with Silverlight, WPF & .NET said:

Pingback from  Implementieren des Doppelklick at Programming with Silverlight, WPF & .NET

# January 18, 2009 9:29 AM

Odegaard said:

It's not a dblclick if the mouse moves between the two clicks, but your code allows for that.

# January 19, 2009 3:10 PM

mike.snow said:

Yes, as stated in my comment above I will be adding a check for this soon. Thanks!

# January 19, 2009 3:23 PM

Odegaard said:

# January 19, 2009 4:23 PM

Frank La Vigne said:

# January 21, 2009 10:09 PM

Frank La Vigne said:

# January 21, 2009 10:10 PM

Frank La Vigne said:

# January 22, 2009 12:33 PM

Frank La Vigne said:

# January 23, 2009 11:27 AM

Silverlight Tips of the Day - Blog by Mike Snow said:

The purpose of this post is to create an outline summary all the blogs from my Silverlight Tips of the

# January 23, 2009 7:21 PM

sildever said:

I'm getting a message that states "Server is too busy"  just below the line "Here is a demo of this code:"

# January 28, 2009 10:02 AM

Visual Web Developer Team Blog said:

Most Recent Posts: Tip #93 - Reading XML with Silverlight Tip #92 - How to Load Images from a Stream

# February 10, 2009 6:25 PM

Scosby Blog said:

Mouse double click in Silverlight 2

# March 4, 2009 2:34 PM

Angelica_Miranda said:

If the control I want to DoubleClick doesn't fire MouseLeftButtonDown event what I can do? Any suggestions?

# June 4, 2009 8:50 PM

mike.snow said:

Did you check for the event Click ?

# June 5, 2009 12:40 PM

Silvelight Resources Directory Update (13 Aug) said:

Pingback from  Silvelight Resources Directory Update (13 Aug)

# August 13, 2009 1:09 AM

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 said:

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

# August 28, 2009 10:03 AM

HeroBeast said:

MikeSnowrecentlypostedanarticleonhowtododoubleclicksinSilverlight.However,hisapproac...

# September 2, 2009 11:28 PM