Exception in thread "WindowsNativeRunloopThread" java.lang.NoSuchMethodError

2019-09-16 Thread Andrea Vacondio
Hi, I'm trying to get some attention on this issue https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8231015 My application, PDFsam Basic, is a self contained javafx application with a bundled jlinked AdoptOpenJDK 11.0.4, it has 5 or 6k new users every day and very few of them are affected b

Re: JDK-8092100 : Text needs to support letter spacing

2021-09-02 Thread Andrea Vacondio
I'm also interested in this feature and I can also help if help is needed Il mer 1 set 2021, 12:51 Torbjørn Torsvik ha scritto: > Hi. I'm new to this mailing list. I have read through the rules and > guidelines. My apologies if I have missed or misinterpreted anything. > > Text (and Label) has n

Re: Bidirectional binding enhancement

2021-11-10 Thread Andrea Vacondio
In my latest project I felt the need for a built in debounce which is fairly common for search fields or similar. Andrea Il giorno mer 10 nov 2021 alle ore 08:51 Tom Schindl < tom.schi...@bestsolution.at> ha scritto: > Hi, > > We had so

java.lang.UnsatisfiedLinkError

2020-08-31 Thread Andrea Vacondio
Hi, we have a user reporting this: PDFsam does not start on my computer (Win10), and the problem was easy to detect: It uses my home directory but with no international characters. Here is an excerpt from running the bat script: Loading library api-ms-win-core-console-l1-1-0 from resource failed:

Case insensitive ExtensionFilter

2020-10-19 Thread Andrea Vacondio
Hi, I would like to suggest to add a way to make an ExtenstionFilter case insensitive. On Linux systems, which are case sensitive, the filter is also case sensitive but if I'm creating a *.something filter, I'm likely referring to any case combination (something, SOMETHING, SoMenThing etc). I know