Page 1 of 1

Runloop mode for PB events?

Posted: Sun Nov 17, 2019 6:16 am
by Rinzwind
Of course I don't know how the PB event system is implemented, but on certain moments postevent doesn't work anymore and pb timer events also don't get fired. Eg when menu is open. Possibly this has to do with run loop mode that creates PB events. Can Fred implement it in the kCFRunLoopCommonModes mode? That mode is always active in macOS...

Re: Runloop mode for PB events?

Posted: Sun Nov 17, 2019 12:42 pm
by mk-soft
Show here...

viewtopic.php?f=13&t=63837

Ops. You know that.

Re: Runloop mode for PB events?

Posted: Sun Feb 02, 2020 10:07 pm
by Fred
Just tried to change the loop mode but it doesn't work (either crash or doesn't solve the issue). I don't think we can mess with internal OS X event handling.