July 24, 201610 yr On 10/21/2014 at 3:14 AM, NoelC said: Rudsec, for slightly rounded corners try one of theme resource files with Aero Glass for Win 8.1: http://Noel.ProDigitalSoftware.com/ForumPosts/themeatlas.png (with light caption glow for black font) http://Noel.ProDigitalSoftware.com/temp/themeatlas.png (with dark caption glow for light font) -Noel @NoelC can you please post the .layout file for this? I really like this one. Also, I'm on Windows 10 TH2.
July 24, 201610 yr That was from before the time of .layout files, so I don't have one. Plus, I'm not sure anyone has all the numbers yet needed for the .layout for the newest Windows 10 release. Normally Big Muscle does some magic to extract those numbers from the system, and I'll bet he's waiting for the actual release. -Noel
July 25, 201610 yr 6 hours ago, NoelC said: That was from before the time of .layout files, so I don't have one. Plus, I'm not sure anyone has all the numbers yet needed for the .layout for the newest Windows 10 release. Normally Big Muscle does some magic to extract those numbers from the system, and I'll bet he's waiting for the actual release. -Noel oohh, ok. Thanks for the info. =)
August 7, 201610 yr On 24. 7. 2016 at 9:24 PM, NoelC said: That was from before the time of .layout files, so I don't have one. Plus, I'm not sure anyone has all the numbers yet needed for the .layout for the newest Windows 10 release. Normally Big Muscle does some magic to extract those numbers from the system, and I'll bet he's waiting for the actual release. -Noel There is no magic in it. Just a standard API for (unsigned int i = 1; i < iMaxPart; ++i) { RECT rc = { 0 }; if (GetThemeRect(hTheme, i, 0, TMT_ATLASRECT, &rc) == S_OK) { fprintf(f, "%u;0;8002=%u,%u,%u,%u\n", i, rc.left, rc.top, rc.right, rc.bottom); } }
August 7, 201610 yr 47 minutes ago, bigmuscle said: There is no magic in it. Just a standard API for (unsigned int i = 1; i < iMaxPart; ++i) { RECT rc = { 0 }; if (GetThemeRect(hTheme, i, 0, TMT_ATLASRECT, &rc) == S_OK) { fprintf(f, "%u;0;8002=%u,%u,%u,%u\n", i, rc.left, rc.top, rc.right, rc.bottom); } } .. A decision on when to expect in 1607?
August 7, 201610 yr 1 hour ago, Prado said: .. A decision on when to expect in 1607? Sure! Soon enough.
August 8, 201610 yr On 8/7/2016 at 7:26 AM, bigmuscle said: There is no magic in it. Just a standard API for (unsigned int i = 1; i < iMaxPart; ++i) { RECT rc = { 0 }; if (GetThemeRect(hTheme, i, 0, TMT_ATLASRECT, &rc) == S_OK) { fprintf(f, "%u;0;8002=%u,%u,%u,%u\n", i, rc.left, rc.top, rc.right, rc.bottom); } } And how do you use this? What extension?
August 8, 201610 yr It's just a code snippet written in C. You'd need the whole thing and Visual Studio to compile it. I haven't dug into theme related specifics so that's all I can say.
August 15, 201610 yr You could look at Big Muscle's current .layout file that he ships with his current beta for the Anniversary build. That's what I did to create this: Theme atlas PNG and associated .layout file: http://Noel.ProDigitalSoftware.com/ForumPosts/Win10/14393/RoundedCorners.zip -Noel Edited September 15, 20169 yr by NoelC Corrected link
August 16, 201610 yr 10 hours ago, NoelC said: You could look at Big Muscle's current .layout file that he ships with his current beta for the Anniversary build. That's what I did to create this: Theme atlas PNG and associated .layout file: http://Noel.ProDigitalSoftware.com/ForumPosts/10393/RoundedCorners.zip -Noel unfortunately, your link is dead...
August 16, 201610 yr Try this: http://noel.prodigitalsoftware.com/ForumPosts/Win10/14393/RoundedCorners.zip 14393 instead of 10393. And Win10 part. Edited August 16, 201610 yr by UCyborg
August 21, 201610 yr On 8/15/2016 at 4:13 PM, NoelC said: You could look at Big Muscle's current .layout file that he ships with his current beta for the Anniversary build. That's what I did to create this: Theme atlas PNG and associated .layout file: http://Noel.ProDigitalSoftware.com/ForumPosts/10393/RoundedCorners.zip -Noel I've always been a big fan of your theme atlas files and now I'm at the point where I depend on them. I was wondering if you could provide this theme w/ no rounded corners like you did before. Thanks again for your hard work.
August 21, 201610 yr On 8/16/2016 at 7:40 AM, UCyborg said: Try this: http://noel.prodigitalsoftware.com/ForumPosts/Win10/14393/RoundedCorners.zip 14393 instead of 10393. And Win10 part. Thank you! I corrected my post above. I usually test links but somehow I must have rushed through that one. Use a RoundRectRadius value of 11 with that, by the way, for the cleanest looking corners. 8 hours ago, dafob said: I've always been a big fan of your theme atlas files and now I'm at the point where I depend on them. I was wondering if you could provide this theme w/ no rounded corners like you did before. Thanks again for your hard work. You're welcome. Here's a very quick shot at that. Please let me know if you find anything wrong with it: http://Noel.ProDigitalSoftware.com/ForumPosts/Win10/14393/SquareCorners.zip -Noel Edited August 21, 201610 yr by NoelC
August 21, 201610 yr NoelC: I've played with RoundRectRadius a bit and have to ask, does it effect anything else except the top-right corner of the window? I figured value of 15 looks nicest to me, but there are still some redundant pixels in the remaining 3 corners of the window, bottom-left corner being the worst.
August 21, 201610 yr As far as I can see, it affects all the corners. Keep in mind, in order to get it to take effect you either have to log off/on - or cause an immediate update to Aero Glass by changing the value using the AeroGlassGUI tool. If even in light of the above information you're seeing inconsistent corner radius handling, you should go ahead and report it as a bug to Big Muscle in the Experimental Builds thread. -Noel Edited August 21, 201610 yr by NoelC
Create an account or sign in to comment