Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!lll-lcc!ames!ucbcad!ucbvax!A.GP.CS.CMU.EDU!Douglas.Tomm From: Douglas.Tomm@A.GP.CS.CMU.EDU.UUCP Newsgroups: comp.windows.x Subject: menu question Message-ID: <8703230559.AA08110@ATHENA> Date: Mon, 23-Mar-87 00:59:35 EST Article-I.D.: ATHENA.8703230559.AA08110 Posted: Mon Mar 23 00:59:35 1987 Date-Received: Tue, 24-Mar-87 03:47:17 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 15 I'm new to x programming, so please forgive what may seem a moronic question. I'm writing an application in which I want to use menus. For some reason, the (only) call to XMenuCreate returns NULL. The exact call to this function is if ((mymenu = XMenuCreate(RootWindow, argv[0])) == NULL) [bail out of program] The man page on menus says that a connection to the x server must be open. I tried putting a call to XGrabServer() before XMenuCreate, but that didn't help. How can I get it to work? Also, what exactly is meant by the term 'x server'? thanx in advance, doug tomm