new event: all event
Posted: Fri Jul 05, 2013 10:26 am
Hi!
Girder 3.29 (free) is not really new apllication, about 10 years ago. But this app know this event: fire on all event.
All event: all remote control event/any remote key button pressed
Why need this.
Control to eventghost folder enable/disable/exclusive etc.
At present time, Evenghost know this function: taks activate (from task/create switch events). This event is called, if app is activated (get focus).
But this is not working with any application. Example with PotPlayer. See... viewtopic.php?f=2&t=3599&hilit=potplayer&start=15 Under win7 x64, I don't get any event, if potplayer is activated.
I think the solution, similar to old girder, the new event: "all event". If someone write this function (plugin), important, this is the first event (!), example:
Pressed "vol up" key on remote. Events:
1. All events. (new event).
After this events is handled goto #2
2. volume up event.
Under all events, I can check, which application is the focused - GetWindowText(GetForegroundWindow()).upper() -, and I can control to eventghost folders (enable/disable).
Thanks.
Girder 3.29 (free) is not really new apllication, about 10 years ago. But this app know this event: fire on all event.
All event: all remote control event/any remote key button pressed
Why need this.
Control to eventghost folder enable/disable/exclusive etc.
At present time, Evenghost know this function: taks activate (from task/create switch events). This event is called, if app is activated (get focus).
But this is not working with any application. Example with PotPlayer. See... viewtopic.php?f=2&t=3599&hilit=potplayer&start=15 Under win7 x64, I don't get any event, if potplayer is activated.
I think the solution, similar to old girder, the new event: "all event". If someone write this function (plugin), important, this is the first event (!), example:
Pressed "vol up" key on remote. Events:
1. All events. (new event).
After this events is handled goto #2
2. volume up event.
Under all events, I can check, which application is the focused - GetWindowText(GetForegroundWindow()).upper() -, and I can control to eventghost folders (enable/disable).
Thanks.


