From bruno.borges at gmail.com Fri Nov 27 03:38:06 2020 From: bruno.borges at gmail.com (Bruno Borges) Date: Thu, 26 Nov 2020 19:38:06 -0800 Subject: Sandboxed Scene Message-ID: Hi friends, After seeing Andres' sample of TilesFX being loaded dynamically [0] through Layrry [1], I thought of giving a refresh to WebFX project [0]. One of the challenges of the project is to sandbox an FXML-based application (FXML+JS Controller+CSS) in a way that it cannot escape the tab. In other words, whatever code is loaded dynamically, it must not have access to any component beyond the root component of that FXML. It is possible to partially isolate by creating a SubScene. This will ensure that getParent() eventually becomes null. But this does not avoid access to getScene(). What would be a good way to "sandbox" a Pane/Node in a Scene graph? If this is not possible today in a straightforward way, what other possibilities exist? Cheers! [0] https://github.com/moditect/layrry-examples/tree/master/modular-tiles [1] https://github.com/moditect/layrry [2] https://github.com/brunoborges/webfx --- *Bruno Borges* brunoborges.io From andrea.liana at ingliana.com Fri Nov 27 14:43:00 2020 From: andrea.liana at ingliana.com (Andrea Liana) Date: Fri, 27 Nov 2020 15:43:00 +0100 Subject: JavaFX 11 on Apple Silicon Message-ID: Hello, I have just setup my Mac mini M1. Everything is working except JavaFX. Is there any way I can contribute to test or accelerate development porting of JavaFX on this platform? Before writing I did look around, but did not found anything useful on this topic. Thanking in advance, Andrea Liana From johan.vos at gluonhq.com Fri Nov 27 14:55:10 2020 From: johan.vos at gluonhq.com (Johan Vos) Date: Fri, 27 Nov 2020 15:55:10 +0100 Subject: JavaFX 11 on Apple Silicon In-Reply-To: References: Message-ID: Interesting, I just asked on Twitter if anyone could test my build for M1 :) I have an unofficial test build, which I'll share. - Johan On Fri, Nov 27, 2020 at 3:43 PM Andrea Liana wrote: > Hello, > > I have just setup my Mac mini M1. Everything is working except JavaFX. > > Is there any way I can contribute to test or accelerate development > porting of JavaFX on this platform? > > Before writing I did look around, but did not found anything useful on > this topic. > > Thanking in advance, > > Andrea Liana > >