From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7475 invoked by alias); 27 Mar 2013 16:09:13 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 7434 invoked by uid 89); 27 Mar 2013 16:09:06 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from nm2-vm8.bt.bullet.mail.ir2.yahoo.com (HELO nm2-vm8.bt.bullet.mail.ir2.yahoo.com) (212.82.99.233) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 27 Mar 2013 16:09:03 +0000 Received: from [212.82.98.46] by nm2.bt.bullet.mail.ir2.yahoo.com with NNFMP; 27 Mar 2013 16:09:00 -0000 Received: from [217.146.189.75] by tm7.bt.bullet.mail.ir2.yahoo.com with NNFMP; 27 Mar 2013 16:09:00 -0000 Received: from [127.0.0.1] by smtp825.mail.ird.yahoo.com with NNFMP; 27 Mar 2013 16:09:00 -0000 X-Yahoo-SMTP: u.JgLvyswBBMp9ZJJfsX14qmYb3T2ivhMAr6OupnxLpNQEFZ9g-- X-Rocket-Received: from [192.168.1.73] (jon.turney@109.155.6.100 with plain) by smtp825.mail.ird.yahoo.com with SMTP; 27 Mar 2013 09:09:00 -0700 PDT Message-ID: <515319B4.8060707@dronecode.org.uk> Date: Wed, 27 Mar 2013 16:09:00 -0000 From: Jon TURNEY User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 Newsgroups: gmane.os.cygwin.xfree To: cygwin-xfree@cygwin.com Subject: Re: text fields in app don't allow input when running Cygwin X References: <1364236089.7676.YahooMailNeo@web122603.mail.ne1.yahoo.com> <1364236782.83207.YahooMailNeo@web122606.mail.ne1.yahoo.com> In-Reply-To: <1364236782.83207.YahooMailNeo@web122606.mail.ne1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-03/txt/msg00024.txt.bz2 On 25/03/2013 18:39, KM wrote: > I have an application that I have always compiled on Linux and then invoked > via X Windows with my installed Cygwin X. Basically use a shortcut to > startwin.exe (full command is C:\cygwin\bin\run.exe /usr/bin/bash.exe -l > -c /usr/bin/startxwin.exe ). This always started my X server in the > background (no root window, or invisible root window), and still does. > All I had to do is log into my server, export my DISPLAY and start the > app. > > However I have recompiled my application with java 7 and now all of the > radio buttons, buttons, scrollbars, and checkboxes, etc. all still work as > before. The only thing that does NOT work is a text field. I can not get > the focus of the mouse in there, nor can I change or enter any data in > those fields. > > When I start Cygwin x from the Cygwin xterminal in a windowed env (e.g. > starx from command line), and export my DISPLAY on the server, the > application works, but is contained within the root window. I never had to > do it this way before and it looks slightly different, no separate window > borders etc. > > We also use Reflection for an X server - that seems to run the recompiled > application fine. > > Any ideas? Also I apologize if I'm not saying this quite right! Thanks for > any help. If you need more info let me know. There have been some problems in the past with assumptions that Java Windowing toolkits makes about window manager behaviour which XWin's multiwidow mode breaks (e.g. [1],[2]), so this might be something similar. If you can provide a *small* Java application which demonstrates the problem, and the precise java version which you are using, I will see if I can reproduce and investigate the problem. [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=36806 [2] http://cygwin.com/ml/cygwin-xfree/2010-07/msg00079.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/