<div dir="ltr">This sounds very similar to an issue I have encountered with PyQt5 on OS X where the menubar is disabled until you swap focus to another application then back to python.<div><br><div>To my knowledge its not considered a bug with Qt or PyQt and rather is just a result of how OS X deals with programs that are run without an app bundle.</div><div><br></div><div>Since bundling a python program into an OS X app isn't very straightforward, my work around has been to execute a short applescript when the program starts which enters the keystrokes "Cmd+Tab" twice. This switches to another application then back to the python program. After the second switch, the menus will work fine.</div></div><div><br></div><div>You could check if that works for you in the mean time while the deeper cause is sought.</div><div><br></div><div>An example of the applescript I use is found here:</div><div><br></div><div><a href="https://github.com/mgrady3/PLEASE/tree/master/source/">https://github.com/mgrady3/PLEASE/tree/master/source/</a><br></div><div><br></div><div>the applescript is cmd.scpt, and in main.py you should see the code that runs the script.</div><div><br></div><div>Might be a different problem all together, however.</div><div><br></div><div>-Maxwell</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 7, 2017 at 10:18 PM, Patrick Stinson <span dir="ltr"><<a href="mailto:patrickkidd@gmail.com" target="_blank">patrickkidd@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi there!<br>
<br>
I m noticing that often but not always my app doesn’t appear to be the current app in the sierra window manager even though the (cmd-tab) app switcher says it is. It also doesn’t receive input events when in this state.<br>
<br>
If I switch to another app and then back to mine everything looks and works correctly.<br>
<br>
Something tells me this is a probably well-known bug with a window attribute or something that I am just in the dark on.<br>
<br>
Thoughts? Thanks!<br>
-P<br>
______________________________<wbr>_________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.<wbr>riverbankcomputing.com/<wbr>mailman/listinfo/pyqt</a></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>University of New Hampshire</div><div>Department of Physics</div><div>Pohl Group</div><div>DeMeritt Hall 119</div><div>---</div>Síocháin agus Grá</div></div>
</div>