[06 Nov 2008] Quick Question

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
User avatar
Allanon
Posts: 742
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

[06 Nov 2008] Quick Question

Post by Allanon »

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
----------------------------
[Allanon] Fabio Falcucci | GitHub (leaving) | Gitea (my new house) | My Patreon page | All my links
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[06 Nov 2008] Re: Quick Question

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 6 Nov 2008 13:33:17 +0100
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.
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).
Locked