
bigmuscle
PatronContent Type
Profiles
Forums
Events
Everything posted by bigmuscle
-
The password is not in the e-mail if you already got it in some previous donation. Passwords are not stored as plain text and thus cannot be recovered and resend. Verify, that you put your e-mail address and postal/zip code correctly - it must 100% match the information in your PayPal account at the time of the transaction. If it still does not work, send me your e-mail via PM.
-
- 409 replies
-
1
-
- 10.0.14393
- Win10
-
(and 1 more)
Tagged with:
-
When will there be a version for Windows 10 1703?
bigmuscle replied to bigslacker's topic in Aero Glass For Windows 8+
Thank you for the minidump file. I found the bug and will reupload the fixed version immediately when it is fixed. -
Exclude single apps from aero glass?
bigmuscle replied to Hadden's topic in Aero Glass For Windows 8+
It did not disable Aero itself, but it completely disabled DWM composition using API function https://msdn.microsoft.com/en-us/library/windows/desktop/aa969510(v=vs.85).aspx Since Win8, this function is deprecated and if you call it, nothing happens, because you cannot disable DWM composition at all. -
Exclude single apps from aero glass?
bigmuscle replied to Hadden's topic in Aero Glass For Windows 8+
Nope, application cannot crash due to Aero Glass. If some application draws its own frame (and thus bypassing DWM rendering), then it does not call DWM rendering functions and therefore Aero Glass rendering is not executed at all. -
This will probably not happen when you use the correct version from Aero Glass website.
-
When will there be a version for Windows 10 1703?
bigmuscle replied to bigslacker's topic in Aero Glass For Windows 8+
Very soon. -
I don't say that I don't want this fix/add it. It is just not so easy to be done so it is not the main priority. And I know it may sounds wrong for someone, but if someone thinks that switching one UWP app to fullscreen is the primary functionality of Windows than Aero Glass is nothing he should use.
- 409 replies
-
- 10.0.14393
- Win10
-
(and 1 more)
Tagged with:
-
I do not see any critical bug in your post. You can always switch UWP app to the fullscreen mode with Ctrl+Maximize which has been said here several times. However, if you rely on some UWP app where its functionality is limited with using glass frame, you can always switch to the classic frame with "regsvr32 /u DWMGlass.dll", as has been said here several times.
- 409 replies
-
- 10.0.14393
- Win10
-
(and 1 more)
Tagged with:
-
It would make no sense. There is no Aero Glass for build 15063, so there is nothing to discuss. People just should realize if they fill the topic with the off-topic stuff, I will not be able to respond to the valid posts.
- 409 replies
-
1
-
- 10.0.14393
- Win10
-
(and 1 more)
Tagged with:
-
I would like to highlight that this topic is about Aero Glass for Windows 10 build 10.0.14393. Any discussion out of this topic might be deleted to keep the thread clean to read.
- 409 replies
-
2
-
- 10.0.14393
- Win10
-
(and 1 more)
Tagged with:
-
According to your images, Aero Glass works correctly but you have set either too high blur radius or opacity.
-
Send the picture with default theme + debug.log
-
You cannot have transparency, because your theme overlaps it.
-
It is nothing important. It just has been added due to slow preparation for upcoming Windows build which behaves a bit differently.
- 409 replies
-
- 10.0.14393
- Win10
-
(and 1 more)
Tagged with:
-
I understand what you mean now. Previously, it set DTT_GLOWSIZE for size > 0 only, but it has accidentaly been set always.
- 409 replies
-
- 10.0.14393
- Win10
-
(and 1 more)
Tagged with:
-
I'm not aware of any change, so maybe it happened accidentaly. When setting TextGlowMode to 0x00000000, it simply means "Do not apply any glow effect on the text". When low-word is set to 3, the high-word is just passed to iGlowSize variable in DrawThemeTextEx function. Unfortunately, this is unfixable. When TextGlowMode is set to 3, glow effect is completely controlled by DrawThemeTextEx function.
- 409 replies
-
- 10.0.14393
- Win10
-
(and 1 more)
Tagged with:
-
You are right. We can always simply display a message "This software is not supported on your OS version." and stop working completely ;-)
-
you can unregister the library using cmd with admin privileges: regsvr32 /u DWMGlass.dll
- 409 replies
-
1
-
- 10.0.14393
- Win10
-
(and 1 more)
Tagged with:
-
Aero Glass v1.4.6 not working at all on Windows 10
bigmuscle replied to fsjwiajdm's topic in Aero Glass For Windows 8+
According to your image, Aero Glass effect works correctly as it should. -
Aero Glass for Win8.1+ 1.5.3 * hardcoded symbols patterns up to build 14393.953 * fixed caption misalignment when glow effect is disabled * added option to draw caption centered (HKCU\SOFTWARE\Microsoft\Windows\DWM: CenterCaption (DWORD 0x0 / 0x1)) - if glow effect is enabled and caption is set to be centered, the glow effect will be drawn over whole frame width - do NOT report it as the bug! * changed IAT hooks initialization order * enable SeDebugPrivilege in aerohost process
- 409 replies
-
6
-
- 10.0.14393
- Win10
-
(and 1 more)
Tagged with:
-
The question is why the error appears twice for two different processes. Does your aerohost start twice?