Ben Fry
Ben Fry
Give it a try with 4.1.3 (released today) in case that fixes anything. Though since R is having the same issue (https://github.com/processing/processing4/issues/653#issuecomment-1405725029), it may be a Ventura problem, not a...
That fixes one narrow problem regarding JavaFX (which is the cited example in the original post), but doesn't fix the broader issue. The broader issue is what this issue is...
This is a higher priority with 4.2, though the threat seems somewhat limited: if someone double-clicks a file they don't trust, will popping up a dialog box change anything? When...
Super complicated, unfortunately. Technically possible given Java's ability to set up sandboxing restrictions (i.e. back in the Applet days), but I'd rather the energy go elsewhere, like a proper browser-based,...
Ok, probably just need to do a `git bisect` to track down the change that caused it to break. I think this was around the time that there were some...
Hm, can't reproduce this on either Windows or macOS.
Sure; hopefully just a weird artifact. Or maybe fixed in the source with all the other changes in the pipeline.
Yeah, and that one is more of a “testing” thing that I was using to demonstrate what was going on. Also need to note in the (eventual) documentation that it...
Very odd; thanks for the details.
Thanks, good to know.