Re: Window Opened Notification?
Re: Window Opened Notification?
- Subject: Re: Window Opened Notification?
- From: email@hidden
- Date: Wed, 07 Sep 2016 18:41:57 +0900
> On Sep 7, 2016, at 6:09 PM, Dave <email@hidden> wrote:
>
> I’m already using Accessibility but the notification I get when a window is created is posted to too late for it to help in this case.
>
> I’m also using Event Taps, I want to be able to stop events being fired to the window until I have received and procesed the Window Created Accessibility Notification.
The only other thing I could think of you might do is intercept events that heuristically might create a window. Let them through then stall other events until that notification or the CGWindowList changed.
This is going to be slow and probably buggy and definitely awkward for most users.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden