On Sep 26, 2015, at 8:11 AM, Programmingkid <programmingk...@gmail.com> wrote:
> 
> It has seem like a rule that has been in place forever that an application 
> pauses processing when the mouse is down on a menu.

System 1 through OS 9, not so much OS X.

> Is there a way to make the application continue processing even with the 
> mouse down?

If the application is already processing on the main thread, clicking on a menu 
will not interrupt it. The menu just won't display & track until the main 
thread is idle.

Processing on any other thread will not affect menu tracking, and vice versa.

-- 
Scott Ribe
scott_r...@elevated-dev.com
http://www.elevated-dev.com/
https://www.linkedin.com/in/scottribe/
(303) 722-0567 voice






_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to