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

no resize handles on mac #649

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open new window with resizable=True
2. On linux, the sides can be grabbed to resize the window.
3. Running the same code on a mac does not provide handles to change the window 
size.
4. The set_size() method works on the mac allowing for work arounds.

Paste in the traceback or error message:

pyglet 1.1 with Python 2.5: Paste in the output of `python -m pyglet.info`
Other: Paste in the output of tools/gl_info.py (included in source distro):

Any additional info (platform/language/hardware) that may be relevant?
platform: ptyhon 2.7

Thank you for the awesome library!

Original issue reported on code.google.com by SFKy...@gmail.com on 24 Apr 2013 at 2:00

GoogleCodeExporter commented 9 years ago
I'm not able to reproduce the problem in the latest version of Pyglet; I'm able 
to resize the window. 
I'm using OS 10.9 and pyglet trunk (so, at least 1.2a).

Can you provide more context?

Original comment by jorgecar...@gmail.com on 28 Dec 2013 at 9:38

GoogleCodeExporter commented 9 years ago
This was for a project to bounce balls around in a window. The issue may have 
been corrected in one of the revisions.

Thank you for checking.

Original comment by SFKy...@gmail.com on 29 Dec 2013 at 2:01

GoogleCodeExporter commented 9 years ago
SFKyale: can you confirm you were using pyglet 1.1.x instead of 1.2 so we can 
close this issue?

Thanks!

Original comment by useboxnet on 3 Jan 2014 at 5:18

GoogleCodeExporter commented 9 years ago
Yes. I was definitely using pyglet version 1.1.4

Thank you!

Original comment by SFKy...@gmail.com on 4 Jan 2014 at 12:05

GoogleCodeExporter commented 9 years ago
Thanks SFKyale!

Original comment by useboxnet on 4 Jan 2014 at 8:06