Openjfx 11.0.4 has no mvn repo entry

2021-08-12 Thread Michael Pickett
Hi everyone, While this may seem like a minor issue, there was a backport for providing media support for libav version 58 that is in that version. https://bugs.openjdk.java.net/browse/JDK-8215894 . Will this version get a mvn repo entry? Thanks for the help.

Re: RFR: 8234921: Add DirectionalLight to the selection of 3D light types

2021-08-12 Thread Kevin Rushforth
On Mon, 28 Jun 2021 12:13:44 GMT, Nir Lisker wrote: > Adds a directional light as a subclass of `LightBase`. I think that this is > the correct hierarchy for it. > > I tried to simulate a directional light by putting a point light far away, > but I got artifacts when the distance was large.

Re: Enhancements for JavaFX 18

2021-08-12 Thread Michael Strauß
I'd like to see pivot properties move forward. The PR seems to be a bit stale, as it has been sitting around for almost two years. PR: https://github.com/openjdk/jfx/pull/53 Am Fr., 30. Juli 2021 um 14:57 Uhr schrieb Kevin Rushforth : > > Now that JavaFX 17 is in RDP2, we can turn more attention

Re: RFR: 8267059: Gradle :clean and :apps tasks fail on Windows if ANT_HOME contains spaces [v2]

2021-08-12 Thread Michael Strauß
On Fri, 4 Jun 2021 18:14:50 GMT, Kevin Rushforth wrote: > > On Ubuntu 20.04 ... The :apps task fails before and after the fix > > Maybe something with the version of Java you are using? It runs fine my > system, and the GitHub actions build is fine. It turns out that I encountered the same

Re: RFR: 8268225: Support :focus-visible and :focus-within CSS pseudoclasses [v5]

2021-08-12 Thread Kevin Rushforth
On Mon, 2 Aug 2021 16:53:08 GMT, Michael Strauß wrote: >> This PR adds the `Node.focusVisible` and `Node.focusWithin` properties, as >> well as the corresponding `:focus-visible` and `:focus-within` CSS >> pseudo-classes. > > Michael Strauß has updated the pull request incrementally with one

Re: apps compilation fails on ubuntu 20.04

2021-08-12 Thread Thiago Milczarek Sayão
I confirm that gradlew apps works using ant from snap package (1.10.11). Em qui., 12 de ago. de 2021 às 16:53, Kevin Rushforth < kevin.rushfo...@oracle.com> escreveu: > I still need to catch up on my email, since I still have the original > question in my queue. > > The answer to the original

Re: RFR: 8090547: Allow for transparent backgrounds in WebView [v2]

2021-08-12 Thread Kevin Rushforth
On Sat, 3 Jul 2021 23:09:09 GMT, Jose Pereda wrote: >> Currently, `WebPage` has already a public `setBackgroundColor()` method, but >> the class is not public. Therefore, public API is needed in `WebView` to >> allow developers access to it. >> >> In line with the `fontSmoothingType`

Re: [External] : Re: apps compilation fails on ubuntu 20.04

2021-08-12 Thread Kevin Rushforth
Interesting. I wonder what it is about your environment that causes the duplicate, since we don't see the problem in our CI builds nor in the GitHub Actions builds. I presume you have done a clean build and still see it? It is possible that you have some SWT classes in your classpath or

Re: apps compilation fails on ubuntu 20.04

2021-08-12 Thread Abhinay Agarwal
Hi Kevin, My local repository is up-to-date with the jfx repository. The failure happens while trying to copy swt-debug.jar: $ sh gradlew sdk ... > Task :swt:classes FAILED FAILURE: Build failed with an exception. * Where: Build file '/tmp/jfx/build.gradle' line: 2677 * What went wrong:

RE: Managed Property - CSS Styleable

2021-08-12 Thread Pedro Duque Vieira
Hi Abhinay, Just my 2 cents.. I like that idea! Cheers, -- Pedro Duque Vieira - https://www.pixelduke.com

Re: Managed Property - CSS Styleable

2021-08-12 Thread Kevin Rushforth
This seems like a reasonable enhancement to me. CSS experts: can you think of any issues that we should be mindful of when doing this? -- Kevin On 8/12/2021 12:49 PM, Abhinay Agarwal wrote: Every now and then, I miss having the capability to (un)manage nodes in its Parent via CSS. There

Re: apps compilation fails on ubuntu 20.04

2021-08-12 Thread Kevin Rushforth
I still need to catch up on my email, since I still have the original question in my queue. The answer to the original query is that there is a known bug with ant 1.10.7 [1] that will cause this error. You can either use ant 1.10.5 (which is the one we specify in build.properties) or use ant

Managed Property - CSS Styleable

2021-08-12 Thread Abhinay Agarwal
Every now and then, I miss having the capability to (un)manage nodes in its Parent via CSS. There have been similar requests[1] in the past. A combination of visibility and -fx-managed would allow developers/designers to completely hide a node via CSS, without altering its height and width. I

Re: apps compilation fails on ubuntu 20.04

2021-08-12 Thread Abhinay Agarwal
I am on Ubuntu 20.04. Using ANT 1.10.8, "gradlew apps" works for me. However, "gradlew sdk" fails for me since we upgraded to Gradle 7.0.1. I always switch back to Gradle 6.9 to build a local sdk. From: openjfx-dev on behalf of Thiago Milczarek Sayão Sent:

[jfx17] Integrated: 8264736: Fix mistakes in FX API docs

2021-08-12 Thread Nir Lisker
On Wed, 11 Aug 2021 21:28:26 GMT, Nir Lisker wrote: > Fixes documentation mistakes as noted in the JBS issue. This pull request has now been integrated. Changeset: 03b7215b Author:Nir Lisker URL: https://git.openjdk.java.net/jfx/commit/03b7215b68c22b73dbec4fd554c3edaccb0102b6

Re: RFR: 8172095: Let Node.managed become CSS-styleable

2021-08-12 Thread Abhinay Agarwal
On Thu, 12 Aug 2021 17:09:46 GMT, Abhinay Agarwal wrote: > 8172095: Let Node.managed become CSS-styleable CSR: https://bugs.openjdk.java.net/browse/JDK-8272386 - PR: https://git.openjdk.java.net/jfx/pull/602

Re: RFR: JDK-8172095: Let Node.managed become CSS-styleable

2021-08-12 Thread Abhinay Agarwal
On Thu, 12 Aug 2021 17:09:46 GMT, Abhinay Agarwal wrote: > JDK-8172095: Let Node.managed become CSS-styleable Thanks for the feedback. I will create a CSR and start a thread on the mailing list. - PR: https://git.openjdk.java.net/jfx/pull/602

Re: RFR: JDK-8172095: Let Node.managed become CSS-styleable

2021-08-12 Thread Kevin Rushforth
On Thu, 12 Aug 2021 17:09:46 GMT, Abhinay Agarwal wrote: > JDK-8172095: Let Node.managed become CSS-styleable Please start a new thread and reference that one. That thread asks for a new property, but I think what you propose, which is to make the existing `managed` property CSS styleable,

Re: RFR: JDK-8172095: Let Node.managed become CSS-styleable

2021-08-12 Thread Abhinay Agarwal
On Thu, 12 Aug 2021 17:09:46 GMT, Abhinay Agarwal wrote: > JDK-8172095: Let Node.managed become CSS-styleable Past OpenJFX mailing list discussion: http://mail.openjdk.java.net/pipermail/openjfx-dev/2015-July/017597.html - PR: https://git.openjdk.java.net/jfx/pull/602

Re: RFR: JDK-8172095: Let Node.managed become CSS-styleable

2021-08-12 Thread Kevin Rushforth
On Thu, 12 Aug 2021 17:09:46 GMT, Abhinay Agarwal wrote: > JDK-8172095: Let Node.managed become CSS-styleable This will need at least a brief discussion on the openjfx-dev mailing list. - PR: https://git.openjdk.java.net/jfx/pull/602

RFR: JDK-8172095: Let Node.managed become CSS-styleable

2021-08-12 Thread Abhinay Agarwal
JDK-8172095: Let Node.managed become CSS-styleable - Commit messages: - JDK-8172095: Let Node.managed become CSS-styleable Changes: https://git.openjdk.java.net/jfx/pull/602/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx=602=00 Issue:

Re: RFR: JDK-8172095: Let Node.managed become CSS-styleable

2021-08-12 Thread Dlittler949
On Thu, 12 Aug 2021 17:09:46 GMT, Abhinay Agarwal wrote: > JDK-8172095: Let Node.managed become CSS-styleable Marked as reviewed by dlittler...@github.com (no known OpenJDK username). - PR: https://git.openjdk.java.net/jfx/pull/602

Re: [jfx17] RFR: 8264736: Fix mistakes in FX API docs

2021-08-12 Thread Kevin Rushforth
On Wed, 11 Aug 2021 21:28:26 GMT, Nir Lisker wrote: > Fixes documentation mistakes as noted in the JBS issue. Marked as reviewed by kcr (Lead). - PR: https://git.openjdk.java.net/jfx/pull/601

Re: [jfx17] RFR: 8264736: Fix mistakes in FX API docs

2021-08-12 Thread Ajit Ghaisas
On Wed, 11 Aug 2021 21:28:26 GMT, Nir Lisker wrote: > Fixes documentation mistakes as noted in the JBS issue. Marked as reviewed by aghaisas (Reviewer). - PR: https://git.openjdk.java.net/jfx/pull/601