Re: Send click to window

2009-04-09 Thread Benjamin Mollenhauer
Is it possible to send a simulated mouse click to a specific window, overlapped by others? Benjamin - Have you tried creating your custom NSEvent objects and passing them to NSApplication's -sendEvent:? Thanks for your quick answer. Maybe I was not specific enough: I want to control window

Send click to window

2009-04-09 Thread Benjamin Mollenhauer
Hi! Is it possible to send a simulated mouse click to a specific window, overlapped by others? The application i want to automate as no AXActions other than AXRaise for the main window. I already tried to focus the window and then click (via CGPostMouseEvent), but this interferes with use