Re: [pygame] Resetting display

2012-05-09 Thread Bartosz Debski
Well, i haven't tried to be honest but will toggle_fullscreen work under Windows ? On Tue, May 8, 2012 at 10:32 AM, Radomir Dopieralski pyg...@sheep.art.pl wrote: On Tue, May 8, 2012 at 11:12 AM, Bartosz Debski bart...@debski.co.uk wrote: toggle_fullscreen will work only under X11. I didn't

Re: [pygame] Resetting display

2012-05-09 Thread Julian Marchant
/12, Bartosz Debski bart...@debski.co.uk wrote: From: Bartosz Debski bart...@debski.co.uk Subject: Re: [pygame] Resetting display To: pygame-users@seul.org Date: Wednesday, May 9, 2012, 11:31 AM Well, i haven't tried to be honest but will toggle_fullscreen work under Windows ? On Tue, May

Re: [pygame] Resetting display

2012-05-09 Thread Davy Mitchell
recent comment in the docs (from 12/30/2010) is right about what pygame.display.toggle_fullscreen returns. --- On Wed, 5/9/12, Bartosz Debski bart...@debski.co.uk wrote: From: Bartosz Debski bart...@debski.co.uk Subject: Re: [pygame] Resetting display To: pygame-users@seul.org Date

Re: [pygame] Resetting display

2012-05-08 Thread Bartosz Debski
toggle_fullscreen will work only under X11. I got this working with reloading pygame with new params. This is working fine for me as long you are in menu of a game so you don't care for a ingame stuff. eg. 1. start a game with basic setup 2. change settings in game menu and save the config. 3.

Re: [pygame] Resetting display

2012-05-08 Thread Radomir Dopieralski
On Tue, May 8, 2012 at 11:12 AM, Bartosz Debski bart...@debski.co.uk wrote: toggle_fullscreen will work only under X11. I didn't know you could run pygame outside of X11. [...] -- Radomir Dopieralski

[pygame] Resetting display

2012-04-04 Thread Nathan Biagini
Hi, i'd like to know if i can, with pygame, reset the display stuffs. I mean, i start with a certain resolution and i'd like to set the fullscreen after a certain condition is raised, but i don't know how to do that? Is that possible? Thanks.

Re: [pygame] Resetting display

2012-04-04 Thread Radomir Dopieralski
On Wed, Apr 4, 2012 at 16:28, Nathan Biagini nathan.o...@gmail.com wrote: Hi, i'd like to know if i can, with pygame, reset the display stuffs. I mean, i start with a certain resolution and i'd like to set the fullscreen after a certain condition is raised, but i don't know how to do that?