public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Insight windows problems.
@ 2001-10-16 14:03 Ian Roxborough
       [not found] ` <011201c17133$90876e30$0100000a@dualbeast>
  0 siblings, 1 reply; 7+ messages in thread
From: Ian Roxborough @ 2001-10-16 14:03 UTC (permalink / raw)
  To: insight

Hi,

I'm pretty close to fixing the modal dialog problems
on Windows. The problem seem to be related to using
the "." window as a master for our transient modal windows.
I'm not sure if it's a Tk bug or what, but doing:
       wm transient $top .
will cause the $top toplevel to assume some properties
of ".", namely the mapping (or lack of it).  Actually
this may have something to do with the "wm group" a few
lines before:
       wm group $top .

Either way, changing it be:
       wm transient $top $srcwin
seems to fix the dialog problem (where $srcwin is the
path of the source window).  But now I'm seeing
(a related?) problem where after using a modal dialog
if I remove focus from Insight for two seconds Insight
will exit quickly and quietly.

If I find that the exiting problem isn't related to the
dialog problem I'll post a patch.

Ian.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-11-21  8:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-16 14:03 Insight windows problems Ian Roxborough
     [not found] ` <011201c17133$90876e30$0100000a@dualbeast>
2001-10-03  7:29   ` Ian Roxborough
2001-10-04 17:10     ` Andy Hare
2001-10-03 16:57       ` Ian Roxborough
2001-11-20 16:06         ` Ian Roxborough
2001-11-21  0:15       ` Andy Hare
2001-11-19 12:08     ` Ian Roxborough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).