Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 06 Nov 2008 09:45:07 -0000
Hello All, it's possible to receive events when the main Hollywood windows has lost the focus? This would be great to create system tool bars, launchers, and many other usefull utilities.
Regards, Fabio
[06 Nov 2008] Quick Question
[06 Nov 2008] Quick Question
----------------------------
[Allanon] Fabio Falcucci | GitHub (leaving) | Gitea (my new house) | My Patreon page | ☆★ All my links ★☆
[Allanon] Fabio Falcucci | GitHub (leaving) | Gitea (my new house) | My Patreon page | ☆★ All my links ★☆
- airsoftsoftwair
- Posts: 5834
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
[06 Nov 2008] Re: Quick Question
Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 6 Nov 2008 13:33:17 +0100
No, that's not possible. I'll see if I can implement a global event listener but it's likely not coming soon because it involves quite some effort to get events for non-active windows (the host OS always sends keyboard, mouse clicks etc. events only to the active window; if one wants to listen to these events while not being active, it's getting a lot more complicated).Hello All, it's possible to receive events when the main Hollywood windows has lost the focus? This would be great to create system tool bars, launchers, and many other usefull utilities.