Complete.Org: Mailing Lists: Archives: freeciv-dev: March 1999:
Re: [Freeciv-Dev] Scrollbars and Science Report on freeciv 1.80.pre2
Home

Re: [Freeciv-Dev] Scrollbars and Science Report on freeciv 1.80.pre2

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Gunnar.Isaksson@xxxxxxx
Cc: freeciv-dev@xxxxxxxxxxx
Subject: Re: [Freeciv-Dev] Scrollbars and Science Report on freeciv 1.80.pre2
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Tue, 23 Mar 1999 22:14:23 +1100

Hi Gunnar,

Thanks for your bug report.

Gunnar.Isaksson@xxxxxxx wrote:

> The 'Science Report' popup window has a different behaivour than all the
> other popup windows and this must be a bug. If I don't use the blue close 
> button
> inside this window but instead clicks on the 'close button' on the frame in 
> top
> right corner of the popup window then the client simply dies. This happens
> only to this Science Report window and we haven't seen it in any other window.

Hmm, on my system (Debian 2.0, plain Xaw, olvwm) using the window 
manager command to quit dialogs kills the whole client for almost 
_all_ dialogs, except the city dialog, and the spaceship dialog.
Certainly the science report, but also the city report, help window,
and others I tried.

I don't know much about this problem, but a quick look at the code
suggests that this is related to the city dialog and spaceship dialog 
doing the following sort of stuff:

  XSetWMProtocols(display, XtWindow(pdialog->shell), &wm_delete_window, 1);
  XtOverrideTranslations(pdialog->shell, 
    XtParseTranslationTable ("<Message>WM_PROTOCOLS: close-citydialog()"));

While it would certainly be nice to have all the dialogs support
this, I personally don't see this as release critical. 
But certainly good to know about and fix in the future.

> There is also a problem with scrollbars/slidebars in this version. 

Yes, this has been fixed just recently.

> Besides these small problems we have allready enjoyed many many hours of
> rocksteady network gameplay and really likes the new bitmaps.
> 
> Our neighbour has a connection to our home network so we often play
> FreeCiv on 4 PC:s for hours and hours. The game is truly addictive and
> we are looking forward to the final release of 1.8.0

Thanks!

Regards,
-- David

[Prev in Thread] Current Thread [Next in Thread]