2
votes
2answers
31 views
Swing won’t trigger mouseEntered/mouseExited properly after mouse wheel events?
I have an issue where Swing (in Java 1.6, Windows) doesn't seem to trigger mouseEntered and mouseExited events the way I want it to. I have an application where I wish to have a nu …
1
vote
1answer
76 views
How to get hot node coords of TVirtualStringTree?
Hi. I'm trying to paint VirtualStringTree's cell differently when mouse is over it. How can I detect the coords of hot node? I know there's a HotNode property but it returns only N …
0
votes
1answer
48 views
Simulating a mouse button click in Windows
Hi everyone,
I'm writing Remote Desktop clone in C++ using QT. So far I'm able to move the mouse cursor around fine. QT has a nice setPos function for that. However, I'm a bit los …
0
votes
2answers
24 views
Get current cursor lower left position so that tooltip could be displayed properly
Hi all,
I'm trying to display the tooltip by calling "ToolTip.Show(String, IWin32Window, Point)", but I wanted to do it like what Windows explorer does - displays the tooltip at t …
0
votes
4answers
91 views
Input from 4 different mice
I need to build a simple app that takes (click only) input from 4 USB mice connected in addition to the built-in touchpad on a notebook. My preferred operating system for this setu …
0
votes
1answer
16 views
auto permissions on udev’d device files?
This is a dupe from SuperUser.com . Folks over there weren't smart enough or willing to help me out; maybe it's more a programmer question than an administrator one:
I have an a …
-1
votes
2answers
93 views
what is the difference between onClick and mouseClick?
wondering what is the major difference between these two: onClick and mouseClick..
0
votes
2answers
60 views
AutoComplete textbox and “Hide Pointer While Typing” in windows
How can the "Hide Pointer While Typing" option be disabled by application? I'm having an issue with the cursor hiding and not getting it back without pressing escape or losing wind …
0
votes
3answers
35 views
Problem with mouseListener on JPanel
Hi,
I have problem with mouseListener in JPanel.
I add JLabel which contain image(size 600 x 600) on JPanel, and I add mouseListener for the JPanel.
Everytimes I click on the imag …
3
votes
4answers
76 views
How to get cardinal mouse direction from mouse coordinates
Hello, is it possible to get the mouse direction (Left, Right, Up, Down) based on mouse last position and current position? I have written the code to calculate the angle between t …
1
vote
2answers
60 views
How do I limit the following cursor to a specific area
I have a flash cs3 file where I want a mask to move on the y axis (up and down) when the user is scrolling over the navigation area.
In my code, I have:
maskMC.startdrag();
How …
1
vote
1answer
40 views
can I “cancel” mouse move and make the mouse cursor remain visible but in place?
I am implementing shape resizing using corner handles. In some cases, certain moves with the mouse holding the handle are not legit, e.g. if it will in effect extend it beyond the …
0
votes
2answers
34 views
How to use mouse controls in Silverlight
I need to choose area in my Silverlight application and after area is chosen, it will have rectangle after mouse click is realeased.
1
vote
3answers
77 views
Mouse over Color in Java
I need to make a game in Java for a project.
What I'm trying to do is a game where you have to go through a maze without touching the walls.
Is there a way to get the color of th …
1
vote
3answers
80 views
Distinguishing a single click from a double click in Cocoa on the Mac
I have a custom NSView (it's one of many and they all live inside an NSCollectionView. I don't think that's relevant, but who knows?). When I single-click the view, I want it to ch …
