public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Ian Roxborough <irox@redhat.com>
To: Andy Hare <ahare@btinternet.com>
Cc: insight@sources.redhat.com
Subject: Re: Insight windows problems.
Date: Wed, 03 Oct 2001 07:29:00 -0000	[thread overview]
Message-ID: <3BF977D4.F2B74C79@redhat.com> (raw)
In-Reply-To: <011201c17133$90876e30$0100000a@dualbeast>

Hi,

This will stop the problem you are talking about:
http://sources.redhat.com/ml/insight/2001-q4/msg00160.html

You will run into a crashing problem after that (I've
posted emails about this as well).  If I get a chance I'll
post a really nasty (but short) fix which will stop the
crashing Win32 (then hopefully I'll get time to fix the
real problem (why are the combobox popup windows not being
destroy when used in a modal dialog...).

Anyway, nice to see you've got it compiled,

Ian.

Andy Hare wrote:
> 
> Ian,
> 
>     Have you found the answer to this problem, I think it sounds like the
> problem I am having with the current CVS of Insight. It builds OK now but
> the dialogs do not get displayed. For example I cannot get the target dialog
> to appear, and if I open the source I get the source selection dialog but
> after that no other input is allowed into Insight, I have to kill it via the
> task manager.
> 
> Running Windows 2K and latest cygwin.
> 
> Andy Hare
> www.ahare.btinternet.co.uk
> 
> ----- Original Message -----
> From: "Ian Roxborough" <irox@redhat.com>
> To: <insight@sources.redhat.com>
> Sent: Tuesday, October 16, 2001 9:15 PM
> Subject: Insight windows problems.
> 
> > 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.

WARNING: multiple messages have this Message-ID
From: Ian Roxborough <irox@redhat.com>
To: Andy Hare <ahare@btinternet.com>
Cc: insight@sources.redhat.com
Subject: Re: Insight windows problems.
Date: Mon, 19 Nov 2001 12:08:00 -0000	[thread overview]
Message-ID: <3BF977D4.F2B74C79@redhat.com> (raw)
Message-ID: <20011119120800.7Ar4gejcqzgqVFTMiqEsi-1gZ56N7pUgFMBWAcVAMGs@z> (raw)
In-Reply-To: <011201c17133$90876e30$0100000a@dualbeast>

Hi,

This will stop the problem you are talking about:
http://sources.redhat.com/ml/insight/2001-q4/msg00160.html

You will run into a crashing problem after that (I've
posted emails about this as well).  If I get a chance I'll
post a really nasty (but short) fix which will stop the
crashing Win32 (then hopefully I'll get time to fix the
real problem (why are the combobox popup windows not being
destroy when used in a modal dialog...).

Anyway, nice to see you've got it compiled,

Ian.

Andy Hare wrote:
> 
> Ian,
> 
>     Have you found the answer to this problem, I think it sounds like the
> problem I am having with the current CVS of Insight. It builds OK now but
> the dialogs do not get displayed. For example I cannot get the target dialog
> to appear, and if I open the source I get the source selection dialog but
> after that no other input is allowed into Insight, I have to kill it via the
> task manager.
> 
> Running Windows 2K and latest cygwin.
> 
> Andy Hare
> www.ahare.btinternet.co.uk
> 
> ----- Original Message -----
> From: "Ian Roxborough" <irox@redhat.com>
> To: <insight@sources.redhat.com>
> Sent: Tuesday, October 16, 2001 9:15 PM
> Subject: Insight windows problems.
> 
> > 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.

  parent reply	other threads:[~2001-11-19 20:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-16 14:03 Ian Roxborough
     [not found] ` <011201c17133$90876e30$0100000a@dualbeast>
2001-10-03  7:29   ` Ian Roxborough [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3BF977D4.F2B74C79@redhat.com \
    --to=irox@redhat.com \
    --cc=ahare@btinternet.com \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).