dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
112 stars 32 forks source link

ThemeImageButton not drawing alpha channel / Exception in WinXP #8

Closed dahall closed 6 years ago

dahall commented 6 years ago

I downloaded the AeroWizard source and example (version right before upgrade to VS2010), and the Back button in both my project and in the example project is drawing without the alpha channel so it looks ugly.   Also when I run this on WinXP I get an ArgumentException: "Given combination of Class, Part, and State is not defined by the current visual style." in the ThemeImageButton. If I "Continue" I get a red "X" in the ThemeImageButton on the form.   I am reporting them both in the same ticket since they are likely related.

Originally posted: 2010-06-03T08:39:23

dahall commented 6 years ago

The alpha issue is happening on Windows 7 The XP issue is happening on XP SP3

Originally posted: 2010-06-04T08:56:01

dahall commented 6 years ago

FYI - if I set the StyleClass to "Button" the button renders properly with the glow effect. Of course it's just a blank button, not the back button, but I can't figure out why it just isn't working. I am going to attach a screenshot of the misbehaving back button.

Originally posted: 2010-06-16T20:26:46

dahall commented 6 years ago

Updated once again in 1.2.6 to correct alpha and XP rendering problems.

Originally posted: 2013-05-20T13:37:34

dahall commented 6 years ago

Fixed in source code drop 49446 and 8/4/10 update to the 1.0 release.

Originally posted: 2010-08-04T13:24:37