Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!compsci.stirling.ac.UK!srj From: srj@compsci.stirling.ac.UK (Steve Jones) Newsgroups: comp.windows.x Subject: (none) Message-ID: <9006041858.AA05783@uk.ac.stir.cs.crown> Date: 4 Jun 90 17:58:34 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 27 Hi, I'm writing an application with XR2 and having trouble with popups. I have myshell = XtCreatePopupShell("myshell", shellWidgetClass, itsparent, NULL, 0); and translations with action routines to pop it up and down. These work fine, but if the widget is moved while it is popped up and then popped down and up again, it is mapped in its original position and not the new one. This seems strange because the new coordinates are appear correctly in the popup's core structure after the move. Even an explicit XtMoveWidget(myshell, newxcoord, newycoord); immediately before calling XtPopup does not have the desired effect. Any help will be greatly appreciated. Cheers Steve Jones Dept Computing Science University of Stirling Scotland srj@uk.ac.stir.cs