Is there any way to pass parameters with catchevent()? Or is there some other function I could use? It would make things much easier in this script I am working on. All help is appreciated.
Is there any way to pass parameters with catchevent()? Or is there some other function I could use? It would make things much easier in this script I am working on. All help is appreciated.
The function that catches the event gets the object as first parameter. You could save some parameters in the object itself.