Jump to content

MineMasterHD

Member
  • Posts

    22
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by MineMasterHD

  1.  

    MineMasterHD: According to your image, it looks like what I already mentioned. Current public version of ModernFrame does not respect your DPI settings and thus the titlebar content will be smaller and misaligned.

    Aha, there's the culprit! The lower the DPI, the better it gets. 100% makes it look fine. Will there ever be an updated version that will work with 150% DPI? I can't really use anything smaller or bigger.

     

    Still looking for an answer to this question. Also, when new ModernFrame.dll's get released, will there be a way to download them separately?

  2. MineMasterHD: According to your image, it looks like what I already mentioned. Current public version of ModernFrame does not respect your DPI settings and thus the titlebar content will be smaller and misaligned.

    Aha, there's the culprit! The lower the DPI, the better it gets. 100% makes it look fine. Will there ever be an updated version that will work with 150% DPI? I can't really use anything smaller or bigger.

  3.  

     

     

     

     

     

    Even with that, I still have the problem I mentioned a couple pages back with my modern app titlebars not taking advantage of all the space.

    I think then, it must be the theme you are using.

     

    I don't think so since I tried the default Windows 10 theme and NoelC's squareborders theme (colored) and had the problem with both.

     

    Which Windows theme are you using? I suppose you have tried several of them, though.

     

    For the Windows theme, all I did was uncheck the Win8 Aero theme during setup of Aero Glass and kept the theme preinstalled with Windows 10, except with Aero Glass added to it.

     

    Look, I know there's all this stuff about donations going on, but I still have this problem!

     

    Would be easier if you post images of your problem.

    Look at the 17th post on page 5.

  4.  

     

     

     

    Even with that, I still have the problem I mentioned a couple pages back with my modern app titlebars not taking advantage of all the space.

    I think then, it must be the theme you are using.

     

    I don't think so since I tried the default Windows 10 theme and NoelC's squareborders theme (colored) and had the problem with both.

     

    Which Windows theme are you using? I suppose you have tried several of them, though.

     

    For the Windows theme, all I did was uncheck the Win8 Aero theme during setup of Aero Glass and kept the theme preinstalled with Windows 10, except with Aero Glass added to it.

     

    Look, I know there's all this stuff about donations going on, but I still have this problem!

  5.  

     

     

    Even with that, I still have the problem I mentioned a couple pages back with my modern app titlebars not taking advantage of all the space.

    I think then, it must be the theme you are using.

     

    I don't think so since I tried the default Windows 10 theme and NoelC's squareborders theme (colored) and had the problem with both.

     

    Which Windows theme are you using? I suppose you have tried several of them, though.

     

    For the Windows theme, all I did was uncheck the Win8 Aero theme during setup of Aero Glass and kept the theme preinstalled with Windows 10, except with Aero Glass added to it.

  6.  

    Even with that, I still have the problem I mentioned a couple pages back with my modern app titlebars not taking advantage of all the space.

    I think then, it must be the theme you are using.

     

    I don't think so since I tried the default Windows 10 theme and NoelC's squareborders theme (colored) and had the problem with both.

  7.  

    That still doesn't work. (I did make sure I had ModernFrame.dll)

    Do you have secure boot turned off (in UEFI?) ModernFrame is in Aeroglass folder, right? You have it in your registry according to this post right? http://www.msfn.org/board/topic/174668-experimental-builds/?p=1112346

     

    Yes for all of those I think you're thinking of the wrong problem. I'm talking about that other problem with the text and buttons being too small.

  8.  

    Even while using NoelC's SquareBorders105986 theme atlas (Colored version), I still have the issue with the modern app titlebars. Also, where is this opacity slider for adjusting the transparency?

    screenshot_30.png

     

    Thanks, that worked. I still don't have any clue on the modern app titlebars since I changed a themeatlas and still had it

  9.  

     

    Aero Glass BETA #506

     

    So there is the first beta version intended for testing. Archive includes both 32bit and 64bit library. Just rename required version to DWMGlass.dll.

     

    Since the last experimental version, it contains many fixes to DWM internal structures and pointers and automatic theme layout remapping for TH2.

    Currently, it needs to be tested on Win10 TH2, Win10 TH1 and Win8.1, then we can think about entering the ready-to-release phase.

     

    http://glass8.eu/

    Works great on 10586. However, on Modern App titlebars, it's a bit smaller than usual. here is what I mean. The text and buttons aren't taking advantage of all the space. (If it's too small, here is a link http://i65.tinypic.com/23qrde.png

    23qrde.png

     

    Here is same page on mine.  Perhaps it is your themeatlas causing issues.

    screenshot_23.png

     

    I'm just using the default Windows 10 theme since I unchecked the theme at setup so I don't see why the default theme can cause that.

  10. Aero Glass BETA #506

     

    So there is the first beta version intended for testing. Archive includes both 32bit and 64bit library. Just rename required version to DWMGlass.dll.

     

    Since the last experimental version, it contains many fixes to DWM internal structures and pointers and automatic theme layout remapping for TH2.

    Currently, it needs to be tested on Win10 TH2, Win10 TH1 and Win8.1, then we can think about entering the ready-to-release phase.

     

    http://glass8.eu/

    Works great on 10586. However, on Modern App titlebars, it's a bit smaller than usual. here is what I mean. The text and buttons aren't taking advantage of all the space. (If it's too small, here is a link http://i65.tinypic.com/23qrde.png

    23qrde.png

  11. Go to bigmuscle's download page.  Click on "Command line tool to change window's composition attributes."  It will download a file called SetWindowCompositionAttribute.7z.  Extract.  Put the executable in \Windows\System32.  Then save below code in notepad as Taskbarblur.cmd.  Make sure "hide extensions for known file types" is NOT checked.

    @echo off:1SetWindowCompositionAttribute.exe class Shell_TrayWnd accent 0 0 0 0SetWindowCompositionAttribute.exe class Shell_TrayWnd blur trueSetWindowCompositionAttribute.exe class Shell_SecondaryTrayWnd accent 0 0 0 0SetWindowCompositionAttribute.exe class Shell_SecondaryTrayWnd blur truetimeout /T 2 /nobreakclsgoto 1
    If you do NOT have two monitors the lines with SecondaryTrayWnd can be removed. Place this on you C-Drive. Then save below code as Taskbarblur.vbs. This will ensure that NO command window is present when program is running.

    Dim WinScriptHostSet WinScriptHost = CreateObject("WScript.Shell")WinScriptHost.Run Chr(34) & "C:\TaskBarblur.cmd" & Chr(34), 0Set WinScriptHost = Nothing
    This should be saved in your startup folder. You can save it on your desktop first then in the Run dialog (Windows Key + R) type in shell:startup and press OK. This will open your startup folder, and you can move the vbs file there. Now just log off, and back on, and low-and-behold you have TaskBarBlur!

     

    Thanks, this worked. But if anyone tries this, I recommend making Cortana an icon or it really looks weird.

×
×
  • Create New...