Aero-Glass in Windows 8 RTM, by re-instating the Aero Source Codes

Discussion in 'Windows 8' started by FaiKee, Sep 1, 2012.

  1. anarchist9027

    anarchist9027 MDL Expert

    Oct 30, 2010
    1,320
    668
    60
    I cant wait to see Aero the way it was supposed to be in Windows 8 RTM.

    Patients is a virtue :rolleyes:
     
  2. Fraggy

    Fraggy MDL Addicted

    Jun 13, 2011
    734
    389
    30
    Wait some days then :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,492
    2,497
    120
  4. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    I should have also asked, I noticed on the screenshot on msfn that it is only applied to the application borders. Is it possible for this to apply to the taskbar (the bottom of the screen where the program icons are shown and pinned etc) as well? The transparency on the taskbar current isn't alpha-blended/blurred. More importantly, with 'Windows Blue' they are getting rid of transparency on the taskbar completely (apparently), so it will just be solid colour.
     
  5. WindowsOS

    WindowsOS MDL Novice

    Dec 23, 2012
    22
    2
    0
    Actually, the glow is part of the theme itself, as shown when you use the Release Preview theme, or Nighthawk's Transparent Pattern 1. Example: Aero Glass Snip6.PNG
     
  6. bigmuscle

    bigmuscle MDL Junior Member

    Jan 23, 2013
    76
    68
    0
    Taskbar blur is subject for the future version. But it won't be so complicated because taskbar painting is very easily identifiable.

    No, this is not true. If you compare your image (I guess RP theme) and Nighthawk's theme, you can see big difference. Windows theme generates it exactly for the text (i.e. each letter has its own effect) while Nighthack's version only draws "border" around the text. Text with the glow effect can be easily drawn with DrawThemeTextEx function (and its DTT_GLOWSIZE flag) but there is a problem that I don't have access to the window text in hooked functions (if I don't want to guess the drawn window from the screen position). I receive only final texture with rendered text so I have to apply glow effect to already existing image.
     
  7. Fraggy

    Fraggy MDL Addicted

    Jun 13, 2011
    734
    389
    30
    You could try to OCR the rendered text... The font is Segoe UI Semilight, I guess you could recognize each letter then apply the glow :wheelchair:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. test12w

    test12w MDL Novice

    Jan 24, 2013
    47
    11
    0
    kwanmacher is MS developer
     
  9. WindowsOS

    WindowsOS MDL Novice

    Dec 23, 2012
    22
    2
    0
    #330 WindowsOS, Jan 26, 2013
    Last edited: Jan 26, 2013
    Good luck. Can't wait till it's released!
    Huh. You must know a lot about the theming and technical side of the Windows 8 DWM.
     
  10. something²

    something² MDL Novice

    Nov 22, 2008
    15
    1
    0
    Thanks, btw whats the network monitor in the screen shot?
     
  11. Fraggy

    Fraggy MDL Addicted

    Jun 13, 2011
    734
    389
    30
    It has been released on MSFN as far as I can see.
    It needs the VS2012 Debug DLLs.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. WindowsOS

    WindowsOS MDL Novice

    Dec 23, 2012
    22
    2
    0
    Where can I get the said DLLs?
     
  13. Fraggy

    Fraggy MDL Addicted

    Jun 13, 2011
    734
    389
    30
    You either need to install Visual Studio 2012, or you need to find those DLLs on the Internet.
    However, they are not redistributable, so I cannot provide them for you :/
    (maybe in PM if you want)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. paul44

    paul44 MDL Member

    Feb 11, 2010
    176
    80
    10
    It runs without error or log on my main machine but nothing happens. If you would like any more information then please ask.
     
  15. bigmuscle

    bigmuscle MDL Junior Member

    Jan 23, 2013
    76
    68
    0
    I have experience with DWM but not with theming. If there is some settings to set glow effect in the theme, then you were probably right and it will simplify the things a lot. I just know that the glow is not the image as the window shadow is :)
     
  16. WindowsOS

    WindowsOS MDL Novice

    Dec 23, 2012
    22
    2
    0
    When I try it out, the DWM crashes and Windows switches me to the Windows 7 Basic theme. I tried hitting retry, and DWM reactivated and returned me to the lock screen.
     
  17. bigmuscle

    bigmuscle MDL Junior Member

    Jan 23, 2013
    76
    68
    0
    I added a new version (last post in the topic) with debug output, please try that one and post C:\DWM\debug.log in case of error.
     
  18. WindowsOS

    WindowsOS MDL Novice

    Dec 23, 2012
    22
    2
    0
    IT WORKS!!! It works to a point. When I try to load Snipping Tool to take a screenshot, it crashes. But still, it works. :worthy: