Jump to content

Aero Glass ThemeAtlas


Recommended Posts

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)

SlightlyRoundedCornersBlackFont.png

http://Noel.ProDigitalSoftware.com/temp/themeatlas.png (with dark caption glow for light font)

SlightlyRoundedCorners.png

-Noel

@NoelC can you please post the .layout file for this? I really like this one. Also, I'm on Windows 10 TH2.

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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. =)

Link to comment
Share on other sites

  • 2 weeks later...
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);
	}
}
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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:

RoundedCornersExample.png

Theme atlas PNG and associated .layout file:

http://Noel.ProDigitalSoftware.com/ForumPosts/Win10/14393/RoundedCorners.zip

-Noel

Edited by NoelC
Corrected link
Link to comment
Share on other sites

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...

Link to comment
Share on other sites

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:

RoundedCornersExample.png

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.

Link to comment
Share on other sites

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. :D

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 by NoelC
Link to comment
Share on other sites

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.

CornerPixels.png

Link to comment
Share on other sites

As far as I can see, it affects all the corners.

Corners.png

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 by NoelC
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...