Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!uunet!shearson.com!newshost!malbert From: malbert@jeeves.shearson.com (Marc Albert) Newsgroups: comp.windows.open-look Subject: Top Level Shells Message-ID: Date: 5 Apr 91 21:36:04 GMT Sender: news@shearson.com (News) Distribution: comp.windows.open-look Organization: Lehman Brothers Lines: 25 How is it possible to create more than one toplevel window in an openlook application. I create a new ApplicationContext, do an XtOpenDisplay and then XtAppCreateShell using applicationShellWidgetClass. I'm reasonably sure that this is the wrong widet class! I get the following messages: OPEN LOOK Toolkit Warning in application "XXX": Resolution map--missing "x"? [76] OPEN LOOK Toolkit Error in application "XXX": Internal error: no screen resolution map! Second Question: I can't get the WM_DELETE_WINDOW protocol to work under openlook. I'm using OLIT 1.X under OpenWindows 2.0. I do an XInternAtom(..."WM_DELETE_WINDOW") and an XSetWMProtocols. After this I have tried adding actions using XtOverrideTranslations for WM_PROTOCOLS and also in desperation XtAddEventHandler (which incidentally gave me some degree of sucess!) Any help would be appreciated. return address ...uunet!shearson.com!malbert