Questions tagged as 'eventos-do-mouse'

2
answers

JQuery - Problem with MouseEnter () & MouseLeave () events

Situation: I have a menu, and I need it when an event of hover occurs, it display a series of information from its menu When the mouse is moved to another menu, the displayed information has to be hidden and display information from...
asked by 13.02.2014 / 19:00
3
answers

Hover effect in JS

I have a problem that is as follows: I want the user to move the mouse on a certain image to another location and gain a class so that I can style it, can they help me? I'm trying this way: var $JQuery2 = jQuery.noConflict() $JQuery2(functi...
asked by 11.01.2018 / 18:44
1
answer

How to move the mouse in a realistic way using Python?

How to make the mouse move automatically, realistically, using Python? I was able to find and change a code that produces a "V" -shaped movement on the screen. However, I would like to move the mouse using non-linear movements. I found som...
asked by 12.01.2017 / 18:53
1
answer

QT - Identify coordinates of an image in a different sized QLabel?

Hello, I recently had a question about how to trace coordinates of a QLabel using the mouse cursor. It worked well for what I thought of doing. What I want to do is the following, I have an image that I project on the screen through a QLabel, I...
asked by 07.08.2016 / 03:19
1
answer

setInterval does not work after clearInterval

I'm making a slider where, by placing the mouse over, I want the interval to stop. This part works perfectly with clearInterval. However, when the mouse exits, setInterval is not working. I can get the mouse output event perfectly (I used tests...
asked by 28.02.2016 / 00:01
1
answer

Lock keyboard and mouse in C #, but keeping the execution of a method

I need to block the use of the keyboard and mouse in form while it will execute a certain function of the system, in which I am putting the call of the lock method in the event of Load of the form, in which it is actually blocking the key...
asked by 18.01.2016 / 22:01
1
answer

Calculate horizontal distance of an element

I'm trying to customize a submit button using Bootstrap 4 Beta 3 . The idea was to do something like "slide to unlock" style ; however, it is only working in a resolution above 992px ... I believe this is due to break-point...
asked by 02.01.2018 / 09:12
0
answers

Simulate a mouse click using X11

I'm trying to simulate a mouse click using the X11 library on linux. Using the xev command on the terminal I have the following outputs. For a real click: ButtonPress event, serial 32, synthetic NO, window 0x2c00001, root 0xdb, subw...
asked by 15.01.2018 / 03:51
0
answers

Mousedown on Chrome 55 [closed]

I use the mousedown event in JS to assign an action to my object in a project in question. With the new Google Chrome update for version 55 my event no longer works! Does anyone have any idea how to use the event in this new release...
asked by 20.12.2016 / 11:39
0
answers

Edit XML through the Node of a TreeView WPF - C #

I'm having a question, I have a code that dynamically creates a TreeView through a C # code. TreeView was created in WPF. My goal is to create a function that opens a XML item and created a TreeView , and then it is possi...
asked by 25.08.2015 / 20:48