Forum Discussion

morde's avatar
morde
Contributor
12 years ago

OnOverlappingWindow event handler

Hi,



I wrote an Event Handler sub to handle some uninvited app-popups (which are not considered as bugs to catch). I also connected this sub to the event as the article explains. The sub itself works fine, but when a trigger actually occures during the test - it doesn't fire the event-handler.



Instead, I get this error message: 

"There was an attempt to perform an action at point (43, 11) which is invisible or out of the window bounds."



Maybe this error refers to another event (not the OverlappingWindow) which I have to define?



Thank you.