Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!sun-barr!decwrl!ucbvax!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: Novice AppKit/IB question about Wait Cursors Summary: problem solved (I think) Message-ID: <205@toaster.SFSU.EDU> Date: 24 Dec 89 04:55:28 GMT References: <198@toaster.SFSU.EDU> <326@kgw2.uucp.WEC.COM> <204@toaster.SFSU.EDU> Reply-To: eps@toaster.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 17 I got two pieces of e-mail insisting that [NXWait push] ... [NXWait pop] "works for them." Well, it didn't work for me... until I tried ordering the main window out first. I smell a bug. - transit:sender { [[sender window] orderOut:sender]; // Why do I have to do this? [NXWait push]; [[sender window] close]; [transitTo makeKeyAndOrderFront:sender]; NXPing(); [NXWait pop]; return self; } -=EPS=-