google-code-export / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

OS X 10.8: window does not create #600

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Discussion: 
https://groups.google.com/forum/?fromgroups#!topic/pyglet-users/PURFwJjY37c%5B1-
25%5D

Original issue reported on code.google.com by baranov....@physics.msu.ru on 14 Aug 2012 at 9:51

GoogleCodeExporter commented 9 years ago
You can fix this in file: pyglet/app/cocoa.py
Move this lines from __init__ to start:

        self.NSApp.finishLaunching()
        self.NSApp.activateIgnoringOtherApps_(True)

Original comment by k...@niegowski.pl on 5 Sep 2012 at 8:23

GoogleCodeExporter commented 9 years ago
Sweet!  That works for me!

Original comment by nathan.s...@gmail.com on 12 Oct 2012 at 12:19

GoogleCodeExporter commented 9 years ago
Thanks, that's been applied.

Original comment by r1chardj0n3s on 12 Oct 2012 at 12:32