Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!csus.edu!ucdavis!ucbvax!alphalpha.com!nazgul From: nazgul@alphalpha.com (Kee Hinckley) Newsgroups: comp.windows.x.motif Subject: Re: transient popup shells Message-ID: <901117002433.9011@alphalpha> Date: 17 Nov 90 04:24:33 GMT References: <9011170117.AA02465@bellcore.bellcore.com> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 12 > were created). If I create my secondary windows before Toplevel > has been realized, then these windows do have a title bar, > and they also have WM_TRANSIENT_FOR set. There are problems with both 1.0 and 1.1 wrt to creating shells off of unrealized parents. As far as I can tell the problem is that it checks to see if the parent has a window, and if not, doesn't set some of the hints that it needs to, but I don't really understand what's going on there (and I *do* have the source). My solution was to create a dummy shell that I realize but don't map. I use that as the parent. I don't know if that would help in your case, but it's worth a try.