Page 1 of 1

[06 Nov 2008] Quick Question

Posted: Sat Jun 13, 2020 5:32 pm
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

[06 Nov 2008] Re: Quick Question

Posted: Sat Jun 13, 2020 5:32 pm
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).