[bug #25909] NSLanguage don't work on Windows.

2009-03-21 Thread Germán Arias
Follow-up Comment #4, bug #25909 (project gnustep): After make an installer to FisicaLab with "NSIS installer" and install FisicaLab-setup, this work perfectly. Then, I think that this bug is irrelevant. ___ Reply to this item at:

[bug #25958] Alt Gr key don't work on Windows

2009-03-21 Thread Germán Arias
URL: Summary: Alt Gr key don't work on Windows Project: GNUstep Submitted by: espectador Submitted on: Sat Mar 21 22:45:05 2009 Category: Base/Foundation Severity: 3 -

[bug #25943] Error trying to lock focus in offscreen window

2009-03-21 Thread Fred Kiefer
Follow-up Comment #1, bug #25943 (project gnustep): Your great debugging session shows quite clear where the problem is. It is the call to [NSGraphicsContext saveGraphicsState], as this happens on a secondary thread there is no previous graphics context (GSCurrentContext() return nil). NSApplica