-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
transparency not working in 0.23.7 #6046
Comments
@Nemra1 have you try the latest build ? http://dl.nwjs.io/v0.23.7/ and from your window manifest also please read the doc |
im using 0.23.7 in windows 8.1 64x and also ido every thing right but no luck |
I've just tested it on Win 8.1 pro, using nwjs 23.7 x64 version using this I can get the transparency works |
@jtg-gg ~~~I tried the config and html files provided above on a win7 32x machine, with nw v23.6, the window created transparently but no html content rendered, then I open the window devtools, no js error occured, I can still operate the dom & js in devltools. Then I change to use nw v22.3 to run again, the transparent window was created with correct html content rendered.~~~ I downloaded nw v23.7, the html with transparent window is rendered correctly. But I'm sorry that there's still same problem described in #5989 😢 |
@aprilandjan which issue ? black screen after waking up pc from lock ? |
@jtg-gg yes |
@aprilandjan I can't reproduce on my win 7 virtual machine |
@jtg-gg im its same thing but not work |
@Nemra1 can you try to use my sample app https://github.com/nwjs/nw.js/files/1168696/transparency-5989.zip ? |
@jtg-gg Sorry to reply late! I tested on a win7(i7-6700, AMD Radeon R5 340X) with nw
And I found that in the same win7 machine if I did not switch user after lock windows, there's no problem; I also tested the same program on a win10 machine, it works very well. Hope this help! |
thx @aprilandjan, I can reproduce the bug, |
@aprilandjan I found a work around, if your run the transparency with "--disable-gpu-compositing" and "--force-cpu-draw" it works, do you really need gpu compositing ? |
set |
@aprilandjan I've made a fix for the issue, actually the black background also happens if you change theme to basic, then back to aero glass |
This is fixed in git and will be available in the next nightly build. |
@jtg-gg Thanks! I'll give it a try once it became available! |
im start in node webkit since version 0.23.5 and i cant get transparency working in my app
my json content:
{
"name": "beta-app",
"version": "1.2",
"description": "",
"main": "main.html",
"page-cache": true,
"chromium-args" : "--enable-transparent-visuals --disable-gpu --disable-devtools --child-clean-exit --enable-file-cookies",
"window": {
"width": 880,
"height": 620,
"icon": "icon.png",
"toolbar": false,
"position": "center",
"title": "beta",
"resizable": true,
"frame": true
}
}
im trying every way to get this working but never get that
The text was updated successfully, but these errors were encountered: