public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [RFA] Fix modal dialogs on Windows.
@ 2001-10-11 22:11 Ian Roxborough
  2001-10-11 22:21 ` Keith Seitz
  2001-12-11  1:58 ` Ian Roxborough
  0 siblings, 2 replies; 4+ messages in thread
From: Ian Roxborough @ 2001-10-11 22:11 UTC (permalink / raw)
  To: insight

Hi,

this fixes the vanishing modal dialog problems the Windows
user will currently experence with the CVS versions of
Insight.  You see the dialog flick on to the screen for
a short time then disappear.  (This doesn't fix the Windows
crashing problem.)

Ian.

ChangeLog:
2001-12-11  Ian Roxborough  <irox@redhat.com>

	* library/managedwin.itb (ManagedWin::_create):  When
	making a modal window transient, use the source window
	as the master and not ".".

Index: managedwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/managedwin.itb,v
retrieving revision 1.17
diff -r1.17 managedwin.itb
258c258
<     wm transient $top .
---
>     wm transient $top [winfo toplevel [namespace tail [lindex [ManagedWin::find SrcWin] 0]]]

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

* Re: [RFA] Fix modal dialogs on Windows.
  2001-10-11 22:11 [RFA] Fix modal dialogs on Windows Ian Roxborough
@ 2001-10-11 22:21 ` Keith Seitz
  2001-12-11  7:17   ` Keith Seitz
  2001-12-11  1:58 ` Ian Roxborough
  1 sibling, 1 reply; 4+ messages in thread
From: Keith Seitz @ 2001-10-11 22:21 UTC (permalink / raw)
  To: Ian Roxborough; +Cc: insight

On Tue, 11 Dec 2001, Ian Roxborough wrote:

> this fixes the vanishing modal dialog problems the Windows
> user will currently experence with the CVS versions of
> Insight.  You see the dialog flick on to the screen for
> a short time then disappear.  (This doesn't fix the Windows
> crashing problem.)

Yes! I've been waiting for this one... :-)

Thanks,
Keith

> ChangeLog:
> 2001-12-11  Ian Roxborough  <irox@redhat.com>
>
> 	* library/managedwin.itb (ManagedWin::_create):  When
> 	making a modal window transient, use the source window
> 	as the master and not ".".
>
> Index: managedwin.itb
> ===================================================================
> RCS file: /cvs/src/src/gdb/gdbtk/library/managedwin.itb,v
> retrieving revision 1.17
> diff -r1.17 managedwin.itb
> 258c258
> <     wm transient $top .
> ---
> >     wm transient $top [winfo toplevel [namespace tail [lindex [ManagedWin::find SrcWin] 0]]]
>

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

* [RFA] Fix modal dialogs on Windows.
  2001-10-11 22:11 [RFA] Fix modal dialogs on Windows Ian Roxborough
  2001-10-11 22:21 ` Keith Seitz
@ 2001-12-11  1:58 ` Ian Roxborough
  1 sibling, 0 replies; 4+ messages in thread
From: Ian Roxborough @ 2001-12-11  1:58 UTC (permalink / raw)
  To: insight

Hi,

this fixes the vanishing modal dialog problems the Windows
user will currently experence with the CVS versions of
Insight.  You see the dialog flick on to the screen for
a short time then disappear.  (This doesn't fix the Windows
crashing problem.)

Ian.

ChangeLog:
2001-12-11  Ian Roxborough  <irox@redhat.com>

	* library/managedwin.itb (ManagedWin::_create):  When
	making a modal window transient, use the source window
	as the master and not ".".

Index: managedwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/managedwin.itb,v
retrieving revision 1.17
diff -r1.17 managedwin.itb
258c258
<     wm transient $top .
---
>     wm transient $top [winfo toplevel [namespace tail [lindex [ManagedWin::find SrcWin] 0]]]

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

* Re: [RFA] Fix modal dialogs on Windows.
  2001-10-11 22:21 ` Keith Seitz
@ 2001-12-11  7:17   ` Keith Seitz
  0 siblings, 0 replies; 4+ messages in thread
From: Keith Seitz @ 2001-12-11  7:17 UTC (permalink / raw)
  To: Ian Roxborough; +Cc: insight

On Tue, 11 Dec 2001, Ian Roxborough wrote:

> this fixes the vanishing modal dialog problems the Windows
> user will currently experence with the CVS versions of
> Insight.  You see the dialog flick on to the screen for
> a short time then disappear.  (This doesn't fix the Windows
> crashing problem.)

Yes! I've been waiting for this one... :-)

Thanks,
Keith

> ChangeLog:
> 2001-12-11  Ian Roxborough  <irox@redhat.com>
>
> 	* library/managedwin.itb (ManagedWin::_create):  When
> 	making a modal window transient, use the source window
> 	as the master and not ".".
>
> Index: managedwin.itb
> ===================================================================
> RCS file: /cvs/src/src/gdb/gdbtk/library/managedwin.itb,v
> retrieving revision 1.17
> diff -r1.17 managedwin.itb
> 258c258
> <     wm transient $top .
> ---
> >     wm transient $top [winfo toplevel [namespace tail [lindex [ManagedWin::find SrcWin] 0]]]
>

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-11 22:11 [RFA] Fix modal dialogs on Windows Ian Roxborough
2001-10-11 22:21 ` Keith Seitz
2001-12-11  7:17   ` Keith Seitz
2001-12-11  1:58 ` 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).