Drag & Drop errors on Linux/Ubuntu

2019-03-26 Thread dprutean
Hi, JavaFx 12 got issues with drag on Ubuntu. (java:3346): GLib-GObject-WARNING **: 13:50:41.198: ../../../../gobject/gsignal.c:2523: signal 'expose-event' is invalid for instance '0x7f43343c6520' of type 'GtkWindow' Is this something known ? Thank you, Dragos

Re: Custom InputControl w/o char->string conversion

2019-03-26 Thread David Grieve
Have you looked at javax.security.auth.Destroyable? On 3/26/19 9:07 AM, Finn Herpich wrote: Hi Nicolas, thanks for the long write up. I'm indeed working with a lot of C# in the last year, but that is a pure accident, to reproduce the SecureString-class was not my intention. I'm totally aware

Re: Custom InputControl w/o char->string conversion

2019-03-26 Thread Finn Herpich
Hi Nicolas, thanks for the long write up. I'm indeed working with a lot of C# in the last year, but that is a pure accident, to reproduce the SecureString-class was not my intention. I'm totally aware of the problems you are listing, but sadly I've to handle sensitive information which force

Re: static initialisation of javafx.stage.Screen causing problems with clojure

2019-03-26 Thread Răzvan Rotaru
Thank you. I don't know whether the clojure compiler needs initialized classes or not, but I suspect it does. Clojure has macros, which are executed at compile time, which means some classes are instantiated. I will ask the clojure developers. If that's the case though it means clojure will not be

Re: Custom InputControl w/o char->string conversion

2019-03-26 Thread Nicolas Therrien
Hi Finn, I assume you are coming from a C# background and looking for a SecureString equivalent in Java. Check out this: https://github.com/OWASP/passfault/blob/master/core/src/main/java/org/owasp/passfault/impl/SecureString.java You could write your own javafx component with OWASP

Custom InputControl w/o char->string conversion

2019-03-26 Thread Finn Herpich
Hi everyone, I'll hope this is the right place to ask. I'm currently evaluating multiple ways to write a cross platform application with the requirement to be able to clear certain inputs from memory rather quickly and not wait for the GCs mercy. I've tracked the JavaFx TextInputControls

Re: EM Font Size Performance

2019-03-26 Thread Dean Wookey
I've made what I've believe to be a cleaner fix here: https://github.com/DeanWookey/openjdk-jfx/commit/295a3e136c59eb661021de7b4c7ead8bd36a749a I'm not sure exactly how to proceed from here. I submitted a bug report several weeks ago so that I could submit a pull request against it, but I've