12 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for murali2489

Dear Team, I am having difficulties in changing the background color of a button when hovering over it . I am using IE11 in w7. I used the following internal style sheet in my application. I am using DOM explorer developer tool to alter the code for testing purpose. <!DOCTYPE …

0
141
Member Avatar for vizz

When mouse is moved in right direction, move follower in left direction, when mouse is moved in bottom direction, move follower in top direction Simply move `#follower` in opposite direction of mouse move events (move fullscreen div) var mouseX = 0, mouseY = 0; $(document).mousemove(function(e){ mouseX = e.pageX; mouseY = …

0
123
Member Avatar for branding4you

Does anyone know of any code that records actions that mouse and keyboard performs on my computer then save the file so I can replay it later I have 340,000 pdf documents to work through The Idea is to ... The recording app will do three things, when I start …

0
239
Member Avatar for JLFarrell

None of the other "can't find mouse" descriptions apply to my problem. After using SnowLeopard on a Mac Mini for 1.5 years, twice now I've found my computer turned off after leaving it on overnight. Ok, that could be a power glitch. No one else touches this computer, so that …

0
278
Member Avatar for Hazardous_Byte

Hey everyone! It has been a very long time since I posted, but I have a new question for you guys. So, I made a sort of "remote-desktop" program that allows me to move the mouse from another computer. However, the mouse will move to where I want it but …

0
161
Member Avatar for Killacat87

Hi i own the logitech Nano Vx laser mouse, which worked fine for nearly a year. But recently, the cursor stopped moving, and the whole mouse wouldn't work. I tried changing batteries, restarting the computer, installed the Set point Software, and tried it out on other computers and usb ports, …

0
118
Member Avatar for Kunal Aggarwal

[CODE]void CScreenCoordDlg::OnMouseMove(UINT nFlags, CPoint p) { GetCursorPos(&p); m_ValX = p.x; m_ValY = p.y; UpdateData(FALSE); }[/CODE] I used the following code to get the mouse coordinates on mouse move. But the problem is as soon as the mouse moves out of the dialog window it stops updating the mouse coordinates. Although …

0
105
Member Avatar for taylorc8

Hi, I'm trying to use an input device like a joystick as a mouse, and I've got some good behavior for desktop use by polling the state of the device in a loop and doing some work with the values, then using SendInput with some INPUT structures to make the …

0
102
Member Avatar for mknight_13101

Afternoon, I'm running a xp system w/ USB keyboard and mouse. Mouse has decided to have a mind of its own. Essentially when i want to click on something it does not respond. It is almost like, when I try and click on a window, it immediately goes to the …

0
119
Member Avatar for patkeraudren

In my projet, I can't find how to determine which image and pixel coordonate when I clicking image in 2 different ScrollArea. The result was showing in statusBar() area. (See screenshot) I put a code in txt file with 2 jpg use with it. Thanks in advance. [CODE] from PyQt4.QtCore …

0
94
Member Avatar for wolfeater017

When I finally got the input to work in this code it stopped displaying the txt on the screen. Any suggestions on how to fix this. [code]import pygame, sys from pygame.locals import * import time mo = 0 # set up pygame pygame.init() # set up the window windowSurface = …

0
112
Member Avatar for Tech B

When I watch full length movies online, sometimes my mouse is hidden on the browser. Just inside the browser though. I have to repeatedly hit the ctrl button to see where its at. This only happens when I watch divx streamed video for long periods of time. After the mouse …

0
156

The End.