-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch JavaFX to Monocle Implementation #576
Comments
I spoke too soon... Quoting the JavaFX developer's mailing list...
Fortunately a developer was kind enough to share their results...
This helps and now I'm facing a new issue, when the height is provided as zero, the WebView grows out of control, quoting:
|
This issue is being tracked upstream (private tracker) as
I've provided (to the developer quoted above) a snippet which causes a hard crash on my Windows 10 VM,. |
Update: The Windows Monocle implementation no longer crashes after removing |
@bberenz since 52881c7, my macOS system attempts to use a virtual desktop size of We need to set a max value to prevent this crash from occurring. I've asked Gluon support for a san max value.
|
Add Monocle FX support for Java 11+ - Uses JavaFX15-ea with bundled Monocle support - Closes #576 Co-authored-by: Berenz <thebrettberenz@gmail.com>
Closed via fb4b01a. Note, this feature still needs to be ported to 2.1. |
Apparently JavaFX 8 introduced formal support for a "headless" back-end for Java FX that they called "Monocle". I'd like to discuss the possibility of switching QZ Tray over to the "headless" JavaFX "Monocle" Testing framework.
{ rasterize: true }
This technique was discovered while investigating #547, #32.
Steps:
Hidden, see PR #586 instead
jre/lib/ext
(Is there a cleaner way to do this?)For more information see this StackOverflow article which explains it much better: https://stackoverflow.com/a/29131967/3196753
The text was updated successfully, but these errors were encountered: