Jump to content

Execute command on hover without window focus.


m00
 Share

Recommended Posts

I am using "ControlHover()" by Valuater, and borrowed some test code from dandymcgee for making a gui that can run events on hover.

This works flawlessly, and is exactly what I was looking for, but....

Is there a way to execute commands on a hover, while the gui window does NOT have focus?

Right now, I am having a label hover copy some text to the clipboard, but if I have to change the window focus from the program that I will be copying into, undesired things happen (note gets automatically half-saved) in that program.

Is this possible?

Summary: hover works great, but I want it to work great when the gui window does not have focus.

Link to comment
Share on other sites

I am using "ControlHover()" by Valuater, and borrowed some test code from dandymcgee for making a gui that can run events on hover.

This works flawlessly, and is exactly what I was looking for, but....

Is there a way to execute commands on a hover, while the gui window does NOT have focus?

Right now, I am having a label hover copy some text to the clipboard, but if I have to change the window focus from the program that I will be copying into, undesired things happen (note gets automatically half-saved) in that program.

Is this possible?

Summary: hover works great, but I want it to work great when the gui window does not have focus.

MrCreatoR's Hover UDF will operate when the window does not have focus.
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

Wow!!!

I had to put in a lot more effort so it would NOT work if the GUI did NOT have focus

... oh-well

8)

Haha. Thank you both for replies.

I may have to edit some of this stuff to get exactly what I am looking for, but I think between the 2, I will have all of the tools to do so.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...