Page 1 of 1

[05 Feb 2010] Install EventHandler question...

Posted: Sat Jun 13, 2020 5:32 pm
by Tuxedo
Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 05 Feb 2010 22:46:37 -0000

Hi! I noticed that "rolling" the mouse wheel the events triggered by InstallEventHandler) was something like buffered and will be "executed" every time the function that was called by previous event was finished, so... There's a way to avoid that behaviour? Was pretty useless(in my case) to have many wheel since the function they called wasnt ended... I need to have events callled only when the program was "free" of charge...

Thanks!

Simone

[09 Feb 2010] Re: Install EventHandler 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 Tue, 09 Feb 2010 13:39:28 +0100
Hi! I noticed that "rolling" the mouse wheel the events triggered by InstallEventHandler) was something like buffered and will be "executed" every time the function that was called by previous event was finished, so... There's a way to avoid that behaviour? Was pretty useless(in my case) to have many wheel since the function they called wasnt ended... I need to have events callled only when the program was "free" of charge...
I'm afraid there's no way around this. That's how events work :)

[09 Feb 2010] Re: Install EventHandler question...

Posted: Sat Jun 13, 2020 5:32 pm
by Tuxedo
Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 09 Feb 2010 13:13:05 -0000
I'm afraid there's no way around this. That's how events work :)
OUCH! That's rather a "big" problem for me... AMybe I can "fix" it with some "weird" code... I'll look on that... :P

GOOD WORK!

Simone