[05 Feb 2010] Install EventHandler question...

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
User avatar
Tuxedo
Posts: 355
Joined: Sun Feb 14, 2010 12:41 pm

[05 Feb 2010] Install EventHandler question...

Post 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
Simone"Tuxedo"Monsignori, Perugia, ITALY.
User avatar
airsoftsoftwair
Posts: 5915
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

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

Post 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 :)
User avatar
Tuxedo
Posts: 355
Joined: Sun Feb 14, 2010 12:41 pm

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

Post 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
Simone"Tuxedo"Monsignori, Perugia, ITALY.
Locked