[22 Aug 2009] Question regarding InstallEventHandler()
Posted: Sat Jun 13, 2020 5:32 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 22 Aug 2009 13:29:01 +0200
Hi all,
is there a way to *query* an event handler (which was installed by InstallEventHandler()) in order to temporarly replace it?
For example an even on "OnMouseUp" should execute a default action, but at some point in the presenation, a different action should be executed maybe in addition to the default action.
It would be nice to get the eventFunction previously installed with InstallEventHandler and to replace it by a different event handler, which in turn, installs the old event handler again or even *calls* the old eventhandler at the end of its execution.
thanks!
Tom.
Hi all,
is there a way to *query* an event handler (which was installed by InstallEventHandler()) in order to temporarly replace it?
For example an even on "OnMouseUp" should execute a default action, but at some point in the presenation, a different action should be executed maybe in addition to the default action.
It would be nice to get the eventFunction previously installed with InstallEventHandler and to replace it by a different event handler, which in turn, installs the old event handler again or even *calls* the old eventhandler at the end of its execution.
thanks!
Tom.