Board index » delphi » set mouse position?
Bruce Roberts
![]() Delphi Developer |
Mon, 26 May 2003 03:00:00 GMT
|
Bruce Roberts
![]() Delphi Developer |
Mon, 26 May 2003 03:00:00 GMT
set mouse position?Quote"Beli" <b...@SPAAMMgreenhousemm.com> wrote in message Quote> Hello! the mouse cursor around isn't a very good idea. |
Bel
![]() Delphi Developer |
Tue, 27 May 2003 10:20:10 GMT
Re:set mouse position?Hello! How to SET mouse to desired postion? TIA |
Bj?rge S?the
![]() Delphi Developer |
Tue, 27 May 2003 21:53:01 GMT
Re:set mouse position?"Bruce Roberts" <b...@bounceitattcanada.xnet> skrev i melding news:NLYX5.3838$t3.4621@tor-nn1.netcom.ca... Quote
reason.... -- |
Gary Darb
![]() Delphi Developer |
Tue, 27 May 2003 23:48:33 GMT
Re:set mouse position?There is a global variable Mouse, with a CursorPos property which wraps the _________________________ Quote"Beli" <b...@SPAAMMgreenhousemm.com> wrote in message Quote> Hello! |
Bruce Robert
![]() Delphi Developer |
Wed, 28 May 2003 12:18:31 GMT
Re:set mouse position?Quote"Bj?rge S?ther" <REMOVE_bsaether@THIS_online.no> wrote in message Quote
reasons might be? |
AlanGLLo
![]() Delphi Developer |
Wed, 28 May 2003 22:55:44 GMT
Re:set mouse position?Quote"Bj?rge S?ther" <REMOVE_bsaether@THIS_online.no> wrote in message Quote
Quote<b...@bounceitattcanada.xnet> writes: mouse myself for GUI reasons. However the description sounds much much more complicated than it is in use. I have a 15 row / 2 column string grid, the first column has 15 entries, the When the user clicks on a cell in the second column, an UpDown control appears But of course the mouse which was over the UpDown button is now either below But I would agree with you that only rarely is it needed. Another use I saw was an "intelligent" mouse pointer. When the user tabbed Alan Lloyd |
Bel
![]() Delphi Developer |
Thu, 29 May 2003 05:38:17 GMT
Re:set mouse position?Want reason? Ok, I will explain. One of my clients has racing motocycle and a driver. In addition, he When you plug in this device, you loose control of the mouse As result of all this, I need to place mouse over a exact control when Sounds reasonable? On Fri, 8 Dec 2000 23:18:31 -0500, "Bruce Roberts" Quote<b...@bounceitattcanada.xnet> wrote: |
Bj?rge S?the
![]() Delphi Developer |
Thu, 29 May 2003 05:49:14 GMT
Re:set mouse position?"Bruce Roberts" <b...@bounceitattcanada.xnet> skrev i melding news:KqiY5.4216$t3.5395@tor-nn1.netcom.ca... Quote
"lever", and drag the mouse up or down to set values. There should be no limitation to this movement, and it should work likewise if the control is at the top of your form or at the bottom. The best solution was actually to set mouse cursor to an invisible one, and let the mouse cursor roll over, being set to opposite edge by SetCursorPos whenever it reached the screen bounds. From time to time, there may actually be a good idea to move the mouse -- |
Bruce Robert
![]() Delphi Developer |
Thu, 29 May 2003 14:07:57 GMT
Re:set mouse position?Quote"AlanGLLoyd" <alangll...@aol.com> wrote in message Quote
This is just the kind of behavior that I'm not fond of. When I first started |
Bruce Robert
![]() Delphi Developer |
Thu, 29 May 2003 14:09:37 GMT
Re:set mouse position?Quote"Beli" <b...@SPAAMMgreenhousemm.com> wrote in message Quote
|
Bruce Robert
![]() Delphi Developer |
Thu, 29 May 2003 14:27:28 GMT
Re:set mouse position?Quote"Bj?rge S?ther" <REMOVE_bsaether@THIS_online.no> wrote in message Quote
moving invisible mice. Quote
boxes that some programs pop-up on any excuse, I can see your point. For other dialogs I'd suggest that in most cases form placement and design need to be re-examined. If a form pop's up whose first action is to click an OK button, then why is the form being displayed in the first place? If the reason is because confirmation for a particularly serious action is required, then doesn't one really want the user to pause and think about what they are doing? In these situations, placing the mouse over the button just encourages users to click before they read. If there are entry fields on the form, then the user will be using the keyboard, so making the OK button the default alleviates the need to even move the mouse. As I suggested to Alan, whenever a program moves the mouse it forces the |
AlanGLLo
![]() Delphi Developer |
Thu, 29 May 2003 21:20:25 GMT
Re:set mouse position?In article <T8FY5.6060$t3.6...@tor-nn1.netcom.ca>, "Bruce Roberts" Quote<b...@bounceitattcanada.xnet> writes: programmatically moved. But your argument is not really applicable for the "intelligent" mouse (although I don't like it). The user has chosen to move focus by pressing tab, it is logical to presume that he would want the mouse to be over the focussed control, otherwise why did he press the tab key. Alan LLoyd |
2. setting Mouse Position in windows
4. Mouse position etc. without Mouse events
5. I need to determine mouse events regardless of the mouse position within
6. Determine mouse events regardless of mouse position within form controls
7. TPW 1.5: How to capture the mouse position
8. * Mouse Positioning Within Forms *