| View previous topic :: View next topic |
| Author |
Message |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Wed Jan 12, 2005 4:28 pm Post subject: ControlHover |
|
|
| Similar to ControlClick except it doesn't click, just hovers the mouse the set coords. -Would be cool. |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Wed Jan 12, 2005 4:40 pm Post subject: |
|
|
| What's wrong with simply moving the mouse there? Is there a specific advantage to having a hardwired app message versus moving the actual mouse? |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Wed Jan 12, 2005 4:41 pm Post subject: |
|
|
| Sub-Automation on java controls. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Wed Jan 12, 2005 4:43 pm Post subject: |
|
|
Although the concept is meaningful, for most purposes it seems that using MouseMove would be better. But if you need to hover without the window being visible, you could try using SendMessage to simulate the mouse-over events that a window normally receives. You can find out these messages using Rajat's SendMessage Tutorial.
If you determine that having a built-in feature would be commonly useful for various scripting tasks, please give examples. |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Wed Jan 12, 2005 4:59 pm Post subject: |
|
|
I found Rajats tutorial on PostMessage very useful thanks but he said (and I've tried myself) that you couldn't really do this sorta thing on java (ControlFocus doesn't resolve the problem).
It's not that much required though... just another low-priority suggestion that would be nice to have implimented if it's not difficult. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Wed Jan 12, 2005 6:01 pm Post subject: |
|
|
| If it can't be done with Post/SendMessage, I wouldn't know how to do it in the program either (assuming it can be done at all). |
|
| Back to top |
|
 |
|