To prevent me from going on a long search-and-rescue, I figured I'd post a
small question here.
I'm trying to run an application with the javafx-maven-plugin on top of JDK 15.
Works fine. But the moment I do javafx:run from within Eclipse, it complains
about the classfile versions: it says the
> Fixing a memory leak.
> A node hard references its old parent after CSS layout and getting removed.
> This shouldn't be the case, this is very counterintuitive.
>
> The fix uses a WeakReference in CSSStyleHelper for firstStyleableAncestor.
> This should be fine because the CSS should only depe
On Tue, 23 Mar 2021 09:57:11 GMT, Ambarish Rapte wrote:
>> Florian Kirmaier has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8263402
>> Rewrote the style memoryleak test
>
> Provided few comments on test.
I've added the requested chang
On Thu, 25 Mar 2021 23:11:28 GMT, Florian Kirmaier
wrote:
>
> Handling the logic from the ListView seems wrong to me,
looks like I was unclear, because that's a 100% me-too :)
Reformulating my second sentence in test snippets:
A:
cell.updateIndex(1);
list.edit(1);
cell.
On Thu, 25 Mar 2021 02:02:25 GMT, Nir Lisker wrote:
>>> I the rotation needs to apply to whatever the direction vector is: whether
>>> that's implicitly (0,0,1) if we don't provide a separate direction vector
>>> or whether it's the user provided direction vector, it would be odd to
>>> ignore
Regarding the shader API, if an error occurs during shader compilation,
should it simply default to the basic Phong shaders or throw an Exception
(likely in a new package with other shader stuff)?
I'm also very clueless as to how JavaFX links D3D shaders at runtime. Can
someone give me a quick run
Let's keep the discussion in the openjfx-disc...@openjdk.java.net list for
now. I'm sending this mail on the dev list just for continuity.
I'm also very clueless as to how JavaFX links D3D shaders at runtime. Can
> someone give me a quick rundown on that?
>
The D3D shader pointers are in D3DPhong
There's no question that the JBS is the way to go for handling existing
reports.
As for incoming reports, I dislike the GitHub issues as they are just a
text dump, and many reporters are not careful about giving you versions
(Java/JavaFX/OS...) or working environment details. You can help GitHub
w
What is "javafx:run"? If you run it from within Eclipse (the green "play"
button), does it work?
On Fri, Mar 26, 2021 at 10:08 AM Tom Eugelink wrote:
> To prevent me from going on a long search-and-rescue, I figured I'd post a
> small question here.
>
> I'm trying to run an application with the