Tagged Questions
The mouseclick-event tag has no wiki summary.
6
votes
2answers
1k views
Click event in Google Map InfoWindow not caught
With Google Map v2, I would like to be able to trigger a function when clicking a text in the InfoWindow of a GMarker.
$(".foo").click(myFunction);
...
marker.openInfoWindowHtml("<span ...
5
votes
1answer
239 views
Disabled Left Click (for Psych Experiment), but focus changes in IE. How to prevent?
I am conducting some Psych experiment on web design, and I want to disable both mouse clicks. (Please ignore usability issues. I know about them. I intentionally do this for the purpose of my psych ...
5
votes
9answers
5k views
how to obtain mouse click coordinates outside my window in Java
I need to implement a class, using Swing, which can obtain the mouse coordinates when the user clicks anywhere on the screen. if I wanted to obtain the mouse coordinates inside my own window, I'd use ...
4
votes
2answers
2k views
Simulate a click by using x,y coordinates? - Javascript
is it possible to use coordinates in order to simulate a click?
Or is this technically impossible? :O
I'm using Javascript within a webpage.
Help would be great, and also quite interesting!!! =)
3
votes
5answers
119 views
Why can't I click() links in jQuery?
I came across a curiosity in jQuery: if I call .click() on a link the click event handlers are called, but the link isn't actually followed (as if it were clicked in the browser):
<a id="link" ...
3
votes
3answers
104 views
Code Advice - How to make more concise (Javascript/Jquery)
I'm trying to make my code more concise (i.e., less repeated code). I've gotten some advice from my supervisor as to how to make my recent code more concise, but I'm not exactly sure how to do it.
I ...
3
votes
4answers
1k views
Prevent middle mouse click scrolling
I'm looking for a way to stop the middle mouse click from causing the browser to start scrolling, and showing the little scroll 'compass'.
I have seen Disabling middle click scrolling with javascript ...
3
votes
2answers
1k views
Intercept single or double mouse click - only execute double click code on double click
I have a situation where I am handling both single & double mouse click events on a form. In both cases something has to be loaded, however when a double click occurs, I do not wish to execute ...
3
votes
1answer
166 views
Jquery: Display img next to line that was clicked
I'm trying to create a bookmarking feature for my site, so when someone clicks on "set bookmark" then they click on a line of text, it will place a bookmark image to the left of that line. (i'll then ...
3
votes
2answers
672 views
open source click or mouse tracking software [closed]
does any one know of or recommend any Click tracking or heat map generation - open source php based software ?
like http://www.labsmedia.com/clickheat/
3
votes
1answer
2k views
Google Maps API v3 : Click events not triggered in firefox for custom marker
have created a map that I'm trying to have function similar to 'My Maps'. I have two dropdownlists on the right side, based on the selection in those ddl's, you can add a custom marker / icon. You ...
3
votes
2answers
830 views
Silverlight Listbox firing MouseRightButtonDown, but not MouseLeftButtonDown
I have this problem in a bigger Project...... so I set up a 'Testpoject' as Proof of Concept:
New Silverlight-Application
Add Listbox
Fill listbox with a few Checkboxes
Register ...
3
votes
1answer
866 views
Is it possible to capture mouse events for a Silverlight control via JavaScript?
Since it appears Silverlight does not support the middle mouse button click event, is there a way to capture this event in JavaScript when the user middle button clicks on the Silverlight control? ...
2
votes
0answers
77 views
How can I fully duplicate middle click behavior with javascript
I have a table on my site that has click events on it's tags, so they act like links. I'm trying to properly duplicate the middle click event so it acts the same way as normal links.
I have it ...
2
votes
1answer
38 views
How to capture click event in prototype
I want to prevent default link click behavior. I want that it should not redirect to that link but just show the link in alert box. I have tried this here.
document.on('click', 'a.AjaxLink', ...
2
votes
1answer
273 views
What could cause mouse clicks sent by PostMessage to be ignored?
I was looking for a way to send mouse clicks to a background application on Windows (ie. by handle), The test window I used to confirm my code was working accepts and processes the clicks, but my ...
2
votes
1answer
145 views
NSView receiving click events thru a NSTextView
I have a NSTextView, non-editable, non-selectable, in a NSView. I need the NSView to receive click events when the text view is clicked - basically I need the click events to act as though the text ...
2
votes
2answers
79 views
How to detect side mouse clicks in Javascript?
Is it possible to detect using JavaScript when the user clicks the back/forward buttons that are the side of your mouse ? These are known as XButtons as far as I know, in .net at least. This is for a ...
2
votes
1answer
385 views
Problems with Firefox 4 new click event behavior
I have a problem with the behavior of Firefox 4 in regards to parameters passed to the function that is getting called upon a click event.
Take a look at this example:
<html>
<head>
...
2
votes
1answer
75 views
Determining where a user clicks an image
I'm working with Javascript/Jquery and CSS to have a "background" image of a map of Oklahoma fill the screen. The idea is that the user will click a certain one of a few different "areas" of the map, ...
2
votes
1answer
212 views
How to propagate a click from an invisible div to an embeded flash?
i need to propagate a click from an invisible div to an embeded flash (the two are superposed).
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ...
2
votes
2answers
543 views
Handling multiple click event in jQuery where order is important
I am working on a php that application that uses ajax. On all the links where i want to get the link hijacked by jQuery I add the class ajaxlink directly into the link
<a class="someclass ...
2
votes
1answer
2k views
Which tab was clicked on tabcontrol MouseClick event
I am learning how to develop Windows Forms applications with Visual Basic Express 2008, and my testing/learning application has a TabControl with a few test pages (3, for example, the number isn't ...
2
votes
4answers
775 views
In WPF / C#, how can I check if the center button is clicked or released?
In WPF / C#, there are events on MouseRightButtonDown and MouseLeftButtonDown, but what about the center mouse button?
Is the Center Mouse button down/up e.g. events in WPF forgotten?
How can I ...
2
votes
1answer
2k views
Routing Mouse Events through a Sprite in Actionscript 3
In a pure Actionscript 3 project, I have a sprite that overlaps another sprite. The lower sprite normally handles mouse clicks. The lower sprite no longer processes mouse events when it is ...
2
votes
3answers
5k views
WPF: Button single click + double click problem
I have to handle both the single click and the double click of a button in a WPF application with different reaction.
Unfortunately, on a doubleclick, WPF fires two click event and a double click ...
1
vote
1answer
32 views
Click event of asp image-button inside gridview using jquery
i have a grid-view, which contains an asp image-button for deleting row, i want to get the click event of that image-button using jquery, i want to animate the row before that row is deleted from ...
1
vote
1answer
51 views
JavaFX 2 MouseClicked event is not generated as it should (as in JAVA)
in the following code i demonstrate a difference between the java and javaFX2 as far as it concerns generation of a MOUSE_CLICKED event which i do not know if it should be expected or can be ...
1
vote
2answers
56 views
Is it possible to detect a Form mouseclick from a User Control
I have created a User Control and would like to be able to detect when the user clicks on the Form.
I have seen this question which is related but the suggestion to use the the Leave event doesn't ...
1
vote
1answer
67 views
How can I make my ScrollViewer pass Click events through to the control behind it?
I have two grids overlaying one another, and the top layer is in a ScrollViewer. The problem is the bottom layer has click events, and they don't get triggered with the ScrollViewer there.
Is there a ...
1
vote
1answer
86 views
Moving a sprite when mouse is pressed in Python
I'm making a Pong clone for learning purposes, and need to get the ball moving from the middle of the screen (it's sent there when it goes past a paddle) when the mouse is pressed. I've tried the ...
1
vote
2answers
268 views
jquery mobile add click event on nested button
i have a nested buttons and im trying to add click events on it but it seems not to be working.
this is my object
<div id="ui-50">
<div class="ui-rpc" data-role="controlgroup" ...
1
vote
1answer
65 views
How “click” function controls two image state
I have a music player in my site, here is the code:
<!-- player -->
<div id="player">
<div class="playerIcon"><img src="../img/musicIcon.gif" alt="" width="21" ...
1
vote
1answer
661 views
jQuery; Parallax page - Get the click event go through DIV layers
I need a little brainstorming here.
I created today a simple parallax script.
DEMO
The idea now is to (instead of transp. .png images) fill the layers with standard HTML elements,
like making a ...
1
vote
2answers
750 views
HTML5 Canvas and Firefox 4 - Getting click coordinates
I've been working on a bunch of HTML5 Video and Canvas demos. Til now I focused on Chrome, but now I'm trying to optimize them for Firefox and Safari as well.
The one I'm working on right now draws a ...
1
vote
3answers
272 views
How to drop a select list by 'onmouseover'?
How can I drop down a select list with onmouseover instead of clicking it.
Select list cannot be clicked in javascript to emulate that.
eg: onmouseover="(this.click())"
Also setting the 'size of ...
1
vote
3answers
184 views
Hot to get DOM or jQuery element by mouse?
How to get DOM or jQuery element by mouse click?
For example I have the next code:
$("*").mouseup(
function()
{
var clickedElement = ???????????????
}
);
So, how to init 'clickedElement' ...
1
vote
2answers
144 views
Performing a left click at a pre-defined coordinate, in java
I would like to perform a left click at a pre-defined coordinate with java. Is there a library for this task ?
Please notice that I do not want to implement a listener to see who performs a mouse ...
1
vote
2answers
122 views
Better JQueryish way or CSS sprites
I have a horizontal menu of five images. All of these 5 images have active and grayed state. When a particular image is active the rest 4 need to be grayed out. Similarly for the other images.
I did ...
1
vote
1answer
201 views
mouse event, not on Jframe
i want to make my program to work after a mouse button was clicked,
but not necessarily on a Jframe of some sort.
for example, i want my program to start working after the PLAY button was clicked
on ...
1
vote
2answers
589 views
Registering asp:button click event handler
I have multiple asp:button that I created dynamically with jQuery.
For each of them, I have OnClick="ibtn_Click" .
But on the code behind, I have to manually register each one of them on ...
1
vote
1answer
276 views
Make a Picturebox Appear on Mouse Location When Moused is Clicked in C#
I have made a program that measures distances from two user placed pictureboxes. At the moment it all works fine except, where i want the dots to go the pictureboxes do not go into that location where ...
1
vote
4answers
421 views
Difference between MouseClick and DoubleClick
WPF, Shapes
I have a custom Shape, and try to implement MouseClick and MouseDoubleClick stuff on it.
By eg. I need to open a information window about MyShape OnClick and select it OnDoubleClick.
...
1
vote
2answers
509 views
WPF : How to assign click event to the form
How to assign Click event in this? I want to do something when mouse click on this window.
It's doesn't have Click properties in both Window and Canvas
<Window Loaded="Window_Loaded"
...
1
vote
3answers
185 views
How to add a label apon mouse click on the same spot in C#?
my program has a picturebox, and I want, apon a mouse click, or on ContextMenuStrip choice, to make something appear at the same spot of the click.
as seen in the picture, i would like to add some ...
1
vote
1answer
215 views
Is it possible to write a macro in Java?
I want to quickly click on another application when some event occurs in my Java application.
Given that I know the coordinates on the screen where I want to register a click, is it possible for my ...
1
vote
2answers
1k views
Draw a Polygon using Mouse Points in C#
I need to be able to draw a polygon using mouse click locations.
Here is my current code:
//the drawshape varible is called when a button is pressed to select use of this tool
if ...
1
vote
1answer
1k views
Click Event Registered with jQuery Live in Google Map InfoWindow
I was using the technique described here http://stackoverflow.com/questions/2217267/click-event-in-google-map-infowindow-not-caught to dynamically add click event handlers to some of the content added ...
1
vote
3answers
509 views
JavaScript/jQuery: How to make sure cross-domain click tracking event succeeds before the user leaves the page?
I'm implementing click tracking from various pages in our corporate intranet in order to add some sorely needed crowd-sourced popular link features ("most popular links in your department in the last ...
1
vote
1answer
194 views
Click event for multiline textbox
This is for a multiline textbox on an asp.net site. I can use either a html control or a an asp.net control but what I want to do is somehow recognize which line is being clicked - preferably ...