AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ControlHover

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Wed Jan 12, 2005 4:28 pm    Post subject: ControlHover Reply with quote

Similar to ControlClick except it doesn't click, just hovers the mouse the set coords. -Would be cool.
Back to top
View user's profile Send private message Visit poster's website
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Wed Jan 12, 2005 4:40 pm    Post subject: Reply with quote

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
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Wed Jan 12, 2005 4:41 pm    Post subject: Reply with quote

Sub-Automation on java controls.
Back to top
View user's profile Send private message Visit poster's website
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Wed Jan 12, 2005 4:43 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Wed Jan 12, 2005 4:59 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Wed Jan 12, 2005 6:01 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group