Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!corton!irisa!cicb!dagorn From: dagorn@cicb.fr (Francois Dagorn - CICB Rennes 99.36.20.00) Newsgroups: comp.windows.x Subject: Intrinsics or twm problem Keywords: Intrinsics twm Message-ID: <1991Jan24.153218.9647@cicb.fr> Date: 24 Jan 91 15:32:18 GMT Sender: news@irisa.fr Reply-To: dagorn@cicb.fr (Francois Dagorn - CICB Rennes 99.36.20.00) Organization: CICB - Universite' de Rennes I (FR) Lines: 18 I don't know if the problem is from Intrinsics , twm or myself but the following code doesn't run as expected : pop = XtVaCreatePopupShell("pop",wmShellWidgetClass,toplevel,XtNx,x-width, XtNy,y-height, XtNwidth,data.addresswidth, XtNheight,data.addressheight, XtNtitle,data.convtitle, XtNwaitForWm,False, NULL); the pop widget doesn't appear in the proper location but it comes with the doted form as if no location was provided. When changing wmShellWidgetClass into transientShellWidgetClass the location is correct (but i need the twm title bar). Thanks for help.