-
Notifications
You must be signed in to change notification settings - Fork 410
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
desktop.fullScreen = true in combination with BrowserComponent not working on 1920 x 1080 #2712
Comments
Refers to issue #2669 . Issue not fixed. |
|
Windows Desktop Build still not fullscreen on 1920 x 1080 |
How do send a Windows Desktop Build that will use this fix? |
Steve, I want to make sure this fixes the issue, how do send a Windows Desktop Build that will use this fix? Currently the Windows Desktop Build still has the same issue. |
and Javascript CapturePhotoSample, related to #2702
The test case for this issue is at I just send a Windows Desktop build for it on the production build server and it seems to be working fine for me on my Surface Pro/Windows 10 machine. I have recently added a samples section to the Codename One repository along with a SampleRunner application that will allow you easily browse and build samples on your own machine, against the master CN1 sources. Instructions can be found here. This sample is one of the samples that you can currently build and run in the SampleRunner. Or you can just copy/paste/modify this sample the old fashioned way. |
I only have 3 windows machines. All work fine with the "FullScreenWithBrowserComponentSample" sample. @codenameone Do you have access to a windows machine that you can test this on? This is a link to the windows desktop build of that test case. |
@kroepr Can you try this build also, just to make sure that we're working with the same thing |
@shannah I do not seem to have access rights since it does not allow me to download the .exe |
@kroepr The has public permissions - anyone with the link can access it. You must have some restriction on your end that is blocking .exe downloads? |
@shannah. Downloaded the .exe you sent and it has the same issue. See screenshot: |
I was finally able to reproduce this issue on my Surface... I had been using Microsoft Remote Desktop, which was working fine, but when I used the surface directly, the issue was reproduced. I have made a change that fixes this issue for me. It will be available in the next update (on Friday). |
@shannah. Perfect, I'll test it when it's available. |
@shannah. I just tested the Windows Desktop Build and fullscreen still does not work. |
Looks like it is this JDK bug related to HiDPI settings of the app. What I've observed:
The workround suggested in the JDK Bug was to use a tool like mt.exe to copy a manifest file into the exe file. I think it is likely that the work that @codenameone is doing right now with ZuluFX will fix this issue. |
@shannah. Thank you for the quick response. The workaround "Override high DPI scaling behavior" is working. We will wait for the ZuluFX work to be finished for production. |
It looks like this is working in the zuluFX build. I.e. If you add the |
No description provided.
The text was updated successfully, but these errors were encountered: