Newsgroups: comp.windows.x Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!sae!malay From: malay@sae.com (Bob Malay) Subject: OpenLook 2.0 Problem Message-ID: <1991Jun21.162643.19551@sae.com> Sender: news@sae.com Organization: Software Architecture & Engineering, Inc. Date: Fri, 21 Jun 1991 16:26:43 GMT A few days ago I posted a "call for help". An application which worked fine under the X11 server was doing funny things under the NeWS server, particularly: (1) When the cursor was positioned in a text window and the focus was set to this window - I would try to enter text but all I got was BELs. SOLUTION: Provided by Tim Rosmus of Motorola: Add this to the .Xdefaults: OpenWindows.FocusLenience: yes This cleared the problem and this part of the application works fine now, Thanks Tim. (2) I still cannot get Button3 events to work. The application should produce a menu when the cursor and focus is placed in text window discussed above. Pressing mouse button3 does nothing even though button1 events work fine. I tried changing all references to Btn3 to Btn2 just to see what would happen - same result. The X code looks fine, translation table is correct and used properly in the widget definition. Bob Malay