Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!NORTHSTAR.DARTMOUTH.EDU!tobeye From: tobeye@NORTHSTAR.DARTMOUTH.EDU (Anthony Edwards) Newsgroups: comp.soft-sys.andrew Subject: Re: Andrew Menus, (Was: Re: Motif) Message-ID: Date: 30 Nov 90 21:16:03 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 25 Excerpts from mail: 30-Nov-90 Re: Andrew Menus, (Was: Re:.. dba+@andrew.cmu.edu (954) > > I must agree here. Although I have seen documentation over info-andrew > > that explains how to make the cards less sensitive, it has never worked > > for me. > Put this (or something like it) in a file of X resources that you load: > *OverlapPct: 30 Ah, thank you! But one more detail needs to be understood: Just executing the xrdb command in the middle of my X session isn't good enough. The xrdb command needs to be executed before the first ATK application starts up. Aparently the cmenu code in only reads its resources once - I had ATK stuff running, I typed the xrdb, I launched a new ATK program: I saw no change; exiting X and starting up again made it work. Again, thanks for the tip. I was able to read more about it under help cmenu - Anthony