From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77859 invoked by alias); 11 Jan 2020 01:15:35 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 77767 invoked by uid 89); 11 Jan 2020 01:15:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 11 Jan 2020 01:15:26 +0000 Received: from [10.9.9.203] (helo=mailfront21.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1iq5Mw-0008A0-5a for kawa@sourceware.org; Sat, 11 Jan 2020 02:15:14 +0100 Received: by mailfront21.runbox with esmtpsa [Authenticated alias (524175)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1iq5Mo-00043V-Sh for kawa@sourceware.org; Sat, 11 Jan 2020 02:15:07 +0100 Subject: Re: kawa 3.1 released [JavaFX help needed] To: kawa@sourceware.org References: <13fa10a9-fa6a-c031-c2fc-9113459f6fec@bothner.com> <6a4de4e4-058f-a785-78df-1ce3736a70d1@bothner.com> <84e6ae8b-138b-6059-6c92-1ae4678a7ec6@gmail.com> From: Per Bothner Message-ID: Date: Sat, 11 Jan 2020 01:15:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <84e6ae8b-138b-6059-6c92-1ae4678a7ec6@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-q1/txt/msg00004.txt I've fixed the missing kawa-shell-script problem, but ran into some issues with --browse-manual that I'd like to fix before I make a 3.1.1 update release. I've fixed most of the problems, but there is one where could use some JavaFX help. Using the latest git source, try either one of: doc/browse-kawa-manual or: kawa --browse-manual=javafx (which basically runs doc/browse-kawa-manual). This opens a window that uses JavaFX WebView to browse the documentation. It mostly works ok, except for one annoyance: The browser does not fill the entirety of the window. This is most noticeable when resizing the window. Suggestions? (Removing the width: and height: keyword arguments doesn't help.) -- --Per Bothner per@bothner.com http://per.bothner.com/