Re: Observing contextual menu openings
Re: Observing contextual menu openings
- Subject: Re: Observing contextual menu openings
- From: Patrick Cusack <email@hidden>
- Date: Thu, 04 Apr 2013 11:39:18 -0700
If so, then I think what's happening is just that the AXUIElementPerformAction in process A is blocking while it waits for process B to perform the action - that is, display the menu. No notifications will be delivered until that blocking routine returns, which doesn't happen until process B closes the menu.
Correct. When I perform kAXShowMenuAction on the main thread, it blocks for about six seconds, but if I call it from another thread it blocks for about 400ms.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden