0
votes
1answer
35 views
asp.net listbox double click event + event handler.
I am trying to add a double-click event in a listbox.
But I am getting the following error.
the aspx file
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ListBox__T …
1
vote
7answers
2k views
javascript document.write in external js file. IE problem. Yes, again and still.
Hello the Community.
Working on big, high loaded project I got the problem that already described in billion of topics on forums and blog, but there is no solution that will help …
0
votes
1answer
56 views
Distinguish between mouse doubleclick and mouse click in wpf
In my WPF application , I am using ListView GridView, and I implemented a functionality that is associated to mouse double click.
Is there a way, or a control that distinguish betw …
0
votes
2answers
332 views
Flex Double Click Behaviour, isn’t it strange or it’s just me ?
Hi all,
When using double click enable on any component, sometimes i have trouble activating the double click.
I realised that if I move between my fast paced single click it wil …
0
votes
1answer
21 views
Two DOM classes run same javascript class, messing up click functionality?
I've got about 20 on/off switches that sends an ajax request which updates a field in a table. I've duplicated where the class attaches to the selector because i need to be able to …
0
votes
1answer
92 views
Unable to set focus to textbox in dojo datagrid
I have a Dojo Datagrid with one of the columns being rendered as a textbox by a formatter function. When I click on the rendered textbox to enter some value, the cursor appears in …
0
votes
0answers
16 views
Triggers on ScrollViewer child controls
I have a the following code for a ScrollViewer in my Silverlight app. The BasketSymbolsView control contains controls that have custom double click triggers applied to them. For …
1
vote
3answers
147 views
How to use both onclick and ondblclick on an element?
I have an element on my page that I need to attach onclick and ondblclick event handlers to. When a single click happens, it should do something different than a double-click. Wh …
0
votes
2answers
97 views
How can jQuery be used to handle timer in click, dblclick separation
I am using the jQueryFileTree at http://abeautifulsite.net/notebook/58 and I want to distinguish between the dblclick and click events as a click is always triggered by a dblclick. …
4
votes
7answers
377 views
ASP.Net double-click problem
Hi there, having a slight problem with an ASP.net page of mine. If a user were to double click on a "submit" button it will write to the database twice (i.e. carry out the 'onclick …
1
vote
2answers
160 views
MouseProc hook and WM_LBUTTONDBLCLK
I have a hook setup for getting mouse events in a plugin I develop. I need to get the WM_LBUTTONDBLCLK, and I expect the message flow to be:
WM_LBUTTONDOWN, WM_LBUTTONUP, WM_LBUTT …
0
votes
1answer
227 views
C# Winforms, Distinct double click from expanding the tree node in TreeView
I need to distinct the action in BeforeExpand event of TreeView. The problem is that the DoubleClick event is lunched after BeforeExpand event.
When user double clicks the tree n …
0
votes
7answers
2k views
DataGridView’s bound table only generates one RowChanged event on a double-click. How do I make it do two?
I have a DataGridView whose DataSource is a DataTable.
This DataTable has a boolean column, which is interpreted as a checkbox in the DataGridView.
employeeSelectionTable.Columns. …
1
vote
1answer
262 views
Cleanest single click + double click handling in Silverlight?
I've been finding various methods of dealing with double click and then the authors slap on some if code for handling single clicks. Is there a standard now in Silverlight 3 that …
0
votes
5answers
65 views
Starting Application from Specific File Extension [closed]
Possible Duplicate:
How to associate a file extension to the current executable in C#
When you double-click on a Word document, Word is automatically run and the document …
