Skip to main content

Questions tagged [mouseover]

A mouseover is an event that occurs on an element when the user moves the cursor over that element

-2 votes
0 answers
43 views

How to get the QGraphicsItem under the mouse cursor

I created a QGraphicsView in a QDialog and added some lines to it. I want to highlight the lines when they are hovered. I tried the following, but I get a null QGraphicsItem. bool QtdlUI::eventFilter(...
Ajit's user avatar
  • 1
0 votes
0 answers
20 views

How to detect if eyedropper has picked color outside the dom

I'm trying to modify eyedropper tool to make it pick color anywhere normally except for a specific div. I'm creating a 3d scene and I want to manually do raycast to pick actual color of material ...
Spin Hobby dev's user avatar
0 votes
0 answers
25 views

Custom JS cursor updates on hover - but not when auto-scrolling content moves beneath it when mouse is idle

I have a custom cursor effect that follows the real browser point around the page. When the mouse hovers over an element with a data-label value set, a class of .cursor-trail--hover is added and the ...
user1406440's user avatar
  • 1,545
0 votes
1 answer
56 views

Disable mouseover Autodesk Viewer Online - Inspector tool - Developper tool

Good day all, I want to share a DWG file with the Autodesk Online Free viewer. My file includes rasters. With the viewer online, every layer is highlighted when mouse is put over. It's ok with ...
SaxGuit's user avatar
0 votes
1 answer
42 views

need help creating a mouse over image link that hides top image and reveals bottom image that scrolls vertically within the same space as top image

im looking to acheive the same effect as seen on: https://huemor.rocks/case-studies/ i need help creating a mouse over image link that hides top image and reveals bottom image that scrolls vertically ...
JStormThaKid's user avatar
  • 1,816
0 votes
2 answers
53 views

How do I check if a the mouse has touched a Javascript object that is randomly generated?

I am attempting to create a game where objects (currently circles) are randomly generated within a canvas, and the objects and their positions (plus other info) are stored within an array. The objects ...
BlueClub's user avatar
0 votes
3 answers
84 views

JavaScript create div with mouseover don't work

I'm trying to create some kind of toolkit for my index action in Rails. I would like a new div to appear when the mouse hovers over a specific cell in the table but it does not work There are no ...
mila002's user avatar
  • 375
0 votes
1 answer
48 views

WPF MouseOver MenuItem prevents focus from returning to window

I have a Window with a custom menu and a few buttons. I have made the menu expand automatically when the user places the mouse over a menu item. Each of the buttons has a "mouse hover" ...
dransom90's user avatar
  • 1,640
0 votes
1 answer
42 views

WPF Adorner MouseOver

I have created an adorner which it to be applied to a Textbox and this is for our custom built Spell-Checking. Whenever there is an Unknown Word, the adorner will add an underline using drawingcontext....
Richard Gale's user avatar
  • 1,898
0 votes
1 answer
55 views

wx only execute on mouseover, not during GUI initialization

Basic outline of situation In wxPython, I have a wx.lib.sized_controls.SizedFrame() as a class object which holds a wx.lib.sized_controls.SizedScrolledPanel() with SetSizerProps(expand=True, ...
Montmons's user avatar
  • 1,416
1 vote
0 answers
62 views

Why my mouseover code not working, how can i fix it

I want fetch opening odds 1xBet on https://www.oddsportal.com/football/chile/segunda-division/real-san-joaquin-linares-unido-tOuhZVip/#ht-ft;2;27 but code is not working. hda = 1; bookmaker= '1xBet'; ...
user23637136's user avatar
0 votes
0 answers
13 views

Change div's background color to random with mouseover and keep divs squre and flex within a container

I am trying to change background color of a div when mouseover. I can do that by assigning class to the div and in CSS assign background color to that class. But when trying to have background change ...
kubais's user avatar
  • 1
0 votes
0 answers
80 views

Detecting when mouse is over a hex grid object in a C# Windows Forms application

Preface: I am not a programmer by trade. I just dabble. Is there a better way to do this? I'm making a simple hex map program, and I want to efficiently determine when the mouse moves over a hex ...
John's user avatar
  • 11
0 votes
0 answers
33 views

Hover effect on scrolling photos - Can it work when mouse is fixed and images passes under?

I created a scroll from snippets I have found here Making horizontal scroll with images infinite with no break CSS . Works fine, but I added a hover effect on my images. works great too. But I ...
Alex Vio's user avatar
2 votes
1 answer
52 views

change geom_point size on mouse over with plotly

I have written the following where I have an image in the background (necessary) and some data points: library(plotly) library(ggplot2) library(lorem) df <- data.frame( id = 1:50, value = ...
NM_'s user avatar
  • 1,993

15 30 50 per page
1
2 3 4 5
166