Re: [pygame] Dead display surfaces

2006-09-24 Thread Rikard Bosnjakovic
On 9/24/06, Luke Miller [EMAIL PROTECTED] wrote: Hello, What is a Dead Display surface in pygame, and what might cause it? A dead display is just what it sounds like, a display that is dead - i.e. it won't show anything and will not respond to events. Dead displays occur when your program

Re: [pygame] pygame.org problem

2006-09-24 Thread Rikard Bosnjakovic
On 9/24/06, Richard Jones [EMAIL PROTECTED] wrote: I can't seem to add a new project. I fill out the form and submit it, but nothing happens. It just returns the form to me, and doesn't appear to actually add the project. Um, where? -- - Rikard.

Re: [pygame] pygame.org problem

2006-09-24 Thread Richard Jones
On Sunday 24 September 2006 17:28, Rikard Bosnjakovic wrote: On 9/24/06, Richard Jones [EMAIL PROTECTED] wrote: I can't seem to add a new project. I fill out the form and submit it, but nothing happens. It just returns the form to me, and doesn't appear to actually add the project. Um,

Re: [pygame] Dead display surfaces

2006-09-24 Thread Pete Shinners
On Sun, 2006-09-24 at 15:17 +1000, Luke Miller wrote: What is a Dead Display surface in pygame, and what might cause it? I think the only thing that should cause it is calling pygame.display.quit() or pygame.quit() and then accessing the Surface for the screen. Presumably some error condition