A double-click is the act of pressing a computer mouse button twice quickly without moving the mouse.

learn more… | top users | synonyms (1)

0
votes
1answer
14 views

Google DFP Ad-tags: possible to specify timestamp/date for preview/testing?

TL;DR: Best way to preview future-scheduled ads (i.e. for a newsletter)? Possible to archive old ads associated with archived newsletters? I'm working on a newsletter publishing tool, which uses ...
0
votes
0answers
12 views

Regarding DoubleTapping On Android

Hey i have to make double tap on android screen.I am able to do that when i use simple linear layout.But as i use listview and autocomplete textview in linearlayout,the double tapping event doesnot ...
1
vote
1answer
10 views

Double click in Firefox: Select whole path, dont't stop at slash

If I double click on "bar" in a path like "/foo/bar" in firefox only "bar" gets selected. In gnome terminal it works the way I like it: the whole path gets selected. How can I modify firefox to ...
1
vote
0answers
23 views

Click, mouseenter, mouseleave, dblclick and dragable conflict

I need dynamically add "green DIVs" to the "container" with click, dblclick, mouseleave, mouseenter, dragable functions. Onclick on some green DIV I want to prepend MENU div (with red text "I'm ...
0
votes
3answers
40 views

Double Clicking event on Android's Screen

I am new to Android. Actually whenever I make double click on android screen(layout), I want to create a Toast.But whenever I make a double click on screen nothing happens. Please solve my problem. ...
0
votes
0answers
17 views

Exception after clicked and closed banner

I have DoubleClick banners in 'MainActivity'(A) and in 'FindActivity'(B). When I click banner in A - it opens and I'm pressing 'back' button - A appears again and works fine. When click banner in B - ...
0
votes
2answers
17 views

double click jar file

I have created a swing program that displays a gui and takes user data from the respective gui. The program works fine when I am running it from eclipse. But the problem is that when I make an ...
3
votes
3answers
76 views

How to resolve double tap on Button Issue in android?

Mockup of my Application : Problem : When click on button1 it just call Intent of ActivitySecond button1.setOnClickListener(this); public void onClick(View v) { // TODO Auto-generated method ...
0
votes
0answers
11 views

disabling double click on imagebutton

I have looked into similar post on SO but what l want to do is disable double clicking such that when ImageButton2 is click once or twice or many other times it will lead to SoundTwo class. Currently ...
0
votes
1answer
30 views

Changing color when double clicked in the getListCellRendererComponent

How can I change color when I double click the cell of JList? Is there a way adding a MouseListener within DefaultListCellRenderer? public class Renderer extends DefaultListCellRenderer{ @Override ...
0
votes
0answers
48 views

Sencha Touch allows itemtap double-click

I'm having trouble defining a single click on an item in a list. I have used the event itemsingletap that solves my problem but the event takes longer to run than the itemtap. I would use the itemtap ...
1
vote
1answer
39 views

DoubleClick - Interstitial advertise sizing/croping/center placing -> Impossible?

Following this code (https://developers.google.com/mobile-ads-sdk/docs/admob/advanced) : import com.google.ads.*; public class BannerExample extends Activity implements AdListener { private ...
0
votes
1answer
42 views

bat script for loop works on CL but does not work when double clicked

I have a batch file and inside the batch file, it looks in a particular directory and saves to a variable, the name of the first directory/file. Here is roughly what I am doing: FOR /d %%F IN ...
0
votes
0answers
14 views

how to add text in composite shape when double clicking it

I want to double click a composite shape to add textCtrl on it, but when I double click the composite shape, it do nothing, it can't response to the double click event. Can you help me to solve this? ...
0
votes
0answers
35 views

How to make double click event right in textCtrl

I have a problem when using textCtrl. I want to realize a function that when I double click a shape, there would be a textCtrl and you can input text in it, and after the 'enter' key down, textCtrl ...
0
votes
1answer
60 views

making my click double-click event working

Hi I am working on a click double-click event handler for my jquery ajax engine. The idea is that you can click or double-click a button. I wrote this myself but I don't see why it is not working. ...
0
votes
0answers
50 views

Java JButton Only Doing some calls on double-click

So I have a massive project due soon, and for whatever reason my JButton's in my grid will call my incMoves() method which updates the private state of the move counter, but on the other hand, will ...
1
vote
1answer
57 views

JavaFx jar file does not open corrent with double click (Mac)

I have quite big problem, which drives me crazy. Not sure what is the best way to describe my problem, so I am just going to write what I do and what happens: I am using NetBeans. I just right click ...
0
votes
0answers
65 views

QTableView mouse double-click event

I have instance of QTableView. I want to open a dialog to edit data from selected row. When I use command from popup menu or shortcut it works as expected, but when I use double-click to show the ...
0
votes
0answers
65 views

Double Click on ListBoxItem with grouping

I have ListBox with Grouping and Sorting <Style x:Key="ContainerStyle" TargetType="{x:Type GroupItem}"> <Setter Property="Template"> <Setter.Value> ...
2
votes
2answers
50 views

How to subscribe to double clicks?

I'm trying to find a way to subscribe to double-click event in XNA, and googling gets me winforms related stuff, which isn't the case, I can't use that. Using Timespan and guessing how long the ...
0
votes
1answer
99 views

Disable maximizing WPF window on double click on the caption

How to disable maximizing WPF window on double click on the caption and leave resizing available? I know that ResizeMode disables maximizing, but it also prevents resizing the form ...
0
votes
1answer
24 views

DFP returning empty vast files (ads)

I am using DFP to serve ads, and fiddler to monitor the requests. After 3 GET requests to the dfp server, in a short period of time (say 30 seconds), every subsequent request will a list of empty ...
0
votes
1answer
98 views

jQuery - single vs double clicks - jEditable

I'm struggling to find the 'right' way to build the following. I have a td cell that has a title in it, (in a larger table). This td has a click event to open a sub menu. I have implemented inline ...
0
votes
2answers
165 views

Read table header field value using javascript

I have a grid. on double clicking the grid, i need to get the field values of the table.. Grid code: <div class="claro" id="sdsfs" name="dataGrid" ...
1
vote
2answers
128 views

GWT Timer cancel not working

I am trying to write a code to differentiate between simgle and double clicks using GWT and GWTQuery. I got the idea here. So I translated it into GWT like this: (my app can't have global variables, ...
0
votes
0answers
27 views

Click Event: Double Click a cell in Listview to start the event

I'm using a Listview control to display part number data from my database. I now want to be able to double-click one of those "cells" to return that cell information to a textbox. I'm not sure how ...
4
votes
3answers
169 views

MouseUp and DoubleClick both attached to seperate event handling functions using Backbone js

I have a chart application wherein I use Backbone.js to attach seperate handlers for mouseup and doubleclick events over different "area" of chart image. I require mouseup to detect whether user ...
0
votes
1answer
212 views

Autocomplete dataInit

I'm trying to use jQuery UI Autocomplete inside a jqGrid in the dataInit. I'm doing it like this: { name:'ac_fin_g', index:'ac_fin_g', width:75, editable: true, edittype: 'text', editoptions: { ...
-1
votes
3answers
172 views

adding 'ondblclick' event to dynamic textarea javascript

i am creating dynamic textareas via javascript and can set attributes such as class etc but I want to add a 'OnDblClick' attribute to dynamically created textarea and I cant seem to make the mark up ...
0
votes
0answers
90 views

simulate double click on a cell in excel with c#

Is there any way to simulate double click on a cell in excel with c#? so the ActiveWorkbook_sheetBeforeDoubleClick event handler will run. I have used the following code : ...
0
votes
0answers
190 views

Google Maps Click and Double-click fires for wrong marker on iOS

The code below runs fine on Chrome 25.0.1364.152m on Windows 7 Desktop, but not on iPad iOS 6.1.2 under either Safari or Chrome 25.0.1364.86. If you double tap one of the markers, you will get a ...
1
vote
1answer
167 views

qt:: mouseDoubleClickEvent doesn't work when ui being set

Okay, so the code is very short, seen below: MainWindow::MainWindow() : QMainWindow(), ui(new Ui::MainWindow) { //ui->setupUi(this); } MainWindow::~MainWindow() { delete ui; } ...
0
votes
1answer
70 views

Refresh DFP ads

I have a static chat page with Google DFP ads around it. Is there a way to get those ads automaticly refresh every 5 minutes or so? I just want to refresh the ads, not the whole page. I know that ...
0
votes
3answers
211 views

Distinguish single click from double click C++

I have an application in which double clicking over an image view area changes the layout of the image view. Also on single click a dot will be placed on the image. My problem is, both functionality ...
0
votes
1answer
49 views

impression tracking with double click videos?

I need to generate my click / impression URL's dynamically. Is there a way of adding impression tracking to a double click video tag? I understand with clicks, the "click=" followed by the URL would ...
0
votes
0answers
22 views

How to select contains Spaces string through the double click of mouse

in QTextEdit,How to select contains Spaces string through the double click of mouse?
0
votes
2answers
87 views

looking at the nth page of a dataSet when using jqGrid onDocument.Ready

I have a sort of unique question that I can't seem to find an answer to. I have a paged jqGrid implemented. When I double click on a row on any page of data, my plan was to use the onDoubleClick ...
4
votes
2answers
647 views

Phonegap 2.4.0 with Android 4.2 - strange double click behaviour

I'm using phonegap 2.4.0 to create an Android and iOS App. Now I recognized that the onclick event in links is fired twice inside the Android App using Android 4.2.2 on a Nexus 4 device, like a ...
0
votes
0answers
68 views

How to Override Flash Player double click

Hello I have a WebView that has a custom touch listener that overrides. The problem I'm having is that when android 4.0 double clicks the flash player it crashes. I have an override double click ...
1
vote
1answer
96 views

JSF - Button Double Click

My JSF application need to create a custom keyboard. Then I want to get Double Click or Right Click action on JSF Button to define keys. Is this possible?
3
votes
1answer
129 views

Starting a jar with double click starts in 32bit JVM, but from console in 64bit JVM

Since I'm using native libraries I have different JARs for 32bit and 64bit platforms. Now when there are two JVMs installed on the system, one 32bit and one 64bit I face this behaviour: Double ...
0
votes
1answer
815 views

Double click listener on JTable in Java

I am curious as to how to call valueChanged overridden method only if a row in JTable has been double clicked. For now the below code snippet achieves one click action or event arrow key to navigate ...
0
votes
2answers
138 views

Control not fires DoubleClick event because of code behind another event

I did not find the answer anywhere, so I'll make new question. I have datagrid, where is some code after SelectionChanged event. And some code on DoubleClick(tried MouseDoubleClick, CellDoubleClick ...
0
votes
0answers
31 views

Ads on the page, ads blockers count fallback, is this a good idea?

Let me explain myself, I am active user of ads blockers (Chrome browser, do not blame me on that;)), and in most cases they do great job. Right now I am working on the project which heavy use ...
2
votes
4answers
661 views

Android detecting double tap without single tap first

i would like to detect a double tap BUT without triggering a single tap first. i've tried double click listeners but you always get a onSingleTapUp before the double is detected, which is reasonable i ...
0
votes
0answers
88 views

iOS HIG - double tap to reveal dialog boxes

I have an iPad app that reveals dialog boxes when the user double-taps various elements to revise the attributes of those elements. For example, when setting up a graph the labels for the x-points ...
6
votes
2answers
175 views

How do I prevent a double-click on an Open File dialog from registering a click on the form under it?

I have a custom control that's essentially a drawing canvas, and a program that uses it for editing files. When a new file is opened, though, something very strange can happen. If the user ...
0
votes
0answers
44 views

How to trap click/dbl-click in a Subform whose SourceObject is a Query

Access 2007 Hello I'm asking the same question asked here Form has a query sourceobject but i want to catch the click/double click event This is a followup from my previous question, when i change ...
2
votes
1answer
572 views

Error: Could not find or load main class (double click)

I've just made a "runnable .jar" (or a normal .jar, where I set off manifest on my own. I tryed both) file from my java app with Eclipse. When I try to open it by double click, i get this message: ...

1 2 3 4 5 8