Opened 13 years ago

Closed 13 years ago

#663 closed task (fixed)

Add GUI error dialog box on Linux / OS X

Reported by: Philip Taylor Owned by:
Priority: Nice to Have Milestone: Alpha 3
Component: Core engine Keywords:
Cc: Patch:

Description

On Windows, debug_warn etc pops up a dialog box. On Linux / OS X we just print to stdout and expect the user to respond via stdin, which is no good if they're fullscreen or if they launched from a menu.

Possibly we could use an external tool like xmessage to do the fiddly business of displaying a dialog box with minimal dependencies.

Change History (1)

comment:1 by philip, 13 years ago

Resolution: fixed
Status: newclosed

(In [8661]) Add xmessage-based GUI dialog box for debug messages on Linux (fixes #663). Switch out of fullscreen before displaying dialog boxes. Add Engine.DebugWarn for testing.

Note: See TracTickets for help on using tickets.